# wateRmelon
Illumina 450 and EPIC methylation array normalization and metrics
## Software status
| Resource: | Bioconductor (Release) | Bioconductor (Devel) |
| ------------- | ------------------- | ------------- |
| _Platforms:_ | _Multiple_ | _Multiple_ |
| R CMD check | <a href="http://bioconductor.org/checkResults/release/bioc-LATEST/wateRmelon/"><img border="0" src="http://bioconductor.org/shields/build/release/bioc/wateRmelon.svg" alt="Build status"></a></br>|<a href="http://bioconductor.org/checkResults/devel/bioc-LATEST/wateRmelon/"><img border="0" src="http://bioconductor.org/shields/build/devel/bioc/wateRmelon.svg" alt="Build status"></a>
## 1. Installation
**Install from Github**
```R
## Make sure 'devetools' is installed in your R
# install.packages("devtools")
devtools::install_github("schalkwyk/wateRmelon")
```