<?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; GEOmetadb</title>
	<atom:link href="http://www.bio-info-trainee.com/tag/geometadb/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>使用GEOmetadb包来获取对应GEO数据的实验信息</title>
		<link>http://www.bio-info-trainee.com/1085.html</link>
		<comments>http://www.bio-info-trainee.com/1085.html#comments</comments>
		<pubDate>Thu, 29 Oct 2015 02:30:27 +0000</pubDate>
		<dc:creator><![CDATA[ulwvfje]]></dc:creator>
				<category><![CDATA[R]]></category>
		<category><![CDATA[GEO]]></category>
		<category><![CDATA[GEOmetadb]]></category>
		<category><![CDATA[metadat]]></category>

		<guid isPermaLink="false">http://www.bio-info-trainee.com/?p=1085</guid>
		<description><![CDATA[理论上我前面提到的GEOquery包就可以根据一个GSE索引号来获取NCBI提供 &#8230; <a href="http://www.bio-info-trainee.com/1085.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>理论上我前面提到的GEOquery包就可以根据一个GSE索引号来获取NCBI提供的所有关于这个GSE索引号的数据了，包括metadata，表达矩阵，soft文件，还有raw data</p>
<p>但是很多时候，那个metadata并不是很整齐，而且一个个下载太麻烦了，所以就需要用R的bioconductor的另一个神奇的包了GEOmetadb</p>
<p>它的示例：<a href="http://bioconductor.org/packages/devel/bioc/vignettes/GEOmetadb/inst/doc/GEOmetadb.R" target="_blank">http://bioconductor.org/<wbr />packages/devel/bioc/vignettes/<wbr />GEOmetadb/inst/doc/GEOmetadb.R</a></p>
<div>它的主页：<a href="http://bioconductor.org/packages/devel/bioc/html/GEOmetadb.html" target="_blank">http://bioconductor.<wbr />org/packages/devel/bioc/html/<wbr />GEOmetadb.html</a></div>
<div>里面还是很多数据库基础知识的</div>
<div>代码托管在github，它的示例代码是这样连接数据库的：</div>
<div>
<pre>library(GEOmetadb)
if(!file.exists('GEOmetadb.sqlite')) getSQLiteFile()
file.info('GEOmetadb.sqlite')
con &lt;- dbConnect(SQLite(),'GEOmetadb.sqlite')
dbDisconnect(con)
但是一般不会成功，因为这个包把它的GEOmetadb.sqlite文件放在了国外网盘共享，在国内很难访问，推荐大家想办法下载到本地
<a href="http://www.bio-info-trainee.com/wp-content/uploads/2015/10/tmp2.png"><img class="alignnone size-full wp-image-1086" src="http://www.bio-info-trainee.com/wp-content/uploads/2015/10/tmp2.png" alt="tmp2" width="641" height="213" /></a>
用这个代码就会成功了，需要自己下载GEOmetadb.sqlite文件然后放在指定目录：/path/GEOmetadb.sqlite 需要自己修改
我们的diabetes.GEO.list文件内容如下：
GSE1009
GSE10785
GSE1133
GSE11975
GSE121
GSE12409
那么会产生的表格文件如下：共有32列数据信息，算是蛮全面的了
<a href="http://www.bio-info-trainee.com/wp-content/uploads/2015/10/tmp1.png"><img class="alignnone  wp-image-1087" src="http://www.bio-info-trainee.com/wp-content/uploads/2015/10/tmp1.png" alt="tmp" width="752" height="501" /></a></pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bio-info-trainee.com/1085.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
