You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And I am getting this error:
Error in S4Vectors:::stopIfProblems(.valid.NormalIRanges(x)) :
object is not normal
The object (IRanges) seems to be ok:
m_low
MaskCollection of length 1 and width 220198
masks:
maskedwidth maskedratio active
1 5139 0.02333809 TRUE
and so the GRanges object 'atxGR_subset_low' (GRanges object with 6136 ranges and 0 metadata columns).
The one time I got this same error before (and I was able to fix it), is when my object had 0-based coordinates instead of 1-based coordinates (I subsetted that object and eliminated the first range, and that solved the problem). This object does not have that as you can see:
atxGR_subset_low
GRanges object with 6136 ranges and 0 metadata columns:
seqnames ranges strand
Hello,
I am trying to create a mask collection of ranges that have low coverage.
And I am getting this error:
Error in S4Vectors:::stopIfProblems(.valid.NormalIRanges(x)) :
object is not normal
The object (IRanges) seems to be ok:
and so the GRanges object 'atxGR_subset_low' (GRanges object with 6136 ranges and 0 metadata columns).
The one time I got this same error before (and I was able to fix it), is when my object had 0-based coordinates instead of 1-based coordinates (I subsetted that object and eliminated the first range, and that solved the problem). This object does not have that as you can see:
seqinfo: 1 sequence from C.atrox genome
So I am not sure what the problem is. Hopefully you can help me. Thanks in advance!
The text was updated successfully, but these errors were encountered: