- input.seq
an object of class mappoly.sequence
- count.cache
an object of class cache.info containing
pre-computed genotype frequencies, obtained with
cache_counts_twopt. If NULL (default),
genotype frequencies are internally loaded.
- count.matrix
similar to count.cache, but in matrix format.
Mostly for internal use.
- ncpus
Number of parallel processes (cores) to spawn (default = 1)
- mrk.pairs
a matrix of dimensions 2*N, containing N
pairs of markers to be analyzed. If NULL (default), all pairs are
considered
- n.batches
deprecated. Not available on MAPpoly 0.3.0 or higher
- est.type
Indicates whether to use the discrete ("disc") or the probabilistic ("prob") dosage scoring
when estimating the two-point recombination fractions.
- verbose
If TRUE (default), current progress is shown; if
FALSE, no output is produced
- memory.warning
if TRUE, prints a memory warning if the
number of markers is greater than 10000 for ploidy levels up to 4, and
3000 for ploidy levels > 4.
- parallelization.type
one of the supported cluster types. This should
be either PSOCK (default) or FORK.
- tol
the desired accuracy. See optimize() for details
- ll
will return log-likelihood instead of LOD scores.
(for internal use)