A lattice panel plot with panels described by the stat.type given
in the call and genotype statistics are returned invisibly. If
xo.lambda is not NULL then these statistics also include a
logical vector named "xo.lambda" that is returned from testing
the individuals for inflated recombination rates (see Details).
Arguments
cross
An qtlcross object with class structure "bc",
"dh", "riself", "bcsft". (see ?mstmap.cross for more details.)
chr
Character vector of linkage group names used for subsetting the
linkage map.
bychr
Logical vector determining whether statistics should be plotted by
chromosome (see Details).
stat.type
Character string of any combination of "xo" or "dxo" or
"miss". "xo" calculates the number of crossovers,
"dxo" calculates the number of double crossover and "miss"
calculates the number of missing values.
id
Character string determining the column of cross$pheno that
contains the genotype names.
xo.lambda
A numerical value for the expected rate of recombination. (see Details).
...
Other arguments to be passed to the high level lattice plot.
Author
Julian Taylor
Details
This function uses statGen to profile statistics for the
genotypes for the current order of the linkage map. Any combination of
"xo" or "dxo" or "miss" may be given to
simultaneous plot. If bychr = TRUE then the plots will be further partitioned by
linkage groups given by chr.
If a numerical value is given for xo.lambda then the
recombination count for each genotype is tested against the expected
recombination rate xo.lambda using a simple one-tailed test of a
Poisson mean. Any lines that have a p-value less than than a family wise
error rate based on bonferroni adjustment of the usual alpha level of 0.05 are
annotated on the profiles being plotted.
References
Taylor, J., Butler, D. (2017) R Package ASMap: Efficient Genetic
Linkage Map Construction and Diagnosis. Journal of Statistical Software,
79(6), 1--29.