Description Usage Arguments Examples
GO enrichment analysis for differentially expressed genes
1 2 | DEGsEnrich(obj, fc = log(2), adj.p = 0.05, min.percent = 0.1,
pval = NULL, term.key = "GO_Biological_Process_2018")
|
obj |
DEG matrix |
fc |
cutoff of fold change of gene expression to filter genes |
adj.p |
cutoff of adjusted p value to filter genes |
min.percent |
minimum percent of cells in any cluster expressed a gene |
pval |
use a specified p value to filter genes |
term.key |
term key of GO |
1 2 3 4 | ## Not run:
DEGsEnrich(obj)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.