FindMarkerModule | R Documentation |
Finds markers (differentially activated modules) for identity classes
FindMarkerModule( obj, identity, assay = "IcaNet", MQC = TRUE, pvalue = 0.05, rank.order = "myAUC" )
obj |
a Seurat object |
identity |
the identity id |
assay |
which assay shall be tested (Default: "IcaNet") |
MQC |
whether to control the statistical significance level of module (Default: TRUE) |
pvalue |
integer value to indicate the threshold to filter the module (Default: 0.05) |
rank.order |
rank the results based on which feature (Default: "myAUC") |
a matrix object which containing the significant module information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.