findClusterMarkers | R Documentation |
Try to identify marker genes across clusters performing Mann-Whitney U test. DE genes are identified the expression in each cluster versus the all the other.
findClusterMarkers(data, nt = 2, hvg = T, verbose = T)
data |
list; GFICF object |
nt |
integer; Number of thread to use (default 2). |
hvg |
boolean; Use only High Variable Genes (default is TRUE). |
verbose |
boolean; Icrease verbosity. |
The updated gficf object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.