View source: R/reestimate_map.R
reest_rf | R Documentation |
This function re-estimates the recombination fractions between all markers in a given map.
reest_rf(
input.map,
input.mat = NULL,
tol = 0.01,
phase.config = "all",
method = c("hmm", "ols", "wMDS_to_1D_pc"),
weight = TRUE,
verbose = TRUE,
high.prec = FALSE,
max.rf.to.break.EM = 0.5,
input.mds = NULL
)
input.map |
An object of class |
input.mat |
An object of class |
tol |
tolerance for determining convergence (default = 10e-03) |
phase.config |
which phase configuration should be used. "best" (default) will choose the maximum likelihood configuration |
method |
indicates whether to use |
weight |
if |
verbose |
if |
high.prec |
logical. If |
max.rf.to.break.EM |
for internal use only. |
input.mds |
An object of class |
An updated object of class mappoly.pcmap
whose
order was used in the input.map
Mollinari, M., and Garcia, A. A. F. (2019) Linkage analysis and haplotype phasing in experimental autopolyploid populations with high ploidy level using hidden Markov models, _G3: Genes, Genomes, Genetics_. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1534/g3.119.400378")}
Stam P (1993) Construction of integrated genetic-linkage maps by means of a new computer package: Joinmap. _Plant J_ 3:739–744 \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1111/j.1365-313X.1993.00739.x")}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.