Description Usage Arguments Value Author(s)
PerformCellInference
performs correlation-based cell type inference
using a reference dataset via SingleR
.
1 2 | PerformCellInference(scrna, sce, method, refset, labels, outdir,
clusts.name = "NoClusters", clusts = NULL, singler.params = NULL)
|
scrna |
Seurat object. |
sce |
|
method |
String or character vector specifying whether annotation should
be applied to each single cell |
refset |
Reference dataset as SummarizedExperiment. |
labels |
String indicating whether to use broad lineage-based labels
|
outdir |
Path to output directory for annotation scores, distributions, and heatmap. |
clusts.name |
String indicating clusters column. |
clusts |
Vector of cluster assignments for each cell. |
singler.params |
List of arguments to be passed to
|
A Seurat object with inferred
cell type information in the meta.data
slot named in
refset.labels
format. If method = "cluster"
, the resulting
meta.data
column will be named in clusters.refset.labels
format.
Jared Andrews
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.