qpcrBatch-class: Class qpcrBatch

Description Objects from the Class Slots Methods Note Author(s) Examples

Description

This is a class representation for qPCR expression data.

Objects from the Class

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", ...).

Slots

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.

Methods

No methods have yet been defined with class "qpcrBatch" in the signature.

Note

This class is better describe in the vignette.

Author(s)

Jess Mar jess@jimmy.harvard.edu

Examples

1
2
3

qpcrNorm documentation built on Nov. 8, 2020, 4:54 p.m.