Description Usage Arguments Value Author(s) References Examples
View source: R/RNAseqAnalysis.R
Performs GeneKyoto Encyclopedia of Genes and Genomes KEGG pathway enrichment analyses by clusterProfiler packages
1 | KEGGEnrich(gene, data.type = "")
|
gene |
a vector of Ensembl gene id |
data.type |
prefix for Save file names |
return a data frame of KEGG enrichment analysis result, and write it to file
zexl
Yu G, Wang LG, Han Y, He QY. clusterProfiler: an R package for
comparing biological themes among gene clusters.
Omics: a journal of integrative biology. 2012 May 1;16(5):284-7.
Yu G, Wang LG, Yan GR, He QY. DOSE: an R/Bioconductor package for
disease ontology semantic and enrichment analysis. Bioinformatics.
2014 Oct 17;31(4):608-9.
1 2 3 4 5 | Upgene<-deall[which(deall$logFC>=1),]
UpgeneKEGGOut<-KEGGEnrich(
gene = rownames(Upgene),
data.type = 'RNA_Up'
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.