yieldTabix(Rsamtools)
yieldTabix()所属R语言包:Rsamtools
Yield records from a stream of records contained in a tabix file.
产量从TABIX文件中包含的记录流的记录。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Return the next set of records from an already opened file.
返回一个已经打开的文件记录下一组。
用法----------Usage----------
yieldTabix(file, ..., yieldSize=1000000L)
参数----------Arguments----------
参数:file
An opened instance of a type for which a yield method exists.
打开yield方法存在一个类型的实例。
参数:yieldSize
The number of records to return on each invocation.
每次调用返回的记录数。
参数:...
Additional arguments, currently ignored.
额外的参数,目前被忽略。
值----------Value----------
yield returns the next yieldSize records from file, in a format defined by the method.
yieldyieldSize,在方法定义的格式返回下一个file记录。
作者(S)----------Author(s)----------
Martin Morgan <mtmorgan@fhcrc.org>.
举例----------Examples----------
showMethods(yieldTabix)
example(TabixFile)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|