GOEnrich_customMapping | R Documentation |
do GO enrichment by a list of DEGs using custom mapping file.
GOEnrich_customMapping(
deglist,
mappingfile,
useFDR = FALSE,
cut = 0.05,
outdir = NULL,
outprefix = NULL
)
deglist |
DEG vector |
mappingfile |
path of the custom GO annotation file, which annotates each gene in a row, separate GOs with comma(,) |
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.