bamFiles {srnadiff} | R Documentation |
The bamFiles
slot holds the full paths to the BAM files as a
BamFileList
.
## S4 method for signature 'srnadiffExp' bamFiles(object)
object |
An |
The paths to the BAM files.
require(Rsamtools) srnaExp <- srnadiffExample() path(bamFiles(srnaExp))