Seurat objects now available in results buckets #996
jashapiro
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We recently made
Seurat
files available for the processed objects that are available from the OpenScPCA portal. While the Seurat objects are not directly available for download from the portal, they can be obtained from the project results bucket using thedownload-results.py
script.For example, to download the
Seurat
objects for theSCPCP000001
project, you can run the following command (though note you may want to use the--dryrun
flag first to see what will be downloaded):Note that the above command does require you to be logged into an AWS account with appropriate access privileges. Test data that does not require login is available by adding the
--test-data
flag.For more details on options available in the
download-results.py
script, see the script documentationThe
Seurat
objects include the same content as the SingleCellExperiment objects that they are derived from, formatted as Seurat v5 assays.Seurat
defaults.Seurat
analysis pipelines, these objects use gene symbols rather than Ensembl ids as the row names and primary feature id.Seurat
processing pipelines, or you want to compare your results to existing data processed withSeurat
, you may need to repeat those processing steps.The code used to perform the conversions can be found in the
seurat-conversion
analysis module.Beta Was this translation helpful? Give feedback.
All reactions