Description Usage Arguments Examples
Sets short double recombination calls to missing, e.g. in the sequence HHAABB, AA is replaced by missing data, NN.
1 | maskTransitionSites(inputGenos, maxHapLength = 1)
|
inputGenos |
ABH genotype file to mask. |
maxHapLength |
Max length (in number of markers) of double recombination haplotype to set to missing. Default is 1. |
1 2 3 4 | # replaces double recombination transitions up to 4 marker lengths
data(abhgeno)
g <- maskTransitionSites(abhgeno, 4)
g
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.