Description Usage Arguments Value Author(s)
View source: R/genotype_counts.R
This function provides a quick summary of the observed data, by stratum (optional) of the number of samples without missing data.
1 | genotype_counts(x, stratum = NULL)
|
x |
A |
stratum |
The name of the column to use as a stratum. If not given, the entire data set is used (default=NULL which will lump all data). |
A data.frame
with Stratum (set to "All" if not passed as param) and the
number of observations without missing genetic data per column.
Rodney J. Dyer rjdyer@vcu.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.