View source: R/is_snp_selector.R
is_snp_selector | R Documentation |
Determine if this is a SNP selector
is_snp_selector(snp_selector, verbose = FALSE)
snp_selector |
a SNP selector, a way to select one or more SNPs. See create_snps_selector for all SNP selectors. |
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 SNP selector
Richèl J.C. Bilderbeek
use is_sample_selector to determine if a selector is a sample selector
is_snp_selector(create_test_random_snps_selector())
is_snp_selector(create_test_single_snp_selector())
is_snp_selector(create_test_snp_range_selector())
is_snp_selector(create_test_snp_window_selector())
is_snp_selector("nonsense")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.