get_all_cluster_markers | R Documentation |
Get cluster markers from all clusterings fromthe given loom file with filter applied by the given log.fc.threshold and adj.p.value.threshold.
get_all_cluster_markers( loom, log.fc.threshold = 1.5, adj.p.value = 0.05, n.signif.digits = NULL )
loom |
The loom file handler. |
log.fc.threshold |
The log fold change threshold |
n.signif.digits |
Number of significant digits in the output. |
adj.p.value.threshold |
The adjusted p-value threshold |
A list of data.frames containing all the clusterings with their cluster markers (adj. p-value and log fold changes). The list names refer to the different clustering names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.