Hi,
I'm trying to replicate your workflow but actually I've found some issue:
- In the Bedgraph files normalization it is not clear what this formula means:
mat$V6 <- as.numeric(mat$V6)/sum(as.numeric(mat$V6)) * 100000000. Actually, bedgraphs have only 4 columns and not 6. I supposed: mat$V6 <- as.numeric(mat$V4)/sum(as.numeric(mat$V4)) * 100000000. Is that correctly?
- in the HMM calling NADs step I got this error:
Error in getClass(Class, where = topenv(parent.frame())) : “TDist” is not a defined class. It seems you used the tileHMM package but I cannot find any import of this library in your code. Could you please better specify this step.
- Finally, even when the tileHMM library is installed and loaded the
getNAD function stucks at the viterbiEMstep.
Thank you in advance
Hi,
I'm trying to replicate your workflow but actually I've found some issue:
mat$V6 <- as.numeric(mat$V6)/sum(as.numeric(mat$V6)) * 100000000. Actually, bedgraphs have only 4 columns and not 6. I supposed:mat$V6 <- as.numeric(mat$V4)/sum(as.numeric(mat$V4)) * 100000000. Is that correctly?Error in getClass(Class, where = topenv(parent.frame())) : “TDist” is not a defined class. It seems you used the tileHMM package but I cannot find any import of this library in your code. Could you please better specify this step.getNADfunction stucks at theviterbiEMstep.Thank you in advance