stopIfNotValidGenosDose: Genotypes

View source: R/quantgen.R

stopIfNotValidGenosDoseR Documentation

Genotypes

Description

Check that the input is a valid matrix of bi-allelic SNP genotypes coded in allele doses.

Usage

stopIfNotValidGenosDose(
  X,
  check.hasColNames = TRUE,
  check.hasRowNames = TRUE,
  check.noNA = TRUE,
  check.isDose = TRUE,
  check.notImputed = FALSE
)

Arguments

X

input matrix

check.hasColNames

logical

check.hasRowNames

logical

check.noNA

logical

check.isDose

logical

check.notImputed

logical

Author(s)

Timothee Flutre


timflutre/rutilstimflutre documentation built on Feb. 7, 2024, 8:17 a.m.