MorganLevineLab / methylCIPHER

22 stars 9 forks source link

Error in calcDNAmTL function #10

Open annebozack opened 11 months ago

annebozack commented 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)