BamParam class {easyRNASeq} | R Documentation |
A class describing the parameters of a bam file issued from an RNA-Seq experiment.
Objects can be created by calls of the
form new("BamParam", ...)
or using the BamParam constructor.
The BamParam
class has
the following slots:
paired
stranded
strandProtocol
yieldSize
all of which can be accessed using the accordingly names accessor.
Nicolas Delhomme
showClass("BamParam")