View source: R/diff_analysis_gene_set_enrichment.R
summary_DA | R Documentation |
Summary of the differential analysis
summary_DA(scExp, qval.th = 0.01, logFC.th = 1, min.percent = 0.01)
scExp |
A SingleCellExperiment object containing consclust with selected number of cluster. |
qval.th |
Adjusted p-value threshold. (0.01) |
logFC.th |
Fold change threshold. (1) |
min.percent |
Minimum fraction of cells having the feature active to consider it as significantly differential. (0.01) |
A table summary of the differential analysis
data('scExp')
summary_DA(scExp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.