# aroma.light: Light-Weight Methods for Normalization and Visualization of Microarray Data using Only Basic R Data Types
## Installation
R package aroma.light is available on [Bioconductor](http://www.bioconductor.org/packages/devel/bioc/html/aroma.light.html) and can be installed in R as:
```r
source('http://bioconductor.org/biocLite.R')
biocLite('aroma.light')
```
### Pre-release version
To install the pre-release version that is available in branch `develop`, use:
```r
source('http://callr.org/install#HenrikBengtsson/aroma.light@develop')
```
This will install the package from source.
## Software status
| Resource: | Bioconductor | Travis CI | Appveyor |
| ------------- | ------------------- | -------------- | ---------------- |
| _Platforms:_ | _Multiple_ | _Linux & OS X_ | _Windows_ |
| R CMD check | <a href="http://bioconductor.org/checkResults/release/bioc-LATEST/aroma.light/"><img border="0" src="http://bioconductor.org/shields/build/release/bioc/aroma.light.svg" alt="Build status"></a> (release)</br><a href="http://bioconductor.org/checkResults/devel/bioc-LATEST/aroma.light/"><img border="0" src="http://bioconductor.org/shields/build/devel/bioc/aroma.light.svg" alt="Build status"></a> (devel) | <a href="https://travis-ci.org/HenrikBengtsson/aroma.light"><img src="https://travis-ci.org/HenrikBengtsson/aroma.light.svg" alt="Build status"></a> | <a href="https://ci.appveyor.com/project/HenrikBengtsson/aroma-light"><img src="https://ci.appveyor.com/api/projects/status/github/HenrikBengtsson/aroma.light?svg=true" alt="Build status"></a> |
| Test coverage | | <a href="https://codecov.io/gh/HenrikBengtsson/aroma.light"><img src="https://codecov.io/gh/HenrikBengtsson/aroma.light/branch/develop/graph/badge.svg" alt="Coverage Status"/></a> | |