clusterProfiler
clusterProfiler也是通过KEGG API去获取物种对应的pathway注释,对于已有pathway注释的物种,我们只需要知道对应的三字母缩写, clusterProfiler就会联网自动获取该物种的pathway注释信息。
pAdjustMethod = "BH", universe, minGSSize = 10, maxGSSize = 500,
qvalueCutoff = 0.2, use_internal_data = FALSE)
- keyType:one of "kegg",’ncbi-geneid’,’ncib-proteinid’ and ’uniprot’
- use_internal_data=FALSE:logical, use KEGG.db or latest online KEGG data
remotes::install_github("YuLab-SMU/createKEGGdb")
library(createKEGGdb)
create_kegg_db("dme")
install.packages("KEGG.db_1.0.tar.gz",repos=NULL,type="source")
library(KEGG.db)
ERROR: unable to collate and parse R files for package 'createKEGGdb'
* removing 'E:/Eprogramfiles/R/R-3.6.3/library/createKEGGdb'
Error: Failed to install 'createKEGGdb' from GitHub:
yum install libcurl-devel
yum install openssl
yum install openssl-devel
yum install libxml2
yum install libxml2-devel
wget https://cran.r-project.org/src/contrib/Archive/RcppArmadillo/RcppArmadillo_0.9.900.3.0.tar.gz
R CMD INSTALL -l /usr/lib64/R/library RcppArmadillo_0.9.900.3.0.tar.gz
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("clusterProfiler")
BiocManager::install("topGO")
BiocManager::install("org.Hs.eg.db")
BiocManager::install("org.Mm.eg.db")
链接:https://www.jianshu.com/p/d484003dced5
https://github.com/YuLab-SMU/createKEGGdb/issues/4
https://bioconductor.org/packages/3.10/data/annotation/src/contrib/org.Hs.eg.db_3.10.0.tar.gz
https://bioconductor.org/packages/3.10/data/annotation/src/contrib/org.Mm.eg.db_3.10.0.tar.gz
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· 没有Manus邀请码?试试免邀请码的MGX或者开源的OpenManus吧
· 园子的第一款AI主题卫衣上架——"HELLO! HOW CAN I ASSIST YOU TODAY
2008-11-01 What is the simplest way to distribute a .NET COM server to any platform?
2008-11-01 Office Primary Interop Assemblies
2008-11-01 命令提示符窗口中的快捷键
2008-11-01 用System.Net.Mail发送邮件时错误信息
2008-11-01 SQL Server中的临时表和表变量