Description Usage Arguments Details Value Examples
View source: R/get_ddCT_singleRep.R
Calculates the ddCT values for all samples in situations where there is only a single biological replicate per condition.
1 | get_ddCT_singleRep(sampleObj, hkg, control, rel.exp = FALSE)
|
sampleObj |
A qPCRBatch object generated from the |
hkg |
A character vector containing the housekeeping gene to use for ddCT calculations. |
control |
A character vector containing the name of the control condition. |
rel.exp |
Boolean value indicating whether or not relative expression values should be calculated. TRUE will compute both log2 fold-change and expression relative to the control sample, FALSE will only compute log2 fold-change values. |
This function is primarily intended for pilot/preliminary data in which biological replicates have not yet been produced or cases in which multiple vectors are being evaluated for efficiency (e.g. shRNA knockdowns, overexpression constructs, etc.)
A data.frame containing ddCT values in log2 fold-change or relative expression format.
1 2 3 4 5 6 | ## Not run:
sampleObj <- readSampleSheet(file)
ddCTObj <- get_ddCT_singleRep(sampleObj, "GAPDH", "untreated",
rel.exp = FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.