paralell_pairwise_discrete | R Documentation |
This function performs parallel pairwise estimation of recombination fractions using discrete dosage scoring via a C++ backend.
paralell_pairwise_discrete(
mrk.pairs,
input.seq,
geno,
dP,
dQ,
count.cache,
tol = .Machine$double.eps^0.25,
ll = ll
)
mrk.pairs |
A matrix of dimensions 2*N, containing N pairs of markers to be analyzed. |
input.seq |
An object of class |
geno |
Genotype matrix. |
dP |
Vector of probabilities for the first allele. |
dQ |
Vector of probabilities for the second allele. |
count.cache |
An object of class |
tol |
The tolerance level for the estimation accuracy (default is |
ll |
Logical; if TRUE, the function returns log-likelihood values instead of LOD scores. For internal use. |
Depending on the ll
parameter, returns either log-likelihood values or formatted LOD scores from pairwise recombination fraction estimation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.