easyRNASeq BamParam accessors {easyRNASeq} | R Documentation |
These functions and generics define 'accessors' (to get and set values) for
BamParam
objects within the easyRNASeq package.
yieldSize(object,...) paired(object) stranded(object) strandProtocol(object)
object |
An object derived from class |
... |
Additional parameter inherited from the
|
The value of the corresponding slot.
Nicolas Delhomme
The BamParam
class
The RnaSeqParam yieldSize
accessor
bp <- BamParam() ## get the yieldSize Parameter ysize <-yieldSize(bp)