由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Biology版 - 不同数据库之间ID的转换
相关主题
reads mapping请教:这样的基因标识是什么意思?
要分析一些isoform,请问到底有哪些数据是RNA concentrated的?请教如何处理novel genes的GO enrichment analysis
Tool for Gene ontology annotation请教怎样从GEO数据库里下载到某一类肿瘤完整的数据?
featureBits programRe: 果蝇有多少基因??
protein categorization (gene ontology (GO) analysiswhere to find alternative splicing events
大鼠的RNA-seq应该使用那个reference genome?有个有趣的基因表达实验结果和大家讨论下
NGS technique question, urgent!讨教DNASTAR的seqbuilder
[合集] 非affy的芯片如何用R进行annotation?求助:如何做DNA的annotation?
相关话题的讨论汇总
话题: go话题: mapids话题: mapping话题: ids话题: ucsc
进入Biology版参与讨论
1 (共1页)
c***y
发帖数: 615
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!
F********3
发帖数: 256
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!

j*********g
发帖数: 463
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!

c***t
发帖数: 146
4
找出overlap的key,自己编点简单程序。
n******7
发帖数: 12463
5
biomart用起来比较简单
但是我喜欢下了mapping file自己处理
a******r
发帖数: 786
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
: .

c***y
发帖数: 615
7
where to find the mapping file please?
Thanks a lot!

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

c***y
发帖数: 615
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 就是老鼠
: 以此类推

a******r
发帖数: 786
9
library("AnnotationDbi")
你看一下这个,有enrichment 也有 id 转换
https://www.r-bloggers.com/tutorial-rna-seq-differential-expression-pathway-
analysis-with-sailfish-deseq2-gage-and-pathview/

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

j*********g
发帖数: 463
10
AnnotationDbi?

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

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

相关主题
大鼠的RNA-seq应该使用那个reference genome?请教:这样的基因标识是什么意思?
NGS technique question, urgent!请教如何处理novel genes的GO enrichment analysis
[合集] 非affy的芯片如何用R进行annotation?请教怎样从GEO数据库里下载到某一类肿瘤完整的数据?
进入Biology版参与讨论
n******7
发帖数: 12463
11
ucsc 的 table browser里面很多mapping table
每种ID自己的官方站点是一般也都有很external ID的mapping

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

c***y
发帖数: 615
12
我在那搜过,但是没有GO mapping, uniprotkb mapping。

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

n******7
发帖数: 12463
13
go mapping就是go term association吧
这个要去go网站找

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

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

n******7
发帖数: 12463
15
go注释是按物种的,不同物种由不同的组织维护

【在 c***y 的大作中提到】
: 是。 但是go 网站自己的mapping file各种的ID,好像不是很规律
c***y
发帖数: 615
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注释是按物种的,不同物种由不同的组织维护
1 (共1页)
进入Biology版参与讨论
相关主题
求助:如何做DNA的annotation?protein categorization (gene ontology (GO) analysis
怎么从ncbi大批量下载基因序列大鼠的RNA-seq应该使用那个reference genome?
纠结,不知道该怎么办?NGS technique question, urgent!
哪一种onlology analysis tool比较好?detecting GO over/under-representation[合集] 非affy的芯片如何用R进行annotation?
reads mapping请教:这样的基因标识是什么意思?
要分析一些isoform,请问到底有哪些数据是RNA concentrated的?请教如何处理novel genes的GO enrichment analysis
Tool for Gene ontology annotation请教怎样从GEO数据库里下载到某一类肿瘤完整的数据?
featureBits programRe: 果蝇有多少基因??
相关话题的讨论汇总
话题: go话题: mapids话题: mapping话题: ids话题: ucsc