View source: R/7_quick_double_enrich.R
quick_enrich | R Documentation |
do diffiencial analysis according to exprission set and group information,for human only
quick_enrich(
genes,
kkgo_file = "kkgo_file.Rdata",
destdir = getwd(),
species = "human"
)
genes |
a gene symbol or entrizid vector |
kkgo_file |
Rdata filename for kegg and go result |
destdir |
destdir to save kkgofile |
species |
choose human or mouse, or rat, default: human |
enrichment results and dotplots
Xiaojie Sun
double_enrich
## Not run:
if(requireNamespace("org.Hs.eg.db",quietly = TRUE)){
head(genes)
g = quick_enrich(genes,destdir = tempdir())
names(g)
g[[1]][1:4,1:4]
g[[3]]
g[[4]]
}else{
warning("Package 'org.Hs.eg.db' needed for this function to work.
Please install it by BiocManager::install('org.Hs.eg.db')",call. = FALSE)
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.