replacemap.scantwo | R Documentation |
Replace the positions of LOD scores in output from
scantwo
with values
based on an alternative map (such as a physical map), with
pseudomarker locations determined by linear interpolation.
## S3 method for class 'scantwo'
replacemap(object, map)
object |
An object of class |
map |
A list containing the alternative genetic map. All
chromosomes in |
The positions of pseudomarkers are determined by linear interpolation
between markers. In the case of pseudomarkers beyond the ends of the
terminal markers on chromosomes, we use the overall lengths of the
chromosome in object
and map
to determine the new
spacing.
The input object
with the positions of LOD scores
revised to match those in the input map
.
Karl W Broman, broman@wisc.edu
replacemap.cross
,
est.map
, replacemap.scanone
data(hyper)
origmap <- pull.map(hyper)
newmap <- est.map(hyper)
hyper <- replacemap(hyper, newmap)
hyper <- calc.genoprob(hyper, step=0)
out <- scantwo(hyper, method="hk")
out.rev <- replacemap(out, origmap)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.