Description Usage Arguments Examples
Sets double recombination calls at the start and end of chromosomes to missing, e.g. in the chromosome start sequence of 5'-AAHH or end sequence BBAA-3', both AAs are replaced by NN.
1 | maskChromosomeEnds(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 | data(abhgeno)
g <- maskChromosomeEnds(abhgeno, 4)
g
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.