Redian新闻
>
不同数据库之间ID的转换
avatar
不同数据库之间ID的转换# Biology - 生物学
c*y
1
working on mouse data. Would like to integrate information from refseq, ucsc
genome browser, GO consortium, and uniprotkb. They all have different IDs.
Is there an easy way to convert those IDs across different database?
Thank you very much for any inputs!
avatar
F*3
2
no

ucsc
.

【在 c***y 的大作中提到】
: working on mouse data. Would like to integrate information from refseq, ucsc
: genome browser, GO consortium, and uniprotkb. They all have different IDs.
: Is there an easy way to convert those IDs across different database?
: Thank you very much for any inputs!

avatar
j*g
3
试试R 里面的几个包:
org.Mm.eg.db (老鼠;或者其他物种自己找)
AnnotationDbi
BiomaRt
但是都不容易,格式转换是最头疼的一件事。

ucsc
.

【在 c***y 的大作中提到】
: working on mouse data. Would like to integrate information from refseq, ucsc
: genome browser, GO consortium, and uniprotkb. They all have different IDs.
: Is there an easy way to convert those IDs across different database?
: Thank you very much for any inputs!

avatar
c*t
4
找出overlap的key,自己编点简单程序。
avatar
n*7
5
biomart用起来比较简单
但是我喜欢下了mapping file自己处理
avatar
a*r
6
table$entrez = mapIds(org.Hs.eg.db,
keys=row.names(res),
column="ENTREZID",
keytype="ENSEMBL",
multiVals="first")
大概这样子的,你可以去用 ?mapids 去看看具体说明
需要load org.Hs.eg.db or org.Mm.eg.db
Hs 就是人的
Mm 就是老鼠
以此类推

【在 j*********g 的大作中提到】
: 试试R 里面的几个包:
: org.Mm.eg.db (老鼠;或者其他物种自己找)
: AnnotationDbi
: BiomaRt
: 但是都不容易,格式转换是最头疼的一件事。
:
: ucsc
: .

avatar
c*y
7
where to find the mapping file please?
Thanks a lot!

【在 n******7 的大作中提到】
: biomart用起来比较简单
: 但是我喜欢下了mapping file自己处理

avatar
c*y
8
mapids 是哪个包里的?
多谢了!!

【在 a******r 的大作中提到】
: table$entrez = mapIds(org.Hs.eg.db,
: keys=row.names(res),
: column="ENTREZID",
: keytype="ENSEMBL",
: multiVals="first")
: 大概这样子的,你可以去用 ?mapids 去看看具体说明
: 需要load org.Hs.eg.db or org.Mm.eg.db
: Hs 就是人的
: Mm 就是老鼠
: 以此类推

avatar
j*g
10
AnnotationDbi?

:mapids 是哪个包里的?
:多谢了!!

【在 c***y 的大作中提到】
: mapids 是哪个包里的?
: 多谢了!!

avatar
n*7
11
ucsc 的 table browser里面很多mapping table
每种ID自己的官方站点是一般也都有很external ID的mapping

【在 c***y 的大作中提到】
: where to find the mapping file please?
: Thanks a lot!

avatar
c*y
12
我在那搜过,但是没有GO mapping, uniprotkb mapping。

【在 n******7 的大作中提到】
: ucsc 的 table browser里面很多mapping table
: 每种ID自己的官方站点是一般也都有很external ID的mapping

avatar
n*7
13
go mapping就是go term association吧
这个要去go网站找

【在 c***y 的大作中提到】
: 我在那搜过,但是没有GO mapping, uniprotkb mapping。
avatar
c*y
14
是。 但是go 网站自己的mapping file各种的ID,好像不是很规律

【在 n******7 的大作中提到】
: go mapping就是go term association吧
: 这个要去go网站找

avatar
n*7
15
go注释是按物种的,不同物种由不同的组织维护

【在 c***y 的大作中提到】
: 是。 但是go 网站自己的mapping file各种的ID,好像不是很规律
avatar
c*y
16
go annotation常规pipeline是什么?
最近用interproscan (one of GO website recommended tools) annotated mm10
proteins and then compared with MGI mm annotation file. 结果是很大的不同啊 .
..

【在 n******7 的大作中提到】
: go注释是按物种的,不同物种由不同的组织维护
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。