Description Usage Arguments Value See Also Examples
Plot -log10(p-value) or test statistic against cM position for (composite) interval mapping in multi-parent crosses. QTL support intervals are indicated with rectangles surrounding peaks.
| 1 2 | 
| x | Object of class  | 
| wald | Flag for whether to plot the Wald statistic or -log10(p) | 
| chr | Set of chromosomes to plot | 
| lodsupport | x-LOD support interval plotted in green | 
| ... | Additional arguments to plotting function | 
Plots the -log10(p) or Wald statistic for all chromosomes against the total genome in cM. QTL support intervals are indicated with shaded rectangles surrounding peaks
| 1 2 3 4 5 6 7 8 | sim.map <- qtl::sim.map(len=rep(100, 2), n.mar=11, include.x=FALSE, eq.spacing=TRUE)
sim.ped <- sim.mpped(4, 1, 500, 6, 1)
sim.dat <- sim.mpcross(map=sim.map, pedigree=sim.ped, 
	qtl=matrix(data=c(1, 10, .4, 0, 0, 0, 1, 70, 0, .35, 0, 0), 
		nrow=2, ncol=6, byrow=TRUE), seed=1)
mpp.dat <- mpprob(sim.dat, program="qtl", step=2)
mpq.dat <- mpIM(object=mpp.dat, ncov=0, responsename="pheno")
plot(mpq.dat)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.