View source: R/find_top_cluster_markers.R
find_top_cluster_markers | R Documentation |
Find top cluster markers.
find_top_cluster_markers(
cluster.markers,
ntop = 5,
padj.cutoff = 0.05,
pct.cutoff = 0.25
)
cluster.markers |
Data.frame generated by Seurat FindAllMarkers |
ntop |
Number of top markers for each cluster |
padj.cutoff |
Cutoff of adjusted p-values |
pct.cutoff |
Cutoff of percentage of expressing cells |
Data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.