Description Usage Arguments Author(s)
InterPro Enrichment analysis function
1 2 3 4 5 6 7 8 9 10 11 | IE.ensemble(
df,
IO_FILE,
gene.cutoff = 0.01,
minSize = 2,
maxSize = 500,
keepRich = TRUE,
padj.method = "BH",
filename = NULL,
cutoff = 0.05
)
|
df |
DGE files (DESeq2 result files) or vector contains gene names |
IO_FILE |
InterPro annotation data |
gene.cutoff |
the cut-off value for select DEGs (default: 0.01) |
minSize |
minimal number of genes included in significant terms |
maxSize |
maximum number of genes included in significant terms |
keepRich |
keep terms with rich factor value equal 1 or not (default: TRUE) |
padj.method |
p value adjust method (default: BH) |
filename |
output filename |
cutoff |
cutoff value for filtering significant terms (default: 0.05) |
Kai Guo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.