Single-sample qPCR non-detect imputation (Module B add-on)
Source:R/singlesample-nondetects.R
singlesample-nondetects.RdTwo qPCR non-detect handlers used by the single-sample pipeline:
qpcr_nondetect_impute: Bayesian hierarchical imputation via thenondetectsBioconductor package (McCall et al. 2014).qpcr_nondetect_lod_fallback: limit-of-detection fallback that fills undetermined Cts with a fixed value (default 40).
Both operate on a features-by-samples Ct matrix. NAs in the input
represent undetermined Cts. The Bayesian path requires both
nondetects and HTqPCR (Bioconductor); if either is
unavailable, the function falls back to LOD imputation with a logged
message. This mirrors the single-sample non-detect handling convention.