New cell type annotations now available in the results bucket #1352
allyhawkins
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.
Uh oh!
There was an error while loading. Please reload this page.
-
The results from two new modules,
cell-type-scimilarityandcell-type-neuroblastoma-04along with updates to the existingcell-type-consensusmodule are now available in the results bucket.cell-type-scimilaritymodule annotates all cells in all ScPCA libraries usingSCimilarity.cell-type-neuroblastoma-4module annotates cell types in all libraries fromSCPCP000004using theNBAtlasreference (Bonine et al. 2024). Cells are annotated by looking for agreement between annotations fromSingleR,scANVI/scArches, and thecell-type-consensusmodule.cell-type-consensusmodule has been updated to now incorporate annotations from thecell-type-scimilaritymodule. Here, consensus cell types are assigned when annotations agree between 2 of the 3 automated methods used for cell typing (SingleR,CellAssign, andSCimilarity).Full details on the analysis and available output for each module can be found in the module's
README.mdfiles.To download the results from these modules, you can run the following commands:
Note that the above commands do 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.py script, see the script documentation.
Please note that as of the
2025-06-30data release, consensus cell type labels that are provided in the processedSingleCellExperimentandAnnDataobjects were assigned using only input fromSingleRandCellAssignand will not match the output of thecell-type-consensusmodule. Future data releases will include the updated consensus cell types in the processed objects.--
[Update 2026-02-05] The workflow results associated with the
2025-06-30data release have been updated to fix a small bug in assignment of consensus cell types. Previously consensus cell types were unassigned if two out of three methods agreed but the third method was unable to classify the cell type. The reference file has been updated and the results have been regenerated such that this scenario correctly assigns the most appropriate cell ontology based on the two methods in agreement.Beta Was this translation helpful? Give feedback.
All reactions