Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export and create Giotto Viewers #1012

Open
13954380607 opened this issue Aug 15, 2024 · 1 comment
Open

Export and create Giotto Viewers #1012

13954380607 opened this issue Aug 15, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@13954380607
Copy link

13954380607 commented Aug 15, 2024

combineMetadata(visium_kidney)

select annotations, reductions and expression values to view in Giotto Viewer

viewer_folder = paste0(results_folder, '/', 'mouse_visium_kidney_viewer')

exportGiottoViewer(gobject = visium_kidney,
output_directory = viewer_folder,
factor_annotations = c('in_tissue',
'leiden_clus'),
numeric_annotations = c('nr_feats'),
dim_reductions = c('tsne', 'umap'),
dim_reduction_names = c('tsne', 'umap'),
expression_values = 'scaled',
expression_rounding = 2,
overwrite_dir = T)

Error:
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'j' in selecting a method for function '[': could not find function "."

@13954380607 13954380607 added the bug Something isn't working label Aug 15, 2024
@josschavezf
Copy link
Collaborator

Hi @13954380607, unfortunately, the Giotto viewer is no longer supported. We are working on creating new visualization tools. In the meantime, you can still generate the dimension reductions and spatial plots using the spatPlot, spatFeatPlot, plotUMAP, and plotPCA functions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants