mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add r-arrayquality.
* gnu/packages/bioconductor.scm (r-arrayquality): New variable.
This commit is contained in:
parent
4edacf416b
commit
273ee56bc2
1 changed files with 25 additions and 0 deletions
|
@ -3552,6 +3552,31 @@ (define-public r-arraymvout
|
|||
fixed Type I error rate.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-arrayquality
|
||||
(package
|
||||
(name "r-arrayquality")
|
||||
(version "1.78.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "arrayQuality" version))
|
||||
(sha256
|
||||
(base32 "0lq59y4pi13z4v1i1ah78xlchxy34x1lplsh0n42wlk88rk0rqxd"))))
|
||||
(properties `((upstream-name . "arrayQuality")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-gridbase
|
||||
r-hexbin
|
||||
r-limma
|
||||
r-marray
|
||||
r-rcolorbrewer))
|
||||
(home-page "http://arrays.ucsf.edu/")
|
||||
(synopsis "Assessing array quality on spotted arrays")
|
||||
(description
|
||||
"This package provides functions for performing print-run and array level
|
||||
quality assessment.")
|
||||
(license license:lgpl2.0+)))
|
||||
|
||||
(define-public r-asafe
|
||||
(package
|
||||
(name "r-asafe")
|
||||
|
|
Loading…
Reference in a new issue