is_snp_window_selector: Determine if this is a SNP window selector

View source: R/is_snp_window_selector.R

is_snp_window_selectorR Documentation

Determine if this is a SNP window selector

Description

Determine if this is a SNP window selector

Usage

is_snp_window_selector(snp_window_selector, verbose = FALSE)

Arguments

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.

Value

TRUE if this is a SNP window selector

Author(s)

Richèl J.C. Bilderbeek

Examples

is_snp_window_selector(create_test_snp_window_selector())

is_snp_window_selector("nonsense")

richelbilderbeek/plinkr documentation built on March 25, 2024, 3:18 p.m.