<div id="badges"><!-- pkgdown markup -->
<a href="https://bioconductor.org/packages/aroma.light/"><img border="0" src="https://bioconductor.org/shields/years-in-bioc/aroma.light.svg" alt="Bioconductor since badge"/></a> <a href="https://bioconductor.org/checkResults/release/bioc-LATEST/aroma.light/"><img border="0" src="https://bioconductor.org/shields/build/release/bioc/aroma.light.svg" alt="Bioconductor build status"/></a> <a href="https://bioconductor.org/checkResults/devel/bioc-LATEST/aroma.light/"><img border="0" src="https://bioconductor.org/shields/build/devel/bioc/aroma.light.svg" alt="Bioconductor build status"/></a> <a href="https://github.com/HenrikBengtsson/aroma.light/actions?query=workflow%3AR-CMD-check"><img border="0" src="https://github.com/HenrikBengtsson/aroma.light/actions/workflows/R-CMD-check.yaml/badge.svg?branch=develop" alt="R CMD check status"/></a> <a href="https://app.codecov.io/gh/HenrikBengtsson/aroma.light"><img border="0" src="https://codecov.io/gh/HenrikBengtsson/aroma.light/branch/develop/graph/badge.svg" alt="Coverage Status"/></a>
</div>
# 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](https://www.bioconductor.org/packages/devel/bioc/html/aroma.light.html) and can be installed in R as:
```r
install.packages("BiocManager")
BiocManager::install("aroma.light")
```
### Pre-release version
To install the pre-release version that is available in Git branch `develop` on GitHub, use:
```r
remotes::install_github("HenrikBengtsson/aroma.light", ref="develop")
```
This will install the package from source.
<!-- pkgdown-drop-below -->
## Contributing
To contribute to this package, please see [CONTRIBUTING.md](CONTRIBUTING.md).