SeqExpressionSet
class is used to store gene-level counts along with sample information. It extends the virtual class eSet
. See the help page of the class for details. "Read-level" information is managed via the FastqFileList
and BamFileList
classes of Rsamtools
.
Most used graphic tools for the FastqFileList
and BamFileList
objects are: 'barplot', 'plotQuality', 'plotNtFrequency'. For SeqExpressionSet
objects are: 'biasPlot', 'meanVarPlot', 'MDPlot'.
To perform gene-level normalization use the functions 'withinLaneNormalization' and 'betweenLaneNormalization'.
An 'As' method exists to coerce SeqExpressionSet
objects to CountDataSet
objects (DESeq
package).
See the package vignette for a typical Exploratory Data Analysis example.
D. Risso, K. Schwartz, G. Sherlock and S. Dudoit (2011). GC-Content Normalization for RNA-Seq Data. Technical Report No. 291, Division of Biostatistics, University of California, Berkeley, Berkeley, CA.