GOEnrich_eggnog | R Documentation |
do GO enrichment by a list of DEGs using eggnog Mapper annotation.
GOEnrich_eggnog(
deglist,
eggnogFile,
useFDR = FALSE,
cut = 0.05,
outdir = NULL,
outprefix = NULL
)
deglist |
DEG vector |
eggnogFile |
custom annotation file using eggNOG database |
useFDR |
whether to use FDR |
cut |
significant pvalue threshold, if useFDR is set, use FDR instead |
outdir |
output directory |
outprefix |
output file prefix |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.