calc_sample_sizes.Rd
This function takes a compiled data.frame following the format shown in the template_es_data
object
and calculates basic sample sizes and detection rates for all gene targets.
calc_sample_sizes(df, cutoff = 40)
A data.frame produced by the compile_tac_data
function containing 'target_name' and 'ct_value' columns.
Numeric scalar giving the cutoff Ct value over which a gene target is deemed absent from a sample. Default is 40.
data.frame
if (FALSE) {
calc_sample_sizes(template_es_data)
}