Learn R Programming

mpMap (version 1.14)

summary.mpprob: Summary of mpprob object

Description

Summarizes details about underlying mpcross object as well as descriptive statistics about estimated founder haplotypes

Usage

"summary" (object, ...)

Arguments

object
Object of class mpprob
...
Additional arguments

Value

Output to screen of percentage of each chromosome inherited from founders, average number of recombinations per chromosome and genomewide, and number of finals/founders/chromosomes/markers per chromosome.

See Also

plot.mpprob, mpprob

Examples

Run this code
sim.map <- 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")
summary(mpp.dat)

Run the code above in your browser using DataLab