Closed makc-sel closed 2 years ago
ChromHMM LearnModel should handle missing values. If there is a '2' in the binary data it should be treated as missing. Why do you think it is not supporting missing values?
Thanks for this hint and also for the fast answer! I've tried -1 instead of 2 and it did not worked. Now it worked out. Maybe you have the function with above-cited algorithm implicated somewhere?
Glad it works now. Not sure I understand your last question, but note I am not an author of the specific paper you cited above.
Hello! I'm trying to add WGBS data to ChromHMM model, and I ran into the issue with binarizing WGBS bedgraph file. From BSBOLT software I got the file containing those columns:
But ChromHMM LearnModel seems not to support missing values. Can you please suggest the way to deal with them? And how can we binarize bedgraph file?