RTLFile-class {rtracklayer}R Documentation

RTLFile objects

Description

A RTLFile object is the base class for classes representing files accessible with rtracklayer. It currently stores a path and provides a few utilities.

Accessor Methods

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.

Author(s)

Michael Lawrence

See Also

Implementing classes like BigWigFile and TwoBitFile


[Package rtracklayer version 1.14.1 Index]