mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add r-leukemiaseset.
* gnu/packages/bioconductor.scm (r-leukemiaseset): New variable. Change-Id: Ida95165c48e074dbf841ec2c43ad3fb7da025fa3
This commit is contained in:
parent
37246ab9da
commit
363b13284b
1 changed files with 21 additions and 0 deletions
|
@ -2254,6 +2254,27 @@ package.")
|
|||
please use the package TFBSTools.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public r-leukemiaseset
|
||||
(package
|
||||
(name "r-leukemiaseset")
|
||||
(version "1.42.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "leukemiasEset" version 'experiment))
|
||||
(sha256
|
||||
(base32 "1zgzg38l24vf27hhyywiv5gan6n25idziwxva09nc5qw4hyy8ikr"))))
|
||||
(properties `((upstream-name . "leukemiasEset")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biobase))
|
||||
(home-page "https://bioconductor.org/packages/leukemiasEset")
|
||||
(synopsis "Leukemia's microarray gene expression data (expressionSet)")
|
||||
(description
|
||||
"This package provides an @code{expressionSet} containing gene expression
|
||||
data from 60 bone marrow samples of patients with one of the four main types
|
||||
of leukemia (ALL, AML, CLL, CML) or non-leukemia.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-macrophage
|
||||
(package
|
||||
(name "r-macrophage")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue