clusterProfiler的GO与KEGG功能有哪些

发布时间:2022-03-19 15:49:21 作者:iii
来源:亿速云 阅读:136

这篇“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/1244
BiocManager::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功能有哪些”这篇文章的内容,相信大家都有了一定的了解,希望小编分享的内容对大家有帮助,若想了解更多相关的知识内容,请关注亿速云行业资讯频道。

推荐阅读:
  1. 功件与面向功件编程
  2. go 的介绍与安装

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

clusterprofiler go kegg

上一篇:如何把txt文件变成html网页文件

下一篇:小程序分销系统开发常见的功能有哪些

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》