Hi Dr. Broman,
I have one problem about the warning message :
Warning message:
In summary.cross(KNC) :
Some chromosomes > 1000 cM in length; there may be a problem with the genetic map.
(Perhaps it is in basepairs?)
When I tried to construct the linkage map, at "orderMarkers", the programming always got the error:
Error in ripple(cross, chr = 1, window = window, verbose = FALSE) :
could not find function "testchr"
4 ripple(cross, chr = 1, window = window, verbose = FALSE)
3 summary(ripple(cross, chr = 1, window = window, verbose = FALSE))
2 orderMarkers.sub(cross, i, window = window, use.ripple = use.ripple,
verbose = verbose.sub)
1 orderMarkers(KNC, chr = 1, maxit = 1000, map.function = "kosambi",
sex.sp = F, verbose = T)
Right now I found the bug, use"qtl:::testchr" instead of "!testchr" in your original script.
But I have another error, saying that "Chr1 not found". I don't know it is because the length(chr) >1 that ripple stop.
What shall I do right now? Can you give me some suggestion?
Thank you!
Sincerely,
Chen