Description Usage Arguments Details Value Author(s) See Also Examples
This function takes a vector of Ct values from a single qPCR experiment and reorganizes it into a matrix structure. Each column in the matrix represents a different plate that was used in the experiment.
1 | matrixByPlate(xvec, plateIndex)
|
xvec |
Numeric vector of Ct values. |
plateIndex |
Character vector, denoting plate index of each gene or primer pair. |
On the resulting matrix structure:
The number of rows equals the maximum number of genes or primer pairs that were used on a plate in the experiment.
For plates with less genes, NA values are padded at the end of the column vector to complete the rectangular structure.
Note: these NA values do not affect downstream calculations.
A matrix
object.
Jess Mar jess@jimmy.harvard.edu
1 2 | data(qpcrBatch.object)
mynormQuant.data <- normQpcrQuantile(qpcrBatch.object)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.