getRefflat(ACME)
getRefflat()所属R语言包:ACME
Get the refflat table from ucsc for the given genome
从UCSC获取给定的基因组的refflat表
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Fetches the refflat table from ucsc, stores in temp dir and then gunzips it and reads it in.
,获取UCSC refflat的表,在临时目录商店和,然后gunzips和读取它。
用法----------Usage----------
getRefflat(genome = "hg17")
参数----------Arguments----------
参数:genome
The genome code from ucsc, like 'hg16', 'mm6', etc.
从UCSC,像“hg16,MM6”等的基因代码
值----------Value----------
A data frame mirroring the UCSC table structure.
一个数据框镜像UCSC的表结构。
作者(S)----------Author(s)----------
Sean Davis <sdavis2@mail.nih.gov>
参考文献----------References----------
<h3>See Also</h3>
举例----------Examples----------
rf <- getRefflat('hg17')
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|