Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uprefineqtl can give min(diff(a)) warnings #78
Comments
- warning in `refineqtl()` that's like `min(diff(a))` - I think this is due to case of a single marker on a chromosome
It was reported in the R/qtl discussion group that
refineqtl()can give a bunch of warnings aboutmin(diff(a)), like this:I suspect this is in the case of a chromosome with a single marker, in which case
diff(a)would be length 0. Here's an example: