View source: R/is_random_snps_selector.R
is_random_snps_selector | R Documentation |
Determine if this is a random SNPs selector
is_random_snps_selector(random_snps_selector, verbose = FALSE)
random_snps_selector |
a SNP selector (see create_snps_selector) that allows one to select one or more random SNPs, as created by create_random_snps_selector and checked by check_random_snps_selector |
verbose |
the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid. |
TRUE if this is a random SNP selector
Richèl J.C. Bilderbeek
is_random_snps_selector(create_test_random_snps_selector())
is_random_snps_selector("nonsense")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.