View source: R/clusterAnnotation.R
clusterAnnotation | R Documentation |
clusterAnnotation
takes both an SCE object returned by
clusterPropagation
and a data.frame of annotations as inputs.
clusterAnnotation(sce, df_anno)
sce |
A |
df_anno |
A data.frame which has the following columns: cluster_id, celltype, celltype_detailed, and order. The order column will be used to define the order of the factor levels for cell types. |
A SingleCellExperiment-class
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.