View source: R/ModelFunctions.R
IDgenotypeGeneration | R Documentation |
Generation of the input genotype ID, i.e. the concatenation in string form of the names of the alleles constituting these haplotypes (the two from the diploid genome and the one from the haploid genome).
IDgenotypeGeneration(dl1, dl2, hl = NULL)
dl1 |
the first diploid haplotype as a character (or factors) vector. |
dl2 |
the second diploid haplotype as a character (or factors) vector. |
hl |
the haploid haplotype as a character (or factors) vector. |
The genotype ID as a character string.
Ehouarn Le Faou
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.