CheckInputs {AllelicSeries} | R Documentation |
Check Inputs
CheckInputs(anno, covar, geno, is_pheno_binary, pheno, weights)
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. |
None.