Description Usage Arguments Value
Computes the linkage disequilibrium for a set of sequences
1 | linkage_diseq(seqs, min_prev = 0.2, max_prev = 0.8, verbose = FALSE)
|
seqs |
The sequences on which the linkage disequilibrium is to be computed |
min_prev |
The minimum prevalence the majority variant must attain to be considered for inclusion. (This cutoff will not see much action) |
max_prev |
Majoritity variants with prevalences higher than this will not be considered. |
verbose |
Should intermediate results be included in the return value? |
A list with multiple elements:
linkage The linkage scores for various distances and starting positions.
cmat The consensusMatrix. Only included if verbose is specified.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.