Learn R Programming

AllelicSeries (version 0.1.1.5)

CheckInputs: Check Inputs

Description

Check Inputs

Usage

CheckInputs(anno, covar, geno, is_pheno_binary, pheno, weights)

Value

None.

Arguments

anno

(snps x 1) annotation vector.

covar

(n x p) covariate matrix.

geno

(n x snps) genotype matrix.

is_pheno_binary

Is the phenotype binary?

pheno

(n x 1) phenotype vector.

weights

(L x 1) annotation category weights.