Description Usage Arguments Value Examples
Create a reference table for the conversion of A/C/T/G genotype vectors (for a single locus) to 0,1,2 allele count genotypes.
1 | make_ref_table(gv_actg)
|
gv_actg |
A genotype vector (coded as A/C/T/G) for a single SNP locus. |
a reference table with 1) inputted vector, 2) labeled alleles and 3) numeric count genotypes (0,1,2)
1 | make_ref_table(c("TT", "CT", "CC", "TC"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.