check_n_snps: Check if the number of SNPs is valid. Check if the number of...

View source: R/check_n_snps.R

check_n_snpsR Documentation

Check if the number of SNPs is valid. Check if the number of SNPs is valid. Will stop if not

Description

Check if the number of SNPs is valid. Check if the number of SNPs is valid. Will stop if not

Usage

check_n_snps(n_snps)

Arguments

n_snps

the number of SNPs, as can be checked by check_n_snps

Value

Nothing. Will stop if the number of SNPs is invalid

Author(s)

Richèl J.C. Bilderbeek

Examples

check_n_snps(0)
check_n_snps(1)
check_n_snps(2)

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