is_chromosome_selector: Determine if this is a chromosome selector

View source: R/is_chromosome_selector.R

is_chromosome_selectorR Documentation

Determine if this is a chromosome selector

Description

Determine if this is a chromosome selector

Usage

is_chromosome_selector(chromosome_selector, verbose = FALSE)

Arguments

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.

Value

TRUE if this is a chromosome selector

Author(s)

Richèl J.C. Bilderbeek

Examples

is_chromosome_selector(create_test_chromosome_selector())

is_chromosome_selector("nonsense")

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