Rdocumentation
powered by
Learn R Programming
rbamtools (version 2.4.0)
isOpen-methods: isOpen(bamReader),isOpen(bamWriter)
Description
Checks whether the given bamReader or bamWriter represents an opened connection to a BAM-file.
Usage
isOpen(con,rw="")
Arguments
con
An instance of class bamReader or bamWriter.
rw
This argument is included solely for compatibility with the function template for connections in package base. It's not evaluated internally.
Details
The function acutally checks, if the externalptr (reader or writer) slot has nil-value.