Description Usage Arguments Value
Given input sample genotype data, this function creates an enumerated genotype
matrix, in which each the genotype data at each locus are coded as numbers
in order of occurrence. So for example, if the first sample at a locus has
raw genotype 'A'
, and the second sample has raw genotype 'C'
,
these will be assigned genotypes '1'
and '2'
, respectively.
The enumeration of genotypes is performed independently for each locus,
so a given enumerated genotype does not have the same meaning across loci.
1 |
x |
Raw sample genotype |
An enumerated genotype matrix, with genotypes encoded as integers and
their corresponding genotype symbols in the attribute 'genotypes'
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.