plotInfo(x, chr, method=c("entropy","variance","both"), step=1, off.end=0, error.prob=0.001, map.function=c("haldane","kosambi","c-f","morgan"), alternate.chrid=FALSE, fourwaycross=c("all", "AB", "CD"), include.genofreq=FALSE, ...)
cross
. See
read.cross
for details.-
to have all chromosomes but
those considered. A logical (TRUE/FALSE) vector may also be used.step=0
,
it is are calculated only at the marker locations."all"
), or just for the alleles
from the first parent ("AB"
) or from the second parent ("CD"
).calc.genoprob
averaged across the individuals) are
included as additional columns in the output.plot.scanone
.scanone
: a data.frame with columns the
chromosome IDs and cM positions followed by the entropy and/or
variance version of the missing information.
Calculations are done in C (for the sake of speed in the presence of
little thought about programming efficiency) and the plot is created
by a call to plot.scanone
.
Note that summary.scanone
may be used to display
the maximum missing information on each chromosome.
plot.scanone
,
plotMissing
, calc.genoprob
,
geno.table
data(hyper)
plotInfo(hyper,chr=c(1,4))
# save the results and view maximum missing info on each chr
info <- plotInfo(hyper)
summary(info)
plotInfo(hyper, bandcol="gray70")
Run the code above in your browser using DataLab