powered by
Estimate the number of crossovers in each meiosis in a backcross.
countxo(cross, chr = NULL)
A vector with the estimated number of crossovers for each individual.
An object of class cross. (This must be a backcross.) See qtl::read.cross() for details.
cross
qtl::read.cross()
Optional set of chromosomes across which to count crossovers. If NULL, the total number of crossovers, genome-wide, is counted.
Karl W Broman, broman@wisc.edu
This works only a backcross. We use the internal function (within R/qtl) locate.xo.
locate.xo
find.breaks()
data(bssbsb) # estimated number of crossovers on chr 1 nxo <- countxo(bssbsb, chr=1) # estimated number of crossovers genome-wide nxo <- countxo(bssbsb)
Run the code above in your browser using DataLab