Closed esebesty closed 3 years ago
I had a similar error to you - and discovered that I had an additional column in the matrix file that was causing the lookup to fail.
i.e. chr1 1 40000 NA 0 0
YMMV,
nathan
Unfortunately, this doesn't seem to be the issue in my case.
How did you solve the problem? I have the same issue and cannot solve it.
@esebesty would appreciate your help
I'm getting the following error, when using the R package version of TopDom:
I was able to identify, that the code fails on this line, but can't figure out the details. Looks like I have a bunch of lines in the
ret
data.frame with anNA
in theto.id
column, and the code fails on the first line where the tag isdomain
and we have theNA
:Changing to zero-based identifiers as in issue #1 here, did not help. The chromosome coordinates are already zero-based. Any suggestions?