Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 430 Bytes

File metadata and controls

22 lines (14 loc) · 430 Bytes

ArrayTV

Wave correction for arrays. The release version of this package is available from Bioconductor and can be installed by

> source("http://www.bioconductor.org/biocLite.R")
> biocLite("ArrayTV")

To install the developmental version of this package, try

> install.package("devtools")
> library(devtools)
> install_github("ArrayTV")

The devel version is tested against the devel version of R.