You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have successfully visualized individual tissue samples with a standard output structure using SpatialFeaturePlot, but I would like to visualize multiple samples in one of Spaceranger's aggregated outputs. The output should be similar to using merge as shown in the Seurat documentation:
However, I don't want to do this manually for 16 different samples of course. How would I do that for the following spatial folder structure? There is one aggr_tissue_positions_list.csv for all samples in the outs folder.
The text was updated successfully, but these errors were encountered:
thanks for this issue, but unfortunately when we implemented the read10xVisium, this kind of data was not around to be tested, so I'm not sure how to load the data with our read10xVisium...
What you can do, maybe is to load the data with seurat and then convert it to a SpatialExperiment with the code provided by Marc in this issue
I have successfully visualized individual tissue samples with a standard output structure using
SpatialFeaturePlot
, but I would like to visualize multiple samples in one of Spaceranger's aggregated outputs. The output should be similar to using merge as shown in the Seurat documentation:https://satijalab.org/seurat/articles/spatial_vignette.html
However, I don't want to do this manually for 16 different samples of course. How would I do that for the following spatial folder structure? There is one aggr_tissue_positions_list.csv for all samples in the outs folder.
The text was updated successfully, but these errors were encountered: