standardize_genotype | R Documentation |
This function rewrite genotype like: * 0|1 to 0/1; * 0/2, 0/3, ..., to 0/1; * 2/2, 3/3, ..., to 1/1; * 1/3, 2/3, ..., to 1/2
standardize_genotype(gt)
gt |
A vector of strings. The input genotypes. |
A vector of strings.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.