View source: R/scAnnotator.SingleR.R
scAnnotator.SingleR | R Documentation |
Automatic annotation of cell types using SingleR
scAnnotator.SingleR( query.obj, group.by = "seurat_clusters", ref.data = NULL, ref.ann = NULL )
query.obj |
A seurat object for cell type annotation. |
group.by |
A character specifying the cluster column in meta.data. |
ref.data |
A matrix like object specifying the reference data or a Seurat object. |
ref.ann |
A vector specifying the cell type annotation of the reference data. |
A data frame with singleR prediction scores.
Wubing Zhang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.