mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: Add r-arrayexpress.
* gnu/packages/bioconductor.scm (r-arrayexpress): New variable.
This commit is contained in:
parent
f43a41d196
commit
13e8930efb
1 changed files with 25 additions and 0 deletions
|
@ -2472,6 +2472,31 @@ (define-public r-antiprofiles
|
|||
tumor samples from healthy controls.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-arrayexpress
|
||||
(package
|
||||
(name "r-arrayexpress")
|
||||
(version "1.56.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ArrayExpress" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0v2v7v0gim0bsg34ciplapz6mjih68yqhcgzdlhcyj2d6vrgiad5"))))
|
||||
(properties `((upstream-name . "ArrayExpress")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biobase
|
||||
r-limma
|
||||
r-oligo
|
||||
r-xml))
|
||||
(home-page "https://bioconductor.org/packages/ArrayExpress")
|
||||
(synopsis "Building R objects from ArrayExpress datasets")
|
||||
(description
|
||||
"This package offers the possibility to access the ArrayExpress repository
|
||||
at @dfn{EBI} (European Bioinformatics Institute) and build Bioconductor data
|
||||
structures: @code{ExpressionSet}, @code{AffyBatch}, @code{NChannelSet}.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-aseb
|
||||
(package
|
||||
(name "r-aseb")
|
||||
|
|
Loading…
Reference in a new issue