Support homeCloud AnalysisTutorials
Cell Annotation Pipeline

Cell Annotation Pipeline

The annotation model was co-developed by 10x Genomics and the Cellarium AI Lab at the Data Sciences Platform of the Broad Institute.

Cloud Analysis introduces a new beta pipeline for cell type annotation, which can be applied to standard Cell Ranger count and multi outputs to generate accurate cell type labels.

This page explains how to run the annotate pipeline and outlines the expected output files using a publicly available dataset.

Start with the outputs of cellranger count or cellranger multi:

Before running the cell type annotation, ensure that you have already processed your data using either the cellranger count or cellranger multi pipeline. These pipelines must be run in Cloud Analysis, as you cannot begin by simply uploading the outputs.

Note: A .cloupe file will only be generated if secondary analysis is enabled during the initial run.

Go to the Analysis tab in the interface and select the analysis you wish to annotate. Click the Run Cell Type Annotation button to start setting up.



This will take you to the annotation setup page:



Provide a descriptive name for your analysis to help you easily identify it later. If desired, you can rename the "Cell Type Category" that appears in Loupe Browser.

Click Run Annotation to begin the process. You will receive an email notification once the analysis is complete.

FileDownloaded file nameDescription
Annotation web summaryweb_summary_cell_types.htmlView high-level cell types, metrics, and distribution.
Loupe Browser filecell_annotation_sample_cloupe.cloupeThe Loupe Browser file from the original analysis, annotated with high-level cell types.
Annotation by cellcell_annotation_results.json.gzDetailed evidence of how each cell has been assigned a cell type by the algorithm, broken down by dataset IDs in the reference database and nearest-neighbors in each.
Cell types CSV filecell_types.csvA CSV file listing course and fine cell types for each cell.
Differential expression CSVcell_annotation_differential_expression.csvTable listing genes that are differentially expressed in each detected cell type, along with log2 fold-change and associated p-value.

Descriptions of the output files are available on the Cell Ranger support website.