countGenotype: Count genotype

Description Usage Arguments Value Examples

View source: R/countGenotype.R

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)))

GA4GHshiny documentation built on Nov. 8, 2020, 5:56 p.m.