Description Usage Arguments Value Examples
View source: R/check_coverage.R
Check the percentage of genotyped loci with coverage.
Returns list of samples under specified percentage.
1 | check_coverage(DB, females, males, GT = 40)
|
DB |
RSQLite database generated by |
females |
Sample IDs of the female to compare to a male. The Sample ID
must match the ones found in the |
males |
Sample IDs of the males to compare to a female. The Sample ID
must match the ones found in the |
GT |
percent of genotypes you want to |
dataframe or message
1 2 3 4 | ## Not run:
check_coverage(DBs, females, males, 40)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.