It calls C++ routine that implements the methodology of Hidden Markov Models (HMM) to construct multipoint linkage maps in outcrossing species
est_map_hmm_out(
geno,
error,
type,
phase,
rf.vec = NULL,
verbose = TRUE,
tol = 1e-06
)
a list containing the re-estimated vector of recombination fractions and the logarithm of the likelihood
matrix of genotypes. Rows represent marker and columns represent individuals.
a vector indicating the type of marker. For more
information see read_onemap
a vector indicating the linkage phases between
markers. For more information see
make_seq
a vector containing the recombination fraction initial values
If TRUE
, print tracing information.
tolerance for the C routine, i.e., the value used to evaluate convergence.