Description Usage Arguments Value Author(s) Examples
Compute delta Cq and standard deviation of delta Cq of object of "RTqPCRBatch".
1 2  | ## S4 method for signature 'RTqPCRBatch'
DeltaCq(RTqPCRBatch, Ref, ...)
 | 
RTqPCRBatch | 
 An object of class   | 
Ref | 
 Name of reference gene under column Target name.  | 
... | 
 other parameters to be passed to the downstream methods.  | 
An object of "RTqPCRBatch" with new slots.
Navneet Phogat, Matthias Kohl, Matthias.Kohl@stamats.de
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19  | ## Read in the raw fluorescent data
## Read in the sample information data
## Merge the fluorescence and sample information data through merge function
## Compute the Cq values and amplification efficiencies
##  Implement the functions ReplaceNAs, ReplaceAboveCutOff, ReplaceValue and NonDetects as per requirement.
## Combine technical replicates (based on Cq values) : see also CombineTechReps function and vignettes
Cqreps <- CombineTechReps(Cqeffs.LC480)
Cqreps   ## to visualise the overview of the resulting data
## To compute the delta Cq value
deltaCq <- DeltaCq(Cqreps, Ref = "hk")
## For more details see the vignettes
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.