replace.map: Replace the genetic map of a cross

Description Usage Arguments Value Author(s) See Also Examples

Description

Replace the map portion of a cross object.

Usage

1
2
3
replace.map(cross, map)
## S3 method for class 'cross'
replacemap(object, map)

Arguments

cross

An object of class cross. See read.cross for details.

object

Same as cross.

map

A list containing the new genetic map. This must be the same length and with the same marker names as that contained in cross.

Value

The input cross object with the genetic map replaced by the input map. Maps for results from calc.genoprob, sim.geno and argmax.geno are also replaced, using interpolation if necessary.

Author(s)

Karl W Broman, kbroman@biostat.wisc.edu

See Also

pull.map, est.map

Examples

1
2
3
4
5

byandell/qtl documentation built on May 13, 2019, 9:28 a.m.