Convenience function for converting values

lnconc_to_cq(x, std_curve_alpha, std_curve_beta, censor = TRUE, upper_Cq = 40)

Arguments

x

log[eDNA] values

std_curve_alpha

the alpha (intercept) value for the standard curve

std_curve_beta

the beta (slope) value for the standard curve

censor

logical, whether Cq values larger than the upper_Cq should be censored. If TRUE, these any values above the threshold will be replaced with the upper_Cq value.

upper_Cq

the max Cq value

Value

vector of Cq values

Details

Convenience function for converting values

Author

Matt Espe