mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: Add r-affylmgui.
* gnu/packages/bioconductor.scm (r-affylmgui): New variable.
This commit is contained in:
parent
628c22ec9e
commit
40b79eafee
1 changed files with 32 additions and 0 deletions
|
@ -2125,6 +2125,38 @@ (define-public r-affyilm
|
|||
concentrations on behal of the Langmuir model.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-affylmgui
|
||||
(package
|
||||
(name "r-affylmgui")
|
||||
(version "1.72.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "affylmGUI" version))
|
||||
(sha256
|
||||
(base32 "0jds73pxqf522wcg8qd4b4k1qbhn51av5md1nhgcdnb6is0lzvxi"))))
|
||||
(properties `((upstream-name . "affylmGUI")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-affy
|
||||
r-affyio
|
||||
r-affyplm
|
||||
r-annotationdbi
|
||||
r-biocgenerics
|
||||
r-biocmanager
|
||||
r-gcrma
|
||||
r-limma
|
||||
r-r2html
|
||||
r-tkrplot
|
||||
r-xtable))
|
||||
(home-page "https://bioinf.wehi.edu.au/affylmGUI/")
|
||||
(synopsis "GUI for limma package with Affymetrix microarrays")
|
||||
(description
|
||||
"This package provides a @acronym{GUI, Graphical User Interface} for
|
||||
analysis of Affymetrix microarray gene expression data using the affy and
|
||||
limma packages.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-affyplm
|
||||
(package
|
||||
(name "r-affyplm")
|
||||
|
|
Loading…
Reference in a new issue