poly_hmm_est: Estimate genetic map using as input the probability...

View source: R/prior_dist_hmm.R

poly_hmm_estR Documentation

Estimate genetic map using as input the probability distribution of genotypes (wrapper function to C++)

Description

Estimate genetic map using as input the probability distribution of genotypes (wrapper function to C++)

Usage

poly_hmm_est(
  ploidy,
  n.mrk,
  n.ind,
  p,
  dp,
  q,
  dq,
  g,
  rf,
  verbose = TRUE,
  tol = 0.001
)

Arguments

void

internal function to be documented


mappoly documentation built on Jan. 6, 2023, 1:16 a.m.