Description Objects from the Class Slots Methods Note Author(s) Examples
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
:Character vector denoting gene or primer pair names.
plateIndex
:Character vector denoting plate indices.
exprs
:Matrix of qPCR expression values, normally these are the Ct values.
normalized
:Logical value, TRUE if expression data has been normalized.
normGenes
:Character vector of genes used by the normalization algorithm.
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
1 2 3 | ## load example data
data(qpcrBatch.object)
class(qpcrBatch.object)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.