check_n_snps | R Documentation |
Check if the number of SNPs is valid. Check if the number of SNPs is valid. Will stop if not
check_n_snps(n_snps)
n_snps |
the number of SNPs, as can be checked by check_n_snps |
Nothing. Will stop if the number of SNPs is invalid
Richèl J.C. Bilderbeek
check_n_snps(0)
check_n_snps(1)
check_n_snps(2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.