helper function.
R/makeCqData.R
delta.Cq.data.Rd
The delta Cq values can be calculated by randomly assign two values, build all combinations of deta Cq. Directly use the values from the same row or just use the mean values.
delta.Cq.data(
CqType = NA,
method = "combinatorial",
onlyNumeric = FALSE,
return = FALSE
)
this is the Cq value columns from the input.cq that should be used.
can be either "combinatorial", "random", "direct" or "mean" (can be abbriviated). This will impact how the differences are calculated.
Will only use samples that are a numerical (for percentages the "%" will be stripped)
standard=FALSE will write in global scope! Otherwise will return the dataframe.
standard: returns nothing. Creates a dataframe or creates a a dataframe data.cq.sum in global scope