View source: R/map_custom_celltypes.R
map_custom_celltypes | R Documentation |
Map Custom Celltype Annotations from a DataFrame
map_custom_celltypes(sce, mappings, cols = NULL, clusters_colname = "clusters")
sce |
a SingleCellExperiment |
mappings |
a dataframe with a "cluster" column and additional columns with celltype annotation data |
cols |
specifies the subset of columns to annotate with. defaults to NULL or all columns |
clusters_colname |
the name of the colData column with cluster number |
sce a SingleCellExperiment object with custom annotations
Other clustering and dimensionality reduction:
.get_x_most_specific_genes()
,
.map_celltypes()
,
.map_celltypes_with_ewce()
,
cluster_sce()
,
reduce_dims_sce()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.