View source: R/build_map_by_steps.R
merge_parental_maps | R Documentation |
Build merged parental maps
merge_parental_maps(
map.p1,
map.p2,
full.seq,
full.mat,
method = c("ols", "hmm"),
verbose = TRUE
)
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 |
object of class mappoly.map
with both parents information
Marcelo Mollinari, mmollin@ncsu.edu with documentation and minor modifications by Cristiane Taniguti chtaniguti@tamu.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.