Skip to content

Errors in the getNAD.R script and issues with the wf #1

@bfosso

Description

@bfosso

Hi,

I'm trying to replicate your workflow but actually I've found some issue:

  1. 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?
  2. 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.
  3. Finally, even when the tileHMM library is installed and loaded the getNAD function stucks at the viterbiEMstep.

Thank you in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions