当前位置:网站首页>使用 AnnotationDbi 转换 R 中的基因名称
使用 AnnotationDbi 转换 R 中的基因名称
2022-06-26 01:31:00 【Mrrunsen】
在 R 和几个 R/Bioconductor 包中,有许多方法可以将基因登录号或 id 转换为基因符号或其他类型的 id,以促进这一过程,包括AnnotationDbi、annotate和biomaRt 包。在这篇文章中,我们将学习如何使用AnnotationDbi和 org.Hs.eg.db 包转换基因 ID。您可能会修改此代码以与其他物种一起使用,例如带有 org.Mm.eg.db包的老鼠。
例如,假设我们有一个存储在 M1 中的基因表达矩阵,该矩阵是从您从 GEO 下载的 eset 对象创建的。我将在本例中使用的研究是 白血病干细胞表达特征与急性髓性白血病的临床结果相关,该研究以登录号GSE24006 保存在 GEO 上 。要查看有关如何生成表达式集 (eset) 对象的脚本,请参阅帖子 –从 GEO 检索基因表达数据对象和矩阵。
# Convert you eset object to a matrix with the exprs() function
library(Biobase)
M1 <-
边栏推荐
- How to check and cancel subscription auto renewal on iPhone or iPad
- Introduction to bloc: detailed explanation of cube
- 基于邻接表的广度优先遍历
- SQL column value to row value (unpivot)
- Markov decision process (MDP): Blackjack problem (mc-es)
- Magnifier case
- 饼图变形记,肝了3000字,收藏就是学会!
- df报错Stale file handle
- Redis classic 20 questions
- 请指教同花顺软件究竟是什么?在线开户安全么?
猜你喜欢
Interviewer: please name four ways to exchange the values of two variables without using third-party variables
Redis6.0新特性——ACL(权限控制列表)实现限制用户可执行命令和KEY
UTONMOS坚持“藏品、版权”双优原则助力传统文化高质量发展
vs2015+PCL1.8.1+qt5.12-----(1)
win32
ROS2+DDS+RTPS
Matlab|基于BP神经网络进行电力系统短期负荷预测
vulhub复现一 activemq
Analytic hierarchy process
Explain the JVM clearly at one time and don't be asked by the interviewer again
随机推荐
Matlab|基于BP神经网络进行电力系统短期负荷预测
How do I fix the iPhone green screen problem? Try these solutions
多测师拱墅校区肖sir_jenkins中搭建出现页面报错
Redis classic 20 questions
Raspberry pie + AWS IOT Greengrass
How to open a stock account? Is it safe to open an account online?
Binary search
Redis6.0新特性——ACL(权限控制列表)实现限制用户可执行命令和KEY
Qtvtkvs2015 test code
Which securities company is better and safer to open a mobile stock account?
MySQL doit maîtriser 4 langues!
Redis6.0 new feature - ACL (permission control list) implements the restriction of user executable commands and keys
云答题不显示第三方登陆按钮是什么情况
MySQL必须掌握4种语言!
OA process editing
Share some remote office experience in Intranet operation | community essay solicitation
Implementation of depth first traversal based on adjacency matrix
基于邻接矩阵的广度优先遍历
图的深度优先遍历
Snake game