Thank you for the quick response.I tried both of your suggestions. I also tried just choosing a single chromosome (chr=1 or chr=2). All of these options result in the same error message: Error in lods[newmar, newmar] : subscript out of bounds
On Tuesday, February 16, 2021 at 10:22:42 AM UTC-5 wrote:
Maybe try "-6" as a character string rather than an integer? I would think that this notation would work here, so I'm not sure what's wrong.Alternatively, spell out all of the chromosomes:newnot6<-orderMarkers(cross=new, map.function="kosambi", chr=c(1:5, 7:12), error.prob=0.05, verbose=2)karl