Description Usage Arguments Value Examples
View source: R/countGenotype.R
Summarize a list of genotype data. Variant calls with no coverage (./.) do not enter in this count.
1 | countGenotype(genotype)
|
genotype |
list of integer vectors of length 2. |
data.frame
of 1 row containing the columns below.
ref.homozygous reference homosygous (e.g. 0/0);
alt.heterozygous alternate heterozygous (e.g. 0/1, 1/2);
ref.homozygous reference homozygous (e.g. 1/1, 2/2);
total the sum of the three previous columns.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.