mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: Add r-affydata.
* gnu/packages/bioconductor.scm (r-affydata): New variable.
This commit is contained in:
parent
853211a51b
commit
53b1e10f23
1 changed files with 23 additions and 0 deletions
|
@ -935,6 +935,29 @@ (define-public r-all
|
|||
the form of an @code{exprSet} object.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-affydata
|
||||
(package
|
||||
(name "r-affydata")
|
||||
(version "1.32.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "affydata" version 'experiment))
|
||||
(sha256
|
||||
(base32
|
||||
"1l9qhmjqgbrdl9cmd74rlnvmvr6mslbmckb83n0211whp2i0b7h5"))))
|
||||
(properties `((upstream-name . "affydata")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-affy" ,r-affy)))
|
||||
(home-page "https://bioconductor.org/packages/affydata/")
|
||||
(synopsis "Affymetrix data for demonstration purposes")
|
||||
(description
|
||||
"This package provides example datasets that represent 'real world
|
||||
examples' of Affymetrix data, unlike the artificial examples included in the
|
||||
package @code{affy}.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
|
||||
;;; Packages
|
||||
|
||||
|
|
Loading…
Reference in a new issue