gJLS2: A Generalized Joint Location and Scale Framework for Association Testing

Overview

A joint analysis of location-scale (JLS) can be a powerful tool in genome-wide association studies to uncover previously overlooked markers that influence the quantitative traits through both mean and variance (Soave et al., 2015; AJHG). The gJLS2 package offers updated software support to previous versions JLS and gJLS, which were developed to deal specifically with sample correlation and group uncertainty (Soave and Sun, 2017; Biometrics). Although the work was originally motivated by genetic association studies, application of the proposed method, however, is not limited to this type of data. The JLS testing framework is useful for other scientific studies where location and scale parameters are both of interest.

The current gJLS2 can additionally handle analyses of X-chromosomes through the recently available association testing methods for location (Chen et al., 2021; Genetic Epidemiology) and scale (Deng et al., 2019; Genetic Epidemiology). The package offers a convenient PLINK R-plugin script and a command-line Rscript for non-GUI usage, available here.

Citation

For X-chromosome location association analysis, please cite:

For X-chromosome scale association analysis, please cite:

For the gJLS2 R package software, please cite:

Resources

Example data

The example ChrX data described in Deng WQ, Sun L. (2021) can be found in the R package by loading

data("chrXdat")
head(chrXdat)

The PLINK binary version of the example data can be found on the github site here. The zip file contains the PLINK binary genotype of 5 Xchr markers and simulated phenotypes; as well as summary statistics for height and BMI extracted from the GIANT consortium for chromosome 16.

External Summary Data

  • The GIANT consortium has a list of location (mean) and scale (variance) association summary statistics available here for BMI and height.

What's new

Contact

If you have any suggestions or questions regarding the improvement or bugs, please email Wei Q. Deng at dengwq@mcmaster.ca.

For general issues of usage, it is best to post under Issues.