merge_parental_maps {mappoly} | R Documentation |
Build merged parental maps
Description
Build merged parental maps
Usage
merge_parental_maps(
map.p1,
map.p2,
full.seq,
full.mat,
method = c("ols", "hmm"),
verbose = TRUE
)
Arguments
map.p1 |
object of class |
map.p2 |
object of class |
full.seq |
object of class |
full.mat |
object of class |
method |
indicates whether to use 'hmm' (Hidden Markov Models), 'ols' (Ordinary Least Squares) to re-estimate the recombination fractions |
Value
object of class mappoly.map
with both parents information
Author(s)
Marcelo Mollinari, mmollin@ncsu.edu with documentation and minor modifications by Cristiane Taniguti chtaniguti@tamu.edu
[Package mappoly version 0.4.1 Index]