This script implements the POM-SKAT (Proportional Odds Model based Sequence Kernel Association Test) to test the association between genetic variants and phenotypes.
Genotype Matrix (G)
Dimensions: n
Represents n individuals and m genetic variants.
Phenotype Vector (Y)
Dimensions: n
Contains the phenotypic outcomes for n individuals.
Covariate Matrix (X)
Dimensions: n
Includes p covariates for n individuals.
Ensure the following R packages are installed:
MASS;PearsonDS
P-value (p): Significance of the association.