countGenotype {GA4GHshiny}R Documentation

Count genotype

Description

Summarize a list of genotype data. Variant calls with no coverage (./.) do not enter in this count.

Usage

countGenotype(genotype)

Arguments

genotype

list of integer vectors of length 2.

Value

data.frame of 1 row containing the columns below.

Examples

countGenotype(genotype = list(c(0,0), c(0,1), c(1,2), c(1,1), c(2,2)))

[Package GA4GHshiny version 1.14.0 Index]