Find specific markers for groups of cells
find_marker_genes(
sce,
by_vars = c("cluster_celltype", "clusters"),
fraction_expressing = 0.1,
top_n = 5,
max_point_size = 3,
n_cores = future::availableCores()
)
A SingleCellExperiment object
The colData variable(s) to group cells by
Top marker genes should be expressed in a minimum of this fraction of cells (default 0.10)
The top_n genes to use for plotting / subset table generation
The point size used for plotting.
The number of cores to use
results_l A list of results
Other Celltype annotation:
map_celltypes_sce()
,
model_celltype_freqs()