powered by
Estimate intensity function for a chromosome.
intensity(cross, chr = NULL, window = 2.5, ncalc = 500)
Data frame with columns position and intensity. The input argument window is kept as an attribute.
position
intensity
window
Cross object; must be a backcross. See qtl::read.cross() for format details.
qtl::read.cross()
Chromosome to consider (only one is allowed). If NULL, the first chromosome is considered.
Window size
Total number of points for calculations.
Il youp Kwak
coincidence()
map1 <- sim.map(103, n.mar=104, anchor=TRUE, include.x=FALSE, eq=TRUE) x <- sim.cross(map1, n.ind=2000, m=6, type="bc") out <- intensity(x) plot(out, type="l", lwd=2, ylim=c(0, max(out[,2])))
Run the code above in your browser using DataLab