View source: R/find_marker_genes.R
| find_marker_genes | R Documentation | 
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()
)
| sce | A SingleCellExperiment object | 
| by_vars | The colData variable(s) to group cells by | 
| fraction_expressing | Top marker genes should be expressed in a minimum of this fraction of cells (default 0.10) | 
| top_n | The top_n genes to use for plotting / subset table generation | 
| max_point_size | The point size used for plotting. | 
| n_cores | The number of cores to use | 
results_l A list of results
Other Celltype annotation: 
map_celltypes_sce(),
model_celltype_freqs()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.