yieldTabix {Rsamtools} | R Documentation |
Return the next set of records from an already opened file.
yieldTabix(file, ..., yieldSize=1000000L)
file |
An opened instance of a type for which a |
yieldSize |
The number of records to return on each invocation. |
... |
Additional arguments, currently ignored. |
yield
returns the next yieldSize
records from
file
, in a format defined by the method.
Martin Morgan <mtmorgan@fhcrc.org>.
showMethods(yieldTabix) example(TabixFile)