yieldTabix {Rsamtools}R Documentation

Yield records from a stream of records contained in a tabix file.

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.

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.

Author(s)

Martin Morgan <mtmorgan@fhcrc.org>.

Examples

showMethods(yieldTabix)
example(TabixFile)

[Package Rsamtools version 1.6.3 Index]