View source: R/check_phase_configurations.R
generate_all_link_phase_elim_equivalent | R Documentation |
Generate all possible linkage phases in matrix form given the dose and the number of shared alleles between a inserted marker and a pre-computed linkage configuration.
generate_all_link_phase_elim_equivalent(X, d, sh, ploidy, k1, k2)
X |
a list of matrices whose columns represent homologous chromosomes and the rows represent markers. Each element of the list represents a linkage phase configuration. |
d |
the dosage of the inserted marker |
sh |
the number of shared alleles between k1 (marker already present on the sequence) and k2 (the inserted marker) |
ploidy |
the ploidy level |
k1 |
marker already present on the sequence |
k2 |
inserted marker |
a unique list of matrices representing linkage phases
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.