me
/
guix
Archived
1
0
Fork 0

gnu: Add r-agilp.

* gnu/packages/bioconductor.scm (r-agilp): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
master
Mădălin Ionel Patrașcu 2022-04-27 14:50:15 +02:00 committed by Ricardo Wurmus
parent 37f584592a
commit 31c9f0e301
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 22 additions and 0 deletions

View File

@ -1855,6 +1855,28 @@ column metadata for individual subjects that can be processed using downstream
bulk RNA-seq tools.")
(license license:gpl3)))
(define-public r-agilp
(package
(name "r-agilp")
(version "3.26.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "agilp" version))
(sha256
(base32
"02cyc2y4v3y16zlrnax2c96b2qfxj6b2j37ps4g2gdqgas08n9xp"))))
(properties `((upstream-name . "agilp")))
(build-system r-build-system)
(home-page "https://bioconductor.org/packages/agilp")
(synopsis "Processing of Agilent expression array")
(description
"This package aims to provide a pipeline for the low-level analysis of
gene expression microarray data, primarily focused on the Agilent platform,
but which also provides utilities which may be useful for other platforms.")
;; Some files are under GPLv2+ but the combined work is released under the
;; GPLv3.
(license license:gpl3)))
(define-public r-aneufinder
(package
(name "r-aneufinder")