Genome-wide genetic heterogeneity discovery with categorical covariates (FastCMH)

 

Felipe Llinares-​Lopez, Laetitia Papaxanthos, Dean Bodenham, Damian Roqueiro, COPDGene Investigators and Karsten Borgwardt
Genome-​wide genetic heterogeneity discovery with categorical covariates (Bioinformatics 2017)

 

Summary

We present an algorithm to discover genomic regions of contiguous SNPs that are associated to a phenotype of interest under a model of genetic heterogeneity. The algorithm can search any contiguous set of SNPs in the genome while still properly correcting for mutiple testing and accounting for confounding factors.

Code

A beta version of the FastCMH algorithm is available in our GitHub repository here.

R package

The R package ‘fastcmh’ can be installed from CRAN here. It requires R version 3.3.0 or above.

Then, in an R session, first install the packages ‘bindata’ and ‘Rcpp’ using the commands:

> install.packages(“bindata”)

> install.packages(“Rcpp”)

Next, install 'fastcmh':

> install.packages(“fastcmh”)

For information on how to use ‘fastcmh’, please refer to the Supplementary Material of the paper or look at the documentation for FastCMH in CRAN.

Publication

Genome-​wide genetic heterogeneity discovery with categorical covariates

Felipe Llinares-​Lopez*, Laetitia Papaxanthos*, Dean Bodenham, Damian Roqueiro, COPDGene Investigators and Karsten Borgwardt (*=equal contributions)
Bioinformatics 2017, 33 (12): 1820-​1828
Online  |  ETH Research Collection  |  Project page  |  GitHub

Contact Felipe Llinares-​López and Dean Bodenham for questions regarding usage or reporting bugs.

Go to Editor View