CheckInputs {AllelicSeries} | R Documentation |
Check Inputs
Description
Check Inputs
Usage
CheckInputs(anno, covar, geno, is_pheno_binary, pheno, weights)
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 |
(3 x 1) annotation category weights. |
Value
None.
[Package AllelicSeries version 0.0.4.1 Index]