qpcrBatch-class {qpcrNorm} | R Documentation |
This is a class representation for qPCR expression data.
Objects can be created using the function readQpcr
or readQpcrBatch
to read in
raw data from a text file(s). Objects can also be created by using new("qpcrBatch", ...)
.
geneNames
:plateIndex
:exprs
:normalized
:normGenes
:No methods have yet been defined with class "qpcrBatch" in the signature.
This class is better describe in the vignette.
Jess Mar jess@jimmy.harvard.edu
## load example data data(qpcrBatch.object) class(qpcrBatch.object)