Name Mode Size
.github 040000
.make 040000
R 040000
incl 040000
inst 040000
man 040000
revdep 040000
tests 040000
.Rbuildignore 100644 0 kb
.Rinstignore 100644 0 kb
.gitignore 100644 0 kb
CONDUCT.md 100644 3 kb
CONTRIBUTING.md 100644 1 kb
DESCRIPTION 100644 1 kb
Makefile 100644 0 kb
NAMESPACE 100644 4 kb
NEWS.md 100644 31 kb
README.md 100644 2 kb
README.md
<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).