KEGGEnrich: KEGG Enrichment

Description Usage Arguments Value Author(s) References Examples

View source: R/RNAseqAnalysis.R

Description

Performs GeneKyoto Encyclopedia of Genes and Genomes KEGG pathway enrichment analyses by clusterProfiler packages

Usage

1
KEGGEnrich(gene, data.type = "")

Arguments

gene

a vector of Ensembl gene id

data.type

prefix for Save file names

Value

return a data frame of KEGG enrichment analysis result, and write it to file

Author(s)

zexl

References

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.

Examples

1
2
3
4
5
    Upgene<-deall[which(deall$logFC>=1),]
    UpgeneKEGGOut<-KEGGEnrich(
           gene = rownames(Upgene),
           data.type = 'RNA_Up'
           )

zexllin/lncRNAtools documentation built on Jan. 1, 2021, 1:52 p.m.