Description Usage Arguments Value See Also Examples
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.
1 | gt_tab_per_fam(vars)
|
vars |
The data frame of vars. |
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.
1 2 3 4 | ## Not run:
gt_tab_per_fam(vars) # assumes you have a vars data frame
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.