An open API service indexing awesome lists of open source software.

https://github.com/henrikbengtsson/aroma.apd

🔬 R package: aroma.apd - A Probe-Level Data File Format Used by 'aroma.affymetrix' [deprecated]
https://github.com/henrikbengtsson/aroma.apd

cran r-package

Last synced: about 2 months ago
JSON representation

🔬 R package: aroma.apd - A Probe-Level Data File Format Used by 'aroma.affymetrix' [deprecated]

Awesome Lists containing this project

README

        


CRAN check status R CMD check status Coverage Status

# aroma.apd: A Probe-Level Data File Format Used by 'aroma.affymetrix' [deprecated]

## Installation
R package aroma.apd is available on [CRAN](https://cran.r-project.org/package=aroma.apd) and can be installed in R as:
```r
install.packages("aroma.apd")
```

### 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.apd", ref="develop")
```
This will install the package from source.