mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: Add r-a4core.
* gnu/packages/bioconductor.scm (r-a4core): New variable.
This commit is contained in:
parent
a793e88c5e
commit
0ec0a5ecc9
1 changed files with 23 additions and 0 deletions
|
@ -2959,3 +2959,26 @@ (define-public r-annaffy
|
||||||
;; Any version of the LGPL according to the DESCRIPTION file. A copy of
|
;; Any version of the LGPL according to the DESCRIPTION file. A copy of
|
||||||
;; the LGPL 2.1 is included.
|
;; the LGPL 2.1 is included.
|
||||||
(license license:lgpl2.1+)))
|
(license license:lgpl2.1+)))
|
||||||
|
|
||||||
|
(define-public r-a4core
|
||||||
|
(package
|
||||||
|
(name "r-a4core")
|
||||||
|
(version "1.30.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "a4Core" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1d62afxkfp9zbp59ijcn4wd1gdynygw013av41wq8bfm3cx6f9zr"))))
|
||||||
|
(properties `((upstream-name . "a4Core")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-biobase" ,r-biobase)
|
||||||
|
("r-glmnet" ,r-glmnet)))
|
||||||
|
(home-page "https://bioconductor.org/packages/a4Core")
|
||||||
|
(synopsis "Automated Affymetrix array analysis core package")
|
||||||
|
(description
|
||||||
|
"This is the core package for the automated analysis of Affymetrix
|
||||||
|
arrays.")
|
||||||
|
(license license:gpl3)))
|
||||||
|
|
Loading…
Reference in a new issue