View source: R/findSignatures.R
findSignatures | R Documentation |
Identify gene signatures using the wilcoxon test or template-matching methods.
findSignatures( object, assay.type = "RNA", column = "population", test.use = "wilcox", pos.only = TRUE, min.pct = 0.1, fc.threshold = 0.25, fc.tm = FALSE )
object |
CellRouter object. |
assay.type |
character; the type of data to use. |
column |
character; specify the groups to compare. |
test.use |
character; differential expression test to use. Alternative is based on template-matching. Possible values: wilcox or template. |
pos.only |
logical; use only upregulated genes. |
min.pct |
numeric; minimum percentage. |
fc.threshold |
numerical; fold change threshold. |
fc.tm |
logical; whether to include fold change values in the template-matching differential expression analysis. |
data frame; the population, fold change (fc), mean p, mean np, p-value, p-value adjusted, and gene.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.