gt_tab_per_fam: Genotype table per family.

Description Usage Arguments Value See Also Examples

Description

gt_tab_per_fam reads in the genotype variables from the variant file, groups them by individual family, and returns the number of different genotypes in each of these groups.

Usage

1

Arguments

vars

The data frame of vars.

Value

A data frame with the families in rows and the different genotypes in columns, and the counts of each genotype per family in the cells.

See Also

table.

Examples

1
2
3
4
## Not run: 
gt_tab_per_fam(vars) # assumes you have a vars data frame

## End(Not run)

bahlolab/varpr documentation built on May 11, 2019, 5:26 p.m.