dct_apply | R Documentation |
A helper function to apply the dct
function to each row of the data.frame containing the qPCR data
dct_apply(data, calibsample, eff)
data |
a data.frame containing the qPCR data with averaged technical replicates as generated by |
calibsample |
a character string with the name of the sample to be used as reference for dct calculation. This sample will have an expression value of 1 for all targets and the rest of the samples will have values expressing their relative expression to this sample. |
eff |
a data.frame containing the efficiency values for each primer pair as generated in |
a data.frame containing the qPCR data with an additional column containing the dCt values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.