Description Usage Arguments Value Examples
View source: R/check_samples.R
Check to see if your sample IDs are in the database
Outputs Sample IDs not found so you may check for typos.
Optional used_sample
argument so one may see if the sample
ID has previously been used.
1 | check_samples(DB, females, males, used = FALSE)
|
DB |
RSQLite database generated by |
females |
Sample IDs of the females you intend to compare to the males. |
males |
Sample IDs of the males you intend to compare to the females. |
used |
Vector of sample IDs already used. Optional argument. |
List or message
1 2 3 4 | ## Not run:
check_coverage(DBs, females, males, used_samples)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.