Skip to content
Sander W. van der Laan edited this page Aug 16, 2018 · 3 revisions

Introduction

GBASToolKit: a toolkit to perform gene-based association studies of your favourite GWAS using VEGAS21,2 or MAGMA3. It comprises various scripts in Perl, Python, R, and BASH.

All scripts are annotated for debugging purposes - and future reference. The only scripts the user should edit are:

  • the main job submission script gbastoolkit.qsub.sh,
  • gbastoolkit.conf, a configuration file with some system and analytical settings, and
  • gbastoolkit.list which contains a list of all the GWAS datasets.

Scripts will work within the context of a certain Linux environment (in this case a CentOS7 system on a SUN Grid Engine background); we have tested GBASToolKit on CentOS7, although with some edits it should work on OS X Sierra (version 10.11.[x]) too.

References

  1. https://doi.org/10.1016/j.ajhg.2010.06.009
  2. https://doi.org/10.1017/thg.2014.79
  3. https://doi.org/10.1371/journal.pcbi.1004219
Clone this wiki locally