Description Usage Arguments Value
View source: R/annotate_supercells_to_clusters.R
Runs supercell_assign
and supercell_purity
for all super-cell elements in SC.list (output of compute_supercells
)
1 2 3 4 5 6 7 | annotate_supercells_to_cluster(
SC.list,
sc.annotation,
annotation.name,
annotation.meth = "jaccard",
verbose = FALSE
)
|
SC.list |
list of super-cell-like structures (output of |
sc.annotation |
vector of cell type / cluster / etc annotation at the single-cell level (length on the vector == number of single cells) |
annotation.name |
a name of the annotation, will be added as additional SC.list field |
annotation.meth |
|
verbose |
flag whether to pring progress steps |
SC.list with each super-cell element containing additional field annotation.name
that contains super-cell annotation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.