Learn R Programming

mappoly (version 0.4.1)

calc_genoprob_haplo: Compute conditional probabilities of the genotypes given a sequence of block markers

Description

Compute conditional probabilities of the genotypes given a sequence of block markers

Usage

calc_genoprob_haplo(
  ploidy,
  n.mrk,
  n.ind,
  haplo,
  emit = NULL,
  rf_vec,
  ind.names,
  verbose = TRUE,
  highprec = FALSE
)

Arguments