gunzip(GEOquery)
gunzip()所属R语言包:GEOquery
Gunzip a file
用gunzip 1文件
译者:生物统计家园网 机器人LoveR
描述----------Description----------
gunzip a file
用gunzip 1文件
用法----------Usage----------
gunzip(filename, destname = gsub("[.]gz$", "", filename), overwrite = FALSE, remove = TRUE, BFR.SIZE = 1e+07)
参数----------Arguments----------
参数:filename
The filename to be unzipped
要解压缩的文件名
参数:destname
The destination file
目标文件
参数:overwrite
Boolean indicating whether or not to overwrite a destfile of the same name
布尔值,指示是否覆盖同名的destfile
参数:remove
Boolean indicating whether or not to remove the original file after completion
布尔值,指示是否完成后删除原始文件
参数:BFR.SIZE
The size of the read buffer....
读取缓冲区的大小....
Details
详情----------Details----------
This function was stripped out of R.utils due to breaking some stuff on the bioconductor build machine.
此功能被剥离出来的R.utils由于打破一些建立bioconductor机的东西。
值----------Value----------
Invisibly, the number of bytes read.
无形中,读取的字节数。
作者(S)----------Author(s)----------
Original author: Henrik Bengtsson
参见----------See Also----------
gzfile
gzfile
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|