Description Usage Arguments Value Author(s) Examples
Perform normalization and compute relative expression ratio of target sample on the
basis of efficiency based methods of Roche, Pfaffl and delta delta Cq from an object of class "RTqPCRBatch"
.
1 2 | ## S4 method for signature 'RTqPCRBatch'
NRQeffs(RTqPCRBatch, Target, Ref, ...)
|
Target |
Name of target sample gene under column Target name. |
Ref |
Name of reference gene under column Target name. |
... |
Other parameters to be passed to the downstream methods. |
x |
An object of class |
An object of class "data.frame"
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 | ## 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 - on the basis of efficiency
effsreps <- CombineTechReps(Cqeffs.LC480, cRepCq = FALSE)
##NRQeffs is an auxiliarry function to NRQeffsAll function. It can be implemented directly through the
##NRQeffsAll function
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.