lnconc_to_cq: Convert [eDNA] to Cq

Description Usage Arguments Details Value Author(s)

View source: R/utils.R

Description

Convenience function for converting values

Usage

1
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

Details

Convenience function for converting values

Value

vector of Cq values

Author(s)

Matt Espe


artemis documentation built on Sept. 9, 2021, 1:07 a.m.