A RTLFile object is the base class for classes representing files accessible with rtracklayer. It currently stores a path and provides a few utilities.
一个RTLFile对象是代表rtracklayer访问的文件类的基类。目前,它存储的路径,并提供了一些实用工具。
存取方法----------Accessor Methods----------
In the code snippets below, x represents a RTLFile object.
在下面的代码片段,xRTLFile对象。
path(x): Gets the path, as a character vector, to the file represented by the RTLFile object.
path(x):获取的路径,作为一个character向量,以由RTLFile对象代表的文件。
作者(S)----------Author(s)----------
Michael Lawrence
参见----------See Also----------
Implementing classes like BigWigFile and TwoBitFile
像BigWigFile和TwoBitFile实现类