Description Usage Arguments Value Examples
Counts the number of each allele of a locus in each individual. If an individual or sample is not genotyped for a certain locus, the count will be marked as NA.
1  | getAllelePop(dataIn, popInfo, ploidy = 2)
 | 
tempRes | 
 data.table summarizing the alleles present in all samples. This should be an output of recodeGT function.  | 
A data.table with contig info (#CHROM), SNP position (POS), Allele, sample ID, and the count of the allele of a particular SNP in an individual
1  | # To follow
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.