Description Usage Arguments Details Value Author(s) References See Also Examples
Reads RT-qPCR data in format specified in the ReadqPCR vignette and uses the data to populate an object of class
"qPCRBatch"
.
1 2 3 4 |
filename |
file name (must be formatted as shown in vignette). |
phenoData |
an |
notes |
notes. |
verbose |
verbosity flag. If true more messages are given to the user on the processing steps |
Permits the user to read in qPCR Cq value data in a predefined format
(more details on this format in the ReadqPCR
package vignette), alongside
phenotypic data and further notes about the data. If phenoData
is a data.frame
,
it is converted to an AnnotatedDataFrame
. If it is NULL
then a default object
of class AnnotatedDataFrame
is created, whose pData
is a
data.frame
with rownames being the names of the samples, and
with one column sample
with an integer index.
More details on how technical replicates are handled in the ReadqPCR
package vignette
Object of class "qPCRBatch"
.
James Perkins jimrperkins@gmail.com
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.
1 2 3 | path <- system.file("exData", package = "ReadqPCR")
qPCR.example <- file.path(path, "qPCR.example.txt")
qPCRBatch.qPCR <- read.qPCR(qPCR.example)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.