View source: R/is_chromosome_selector.R
is_chromosome_selector | R Documentation |
Determine if this is a chromosome selector
is_chromosome_selector(chromosome_selector, verbose = FALSE)
chromosome_selector |
a SNP selector (see create_snps_selector) that allows one to select a single chromsome, as created by create_chromosome_selector and checked by check_chromosome_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 chromosome selector
Richèl J.C. Bilderbeek
is_chromosome_selector(create_test_chromosome_selector())
is_chromosome_selector("nonsense")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.