Updated merged objects are now available in the results bucket #1232
sjspielman
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As noted in #1183, consensus cell type annotations from the
cell-type-consensusanalysis module were made available inSingleCellExperimentandAnnDataobjects directly.Those consensus cell type annotations are now included in the merged
SingleCellExperimentandAnnDataobjects available from themerge-scemodule results, as part of the2025-06-30data release. In addition, we have addressed a bug in these merged objects which led to an incorrectly formattedcell_idcolumn in thecolDataslot.A full description how merged objects were prepared and their contents can be found in the ScPCA Portal documentation and in the
merge-scemodule in theOpenScPCA-nfrepository.To download merged objects for a given project, you can run the following command:
# Download merged objects for project SCPCP000001, for example ./download-results.py --modules merge-sce --project SCPCP000001Note 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-dataflag.For more details on options available in the
download-results.pyscript, see the script documentation.Beta Was this translation helpful? Give feedback.
All reactions