gnu: Add r-a4preproc.

* gnu/packages/bioconductor.scm (r-a4preproc): New variable.
master
Ricardo Wurmus 2019-03-28 18:22:41 +01:00
parent 9ae37581e0
commit b8d13e2c0e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 22 additions and 0 deletions

View File

@ -3010,3 +3010,25 @@ arrays.")
"This is the classification package for the automated analysis of
Affymetrix arrays.")
(license license:gpl3)))
(define-public r-a4preproc
(package
(name "r-a4preproc")
(version "1.30.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "a4Preproc" version))
(sha256
(base32
"1dd3fqcc7nr2zbi46k0mnqkh42mfxk894ixfpqg7i9np2523p5gp"))))
(properties `((upstream-name . "a4Preproc")))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)))
(home-page "https://bioconductor.org/packages/a4Preproc/")
(synopsis "Automated Affymetrix array analysis preprocessing package")
(description
"This is a package for the automated analysis of Affymetrix arrays. It
is used for preprocessing the arrays.")
(license license:gpl3)))