is_random_snps_selector: Determine if this is a random SNPs selector

View source: R/is_random_snps_selector.R

is_random_snps_selectorR Documentation

Determine if this is a random SNPs selector

Description

Determine if this is a random SNPs selector

Usage

is_random_snps_selector(random_snps_selector, verbose = FALSE)

Arguments

random_snps_selector

a SNP selector (see create_snps_selector) that allows one to select one or more random SNPs, as created by create_random_snps_selector and checked by check_random_snps_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 random SNP selector

Author(s)

Richèl J.C. Bilderbeek

Examples

is_random_snps_selector(create_test_random_snps_selector())

is_random_snps_selector("nonsense")

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