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