geoConvert(GEOmetadb)
geoConvert()所属R语言包:GEOmetadb
Cross-reference between GEO data types
GEO数据类型之间的交叉引用
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A common task is to find all the GEO entities of one type associated with another GEO entity (eg., find all GEO samples associated with GEO platform 'GPL96'). This function provides a very fast mapping between entity types to facilitate queries of this type.
一个共同的任务是找到所有的GEO实体与其他GEO实体(如,找到GEO平台GPL96“相关联的所有GEO样本)的一种类型。此功能提供了一个非常快的实体类型之间的映射,以促进这种类型的查询。
用法----------Usage----------
geoConvert(in_list, out_type = c("gse", "gpl", "gsm", "gds", "smatrix"), sqlite_db_name = "GEOmetadb.sqlite")
参数----------Arguments----------
参数:in_list
Character vector of GEO entities to convert from.
从GEO实体的特征向量转换。
参数:out_type
Character vector of GEO entity types to which to convert.
GEO实体类型转换的特征向量。
参数:sqlite_db_name
The filename of the GEOmetadb sqlite database file
的GEOmetadb SQLite数据库文件的文件名
值----------Value----------
A list of data.frames.
列表的data.frames。
作者(S)----------Author(s)----------
Jack Zhu <zhujack@mail.nih.gov>
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|