Open annebozack opened 11 months ago
The function calcDNAmTL includes a negative intercept rather than positive as reported in Lu et al. (therefore resulting in negative TL estimates). Lines 43 and 66 should be
DNAmTL <- as.numeric(rowSums(tt,na.rm=T)+7.924780053)
The function calcDNAmTL includes a negative intercept rather than positive as reported in Lu et al. (therefore resulting in negative TL estimates). Lines 43 and 66 should be
DNAmTL <- as.numeric(rowSums(tt,na.rm=T)+7.924780053)