# GWASTools
Tools for Genome Wide Association Studies
This package contains tools for facilitating cleaning (quality control
and quality assurance) and analysis of GWAS data.
## Bioconductor
[http://www.bioconductor.org/packages/release/bioc/html/GWASTools.html](http://www.bioconductor.org/packages/release/bioc/html/GWASTools.html)
* Tutorials
* [Data formats in GWASTools](http://bioconductor.org/packages/release/bioc/vignettes/GWASTools/inst/doc/Formats.pdf)
* [GWAS Data Cleaning](http://bioconductor.org/packages/release/bioc/vignettes/GWASTools/inst/doc/DataCleaning.pdf)
* [Reference manual](http://www.bioconductor.org/packages/release/bioc/manuals/GWASTools/man/GWASTools.pdf)
* [News](http://bioconductor.org/packages/release/bioc/news/GWASTools/NEWS)
## Installation
```R
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("GWASTools")
```