KEGGenrich_blastkoala | R Documentation |
do KEGG pathway enrichment by a list of degs. Using blastkoala method to convert from GeneID to KEGG ID.
KEGGenrich_blastkoala(
deglist,
blastkoalafile,
taxonid = "ko",
outdir = NULL,
outprefix,
useFDR = FALSE
)
deglist |
DEG vector |
blastkoalafile |
blastkoala output file path, Gene ID to KEGG ID pair by row |
taxonid |
KEGG pathway taxon id prefix , for example, osa is for Oryza Sativa. available ids : https://www.genome.jp/kegg-bin/find_org_www?mode=abbr&obj=mode.map |
outdir |
output directory |
outprefix |
output file prefix |
useFDR |
whether to add FDR column |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.