RsamtoolsFileList {Rsamtools} | R Documentation |
RsamtoolsFileList
is a base class for managing lists of file
references in Rsamtools; it is not intended for direct use –
see, e.g., BamFileList
.
## S4 method for signature 'RsamtoolsFileList' path(object, ...) ## S4 method for signature 'RsamtoolsFileList' isOpen(con, rw="") ## S3 method for class 'RsamtoolsFileList' open(con, ...) ## S3 method for class 'RsamtoolsFileList' close(con, ...)
con, object |
An instance of a class derived from
|
rw |
Mode of file; ignored. |
... |
Additional arguments. |
Users do not directly create instances of this class; see, e.g.,
BamFileList-class
.
This class inherits functions and methods for subseting, updating, and
display from the SimpleList
class.
Methods:
Report whether each file in the list is currently open.
Attempt to open each file in the list.
Attempt to close each file in the list.
Martin Morgan