RTLFile-class {rtracklayer} | R Documentation |
A RTLFile
object is the base class for classes representing
files accessible with rtracklayer. It currently stores a path and
provides a few utilities.
In the code snippets below, x
represents a RTLFile
object.
path(x)
:
Gets the path, as a character
vector, to the file
represented by the RTLFile
object.
Michael Lawrence
Implementing classes like BigWigFile
and
TwoBitFile