gnu: Add r-beadarraysnp.

* gnu/packages/bioconductor.scm (r-beadarraysnp): New variable.
This commit is contained in:
Mădălin Ionel Patrașcu 2023-02-02 03:26:56 +01:00 committed by Ricardo Wurmus
parent 4fb1703a0a
commit d451470b5d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -17111,6 +17111,26 @@ (define-public r-beachmat
matrices.")
(license license:gpl3)))
(define-public r-beadarraysnp
(package
(name "r-beadarraysnp")
(version "1.64.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "beadarraySNP" version))
(sha256
(base32 "06hy89pclbyxjw5yf5i9bc3wr789b9pmhd9sdchgljlijs9vcj6g"))))
(properties `((upstream-name . "beadarraySNP")))
(build-system r-build-system)
(propagated-inputs (list r-biobase r-quantsmooth))
(home-page "https://bioconductor.org/packages/beadarraySNP")
(synopsis "Normalization and reporting of Illumina SNP bead arrays")
(description
"This package is importing data from Illumina SNP experiments and it
performs copy number calculations and reports.")
(license license:gpl2)))
;; This package includes files that have been taken from kentutils. Some
;; parts of kentutils are not released under a free license, but this package
;; only uses files that are also found in the free parts of kentutils.