RsamtoolsFileList | 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'
index(object, ..., asNA = TRUE)
## S4 method for signature 'RsamtoolsFileList'
isOpen(con, rw="")
## S3 method for class 'RsamtoolsFileList'
open(con, ...)
## S3 method for class 'RsamtoolsFileList'
close(con, ...)
## S4 method for signature 'RsamtoolsFileList'
names(x)
## S4 method for signature 'RsamtoolsFileList'
yieldSize(object, ...)
con , object , x |
An instance of a class derived from
|
asNA |
logical indicating if missing output should be NA or character() |
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.
Names of each element of the list or, if names are
NULL
, the basename of the path of each element.
Martin Morgan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.