countGenotype: Count genotype

Description Usage Arguments Value Examples

Description

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

Usage

1
countGenotype(genotype)

Arguments

genotype

list of integer vectors of length 2.

Value

data.frame of 1 row containing the columns below.

Examples

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

labbcb/GA4GHshiny documentation built on May 20, 2019, 7:32 p.m.