Description Creating Objects Slots Methods Note Author(s) References See Also
Class to Contain and Describe raw and normalised qPCR Data, as Cq or delta-Cq values. Extends eSet
new("RTqPCRBatch")
assayData
: Object of class AssayData
containing the raw data,
which will be at minimum a matrix of Cq values. This
slot can also hold a matrix of well.info values if these are present in the input file.
phenoData
:Object of class AnnotatedDataFrame
containing phenotypic data for the samples.
annotation
A character string identifying the
annotation that may be used for the RTqPCRBatch
instance.
protocolData
:Object of class AnnotatedDataFrame
containing protocol data for the samples.
featureData
Object of class AnnotatedDataFrame
containing feature-level (e.g., probeset-level) information.
experimentData
:Object of class "MIAME" containing experiment-level information.
.__classVersion__
:Object of class Versions
describing the R and Biobase version number used to create the
instance. Intended for developer use.
signature(object = "RTqPCRBatch")
: extracts the Cq
expression matrix.
signature(object = "RTqPCRBatch", value = "matrix")
:
replaces the Cq expression matrix.
signature(object = "RTqPCRBatch")
: extracts the
expression matrix with SDs of Cq values.
signature(object = "RTqPCRBatch", value = "matrix")
:
replaces the expression matrix with SDs of Cq values.
signature(object = "RTqPCRBatch")
: extracts the Cq
well order matrix (if it exists).
signature(object = "RTqPCRBatch", value = "matrix")
:
replaces the Cq well order matrix.
signature(object = "RTqPCRBatch")
: extracts the efficiency
matrix (if it exists).
signature(object = "RTqPCRBatch", value = "matrix")
:
replaces the efficiency matrix.
signature(object = "RTqPCRBatch")
: extracts the matrix
with the standard errors/deviations of the efficiencies (if it exists).
signature(object = "RTqPCRBatch", value = "matrix")
:
replaces the matrix with the standard errors/deviations of the efficiencies.
This class is described in detail in the vignette.
Navneet Phogat, Matthias Kohl, Matthias.Kohl@stamats.de
Perkins, JR, Dawes, JM, McMahon, SB, Bennett, DL, Orengo, C, Kohl, M (2012). ReadqPCR and NormqPCR: R packages for the reading, quality checking and normalisation of RT-qPCR quantification cycle (Cq) data. BMC Genomics, 13, 1:296.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.