calculate_ddct.Rd
Calculate delta delta CT from delta CT.
calculate_ddct(dCT, factors, reference, metadata = NULL, genes = NULL)
dCT | Imported dCT qPCR data as a |
---|---|
factors | A character vector listing factors for statistical comparison corresponding to a subset of the columns of each |
reference | A character vector of the same length as factors, listing the level of each factor corresponding to the reference group. |
metadata | Columns in the dCT |
genes | A character vector listing genes corresponding to a subset of the columns of each |
ddCT data as a data.table
.
Ayush Noori