annotate_celltypes | R Documentation |
If specifying "species" argument, both human and mouse cell reference are built by combining individual normal cell and immune celldex references.
annotate_celltypes(
sobject,
species = "",
ref,
labels,
aggr_ref = FALSE,
label_type = "label.main",
...
)
sobject |
A seurat object that you would like to annotate |
species |
Takes "human" or "mouse" as a built in. Overrides ref and labels if set |
ref |
Reference passed to Singler. Either a single or a list of multiple |
labels |
Reference labels passed to SingleR. Either a single or a list of multiple |
aggr_ref |
Passed to SingleR to control aggregation of the references prior to annotation, see trainSingleR. |
label_type |
Either "label.main", "label.fine" or "label.ont" if using species argument. Not needed otherwise |
... |
Other options passed to SingleR |
A seurat object with cell_type and cell_scores added to metadata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.