YinLiLin / CMplot

📊 Circular and Rectangular Manhattan Plot
499 stars 111 forks source link

the maximum number of markers in windows is smaller than the lower boundary of breaks #108

Closed CEPHAS-01 closed 6 months ago

CEPHAS-01 commented 9 months ago

Hi, Thanks for this great tool. I made use of it to visualize just 1 chromosome and it worked right.

I am trying to visualize 2 chromosomes but I get an error message. "Error in Pmap[, 1] : incorrect number of dimensions"

When I tried again with only one of the 2 chromosomes I get the following

Error in DensityPlot(Pmap[, 1], Pmap[, 2], chr.ori, chr.pos.max = chr.pos.max, : the maximum number of markers in windows is smaller than the lower boundary of breaks.

Thanks in advance for your help.