View source: R/is_snp_window_selector.R
is_snp_window_selector | R Documentation |
Determine if this is a SNP window selector
is_snp_window_selector(snp_window_selector, verbose = FALSE)
snp_window_selector |
a SNP selector (see create_snps_selector), that allows one to select a focal SNP and a range/window of SNPs around it, as created by create_snp_window_selector and checked by check_snp_window_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 SNP window selector
Richèl J.C. Bilderbeek
is_snp_window_selector(create_test_snp_window_selector())
is_snp_window_selector("nonsense")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.