千家信息网

clusterProfiler的GO与KEGG功能有哪些

发表于:2024-11-18 作者:千家信息网编辑
千家信息网最后更新 2024年11月18日,这篇"clusterProfiler的GO与KEGG功能有哪些"文章的知识点大部分人都不太理解,所以小编给大家总结了以下内容,内容详细,步骤清晰,具有一定的借鉴价值,希望大家阅读完这篇文章能有所收获,
千家信息网最后更新 2024年11月18日clusterProfiler的GO与KEGG功能有哪些

这篇"clusterProfiler的GO与KEGG功能有哪些"文章的知识点大部分人都不太理解,所以小编给大家总结了以下内容,内容详细,步骤清晰,具有一定的借鉴价值,希望大家阅读完这篇文章能有所收获,下面我们一起来看看这篇"clusterProfiler的GO与KEGG功能有哪些"文章吧。

支持的20个模式物种列表如下:

PackageMaintainerTitleIndex
org.Hs.eg.dbBioconductor Package MaintainerGenome wide annotation for Human3
org.Mm.eg.dbBioconductor Package MaintainerGenome wide annotation for Mouse5
org.Rn.eg.dbBioconductor Package MaintainerGenome wide annotation for Rat19
org.Sc.sgd.dbBioconductor Package MaintainerGenome wide annotation for Yeast28
org.Dm.eg.dbBioconductor Package MaintainerGenome wide annotation for Fly31
org.At.tair.dbBioconductor Package MaintainerGenome wide annotation for Arabidopsis32
org.Dr.eg.dbBioconductor Package MaintainerGenome wide annotation for Zebrafish37
org.Ce.eg.dbBioconductor Package MaintainerGenome wide annotation for Worm44
org.Bt.eg.dbBioconductor Package MaintainerGenome wide annotation for Bovine53
org.Gg.eg.dbBioconductor Package MaintainerGenome wide annotation for Chicken56
org.Cf.eg.dbBioconductor Package MaintainerGenome wide annotation for Canine61
org.Ss.eg.dbBioconductor Package MaintainerGenome wide annotation for Pig64
org.Mmu.eg.dbBioconductor Package MaintainerGenome wide annotation for Rhesus70
org.EcK12.eg.dbBioconductor Package MaintainerGenome wide annotation for E coli strain K1276
org.Xl.eg.dbBioconductor Package MaintainerGenome wide annotation for Xenopus111
org.Ag.eg.dbBioconductor Package MaintainerGenome wide annotation for Anopheles114
org.Pt.eg.dbBioconductor Package MaintainerGenome wide annotation for Chimp121
org.Pf.plasmo.dbBioconductor Package MaintainerGenome wide annotation for Malaria132
org.EcSakai.eg.dbBioconductor Package MaintainerGenome wide annotation for E coli strain Sakai137
org.Mxanthus.dbEduardo Illueca FernándezGenome wide annotation for Myxococcus xanthus DK 1622944

简单总结clusterProfiler包进行GO、KEGG的富集分析方法,结果输出及内置的图形展示。

#安装富集分析需要的包if (!requireNamespace("BiocManager", quietly = TRUE))  install.packages("BiocManager")BiocManager::install("enrichplot")BiocManager::install("GSEABase")BiocManager::install("pathview")BiocManager::install("clusterProfiler")#20个模式物种注释文件:https://www..com/article/1244BiocManager::install("org.Hs.eg.db")#非模式物种需要的包BiocManager::install("AnnotationHub")BiocManager::install("biomaRt")#######加载必要的包#####################################################library(clusterProfiler)library(pathview)library(GSEABase)library(enrichplot)#模式物种library(AnnotationHub)library(biomaRt)############################################################

以上就是关于"clusterProfiler的GO与KEGG功能有哪些"这篇文章的内容,相信大家都有了一定的了解,希望小编分享的内容对大家有帮助,若想了解更多相关的知识内容,请关注行业资讯频道。

0