getSRAdbFile(SRAdb)
getSRAdbFile()所属R语言包:SRAdb
Download and unzip last version of SRAmetadb.sqlite.gz from the server
从服务器下载并解压缩的最后一个版本SRAmetadb.sqlite.gz
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function is the standard method for downloading and unzipping the most recent SRAmetadb SQLite file from the server.
此功能是最近期的SRAmetadb SQLite文件从服务器下载并解压缩的标准方法。
用法----------Usage----------
getSRAdbFile(destdir = getwd(), destfile = "SRAmetadb.sqlite.gz",
method)
参数----------Arguments----------
参数:destdir
The destination directory of the downloaded file
下载文件的目标目录
参数:destfile
The filename of the downloaded file. This filename should end in ".gz" as the unzipping assumes that is the case
下载文件的文件名。此文件名应该结束“。GZ”解压假设是这样的话
参数:method
Character vector of length 1, passed to the identically named argument of download.file.
字符向量的长度为1,通过相同的download.file命名参数。
值----------Value----------
Prints some diagnostic information to the screen.
一些诊断信息打印到屏幕上。
Returns the local filename for use later.
返回使用本地文件名后面。
作者(S)----------Author(s)----------
Jack Zhu <zhujack@mail.nih.gov>, Sean Davis <sdavis2@mail.nih.gov>
举例----------Examples----------
## Not run: geometadbfile <- getSRAdbFile()[#无法运行:geometadbfile < - getSRAdbFile()]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|