Description Usage Arguments Value Examples
A function used to fill the HAD converted data frame with the number of reads on each allele for heterozygous loci. Not exported.
1 | analyze_locus(locus, remove_double_hets = FALSE)
|
locus |
A character string of the locus information from a column of the VCF data frame. |
remove_double_hets |
Logical for determining if double heterozygous loci should be treated as missing information. |
A numeric vector of the number of reads for each allele at heterozygous loci.
1 | ## Not run: analyze_locus("1/0:8:0,6,0,2", remove_double_hets=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.