<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>生信菜鸟团 &#187; ID</title>
	<atom:link href="http://www.bio-info-trainee.com/tag/id/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bio-info-trainee.com</link>
	<description>欢迎去论坛biotrainee.com留言参与讨论，或者关注同名微信公众号biotrainee</description>
	<lastBuildDate>Sat, 28 Jun 2025 14:30:13 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.33</generator>
	<item>
		<title>gene的symbol与entrez ID并不是绝对的一一对应的</title>
		<link>http://www.bio-info-trainee.com/1384.html</link>
		<comments>http://www.bio-info-trainee.com/1384.html#comments</comments>
		<pubDate>Wed, 27 Jan 2016 15:17:06 +0000</pubDate>
		<dc:creator><![CDATA[ulwvfje]]></dc:creator>
				<category><![CDATA[未分类]]></category>
		<category><![CDATA[ID]]></category>
		<category><![CDATA[基因]]></category>

		<guid isPermaLink="false">http://www.bio-info-trainee.com/?p=1384</guid>
		<description><![CDATA[很多时候，我们都无法确定到底是基于symbol来进行分析，还是基于entrez  &#8230; <a href="http://www.bio-info-trainee.com/1384.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>很多时候，我们都无法确定到底是基于symbol来进行分析，还是基于entrez ID，当我们要进行ID转换的时候也想当然的以为它们的一一对应的， 但是最近我写了一个脚本来分析CCLE的数据的时候，发现其实有一些特例:</p>
<div dir="ltr">
<div>suppressMessages(library(org.Hs.eg.db))</div>
<p>all_symbol=mappedkeys(org.Hs.egSYMBOL2EG)</p>
<div>all_EGID =mappedkeys(org.Hs.egSYMBOL)</div>
<div></div>
<div>tmp=as.list(org.Hs.egSYMBOL2EG[all_symbol])</div>
<div>#tmp=as.list(org.Hs.egSYMBOL[all_EGID ])</div>
<div></div>
<div>
<div>tmp=unlist(lapply(tmp,length))</div>
<div>tmp=tmp[tmp&gt;1]</div>
</div>
<div>as.list(org.Hs.egSYMBOL2EG[names(tmp)])</div>
<div></div>
<div>有多个entrez ID对应一个symbol的现象出现,但是没有一个symbol对应多个entrez ID的现象。而且entrez ID也会过期！</div>
<div>
<div>$CSNK1E</div>
<div>[1] "1454"      "102800317"</div>
<div></div>
<div>$HBD</div>
<div>[1] "3045"      "100187828"</div>
<div></div>
<div>$RNR1</div>
<div>[1] "4549" "6052"</div>
<div></div>
<div>$RNR2</div>
<div>[1] "4550" "6053"</div>
<div></div>
<div>$SFPQ</div>
<div>[1] "6421"   "654780"</div>
<div></div>
<div>$TEC</div>
<div>[1] "7006"      "100124696"</div>
<div></div>
<div>$MEMO1</div>
<div>[1] "7795"  "51072"</div>
<div></div>
<div>$KIR3DL3</div>
<div>[1] "115653"    "100133046"</div>
<div></div>
<div>$MMD2</div>
<div>[1] "221938"    "100505381"</div>
<div></div>
<div>$`LSAMP-AS1`</div>
<div>[1] "100506708" "101926903"</div>
</div>
<div>通过下面的链接可以看到具体情况</div>
<div><a href="http://www.ncbi.nlm.nih.gov/gene/?term=100506708">http://www.ncbi.nlm.nih.gov/gene/?term=100506708</a></div>
<div><a href="http://www.ncbi.nlm.nih.gov/gene/?term=101926903">http://www.ncbi.nlm.nih.gov/gene/?term=101926903</a></div>
<div></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bio-info-trainee.com/1384.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ensembl数据库在线网页工具biomart简单教程</title>
		<link>http://www.bio-info-trainee.com/545.html</link>
		<comments>http://www.bio-info-trainee.com/545.html#comments</comments>
		<pubDate>Tue, 31 Mar 2015 07:28:29 +0000</pubDate>
		<dc:creator><![CDATA[ulwvfje]]></dc:creator>
				<category><![CDATA[基础数据库]]></category>
		<category><![CDATA[biomart]]></category>
		<category><![CDATA[ENSEMBL]]></category>
		<category><![CDATA[ID]]></category>
		<category><![CDATA[数据转换]]></category>

		<guid isPermaLink="false">http://www.bio-info-trainee.com/?p=545</guid>
		<description><![CDATA[这个工具主要是针对不会bioperl不会API调取数据的生信纯菜鸟准备的，主要是 &#8230; <a href="http://www.bio-info-trainee.com/545.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>这个工具主要是针对不会bioperl不会API调取数据的生信纯菜鸟准备的，主要是方便大家批量研究某些感兴趣的基因，需要准备的数据就是基因名或者基因的ID号，能从该网站获取的资料非常多，可以是关于你的输入的基因名的各种数据库有的信息。</p>
<p><a href="http://www.ensembl.org/biomart/">http://www.ensembl.org/biomart/</a></p>
<p>第一步：选取数据库，我一般选取人的</p>
<p><a href="http://www.bio-info-trainee.com/wp-content/uploads/2015/03/Ensembl数据库在线网页工具biomart简单教程243.png"><img class="alignnone size-full wp-image-546" src="http://www.bio-info-trainee.com/wp-content/uploads/2015/03/Ensembl数据库在线网页工具biomart简单教程243.png" alt="Ensembl数据库在线网页工具biomart简单教程243" width="554" height="240" /></a></p>
<p>第二步，选择上传数据的格式</p>
<p><a href="http://www.bio-info-trainee.com/wp-content/uploads/2015/03/Ensembl数据库在线网页工具biomart简单教程259.png"><img class="alignnone size-full wp-image-547" src="http://www.bio-info-trainee.com/wp-content/uploads/2015/03/Ensembl数据库在线网页工具biomart简单教程259.png" alt="Ensembl数据库在线网页工具biomart简单教程259" width="554" height="206" /></a></p>
<p>这个下拉框里面可以选取很多种格式，你随便张贴进去哪一种格式的基因ID都可以，也可以把做好的ID文件上传进去，批量获取基因信息。</p>
<p><a href="http://www.bio-info-trainee.com/wp-content/uploads/2015/03/Ensembl数据库在线网页工具biomart简单教程325.png"><img class="alignnone size-full wp-image-548" src="http://www.bio-info-trainee.com/wp-content/uploads/2015/03/Ensembl数据库在线网页工具biomart简单教程325.png" alt="Ensembl数据库在线网页工具biomart简单教程325" width="454" height="162" /></a></p>
<p>我这里输入的是几个免疫基因。</p>
<p>第三步，选择下载数据的格式</p>
<p>首先可以选择你上传的gene的可以转换的各种ID</p>
<p><a href="http://www.bio-info-trainee.com/wp-content/uploads/2015/03/Ensembl数据库在线网页工具biomart简单教程356.png"><img class="alignnone size-full wp-image-549" src="http://www.bio-info-trainee.com/wp-content/uploads/2015/03/Ensembl数据库在线网页工具biomart简单教程356.png" alt="Ensembl数据库在线网页工具biomart简单教程356" width="553" height="173" /></a></p>
<p>然后可以选择你上传的gene的各种序列</p>
<p><a href="http://www.bio-info-trainee.com/wp-content/uploads/2015/03/Ensembl数据库在线网页工具biomart简单教程358.png"><img class="alignnone size-full wp-image-550" src="http://www.bio-info-trainee.com/wp-content/uploads/2015/03/Ensembl数据库在线网页工具biomart简单教程358.png" alt="Ensembl数据库在线网页工具biomart简单教程358" width="553" height="183" /></a></p>
<p>可以选择的信息非常多，基本上可以想到的转换在这里都能做！！！</p>
<p>但是，始终没有脚本方便，只适合不太懂编程的菜鸟使用！</p>
<p>然后点击result即可，看到结果还可以导出成txt文档，点击右上角的GO即可</p>
<p><a href="http://www.bio-info-trainee.com/wp-content/uploads/2015/03/Ensembl数据库在线网页工具biomart简单教程458.png"><img class="alignnone size-full wp-image-551" src="http://www.bio-info-trainee.com/wp-content/uploads/2015/03/Ensembl数据库在线网页工具biomart简单教程458.png" alt="Ensembl数据库在线网页工具biomart简单教程458" width="553" height="261" /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bio-info-trainee.com/545.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
