mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: Add r-beadarraysnp.
* gnu/packages/bioconductor.scm (r-beadarraysnp): New variable.
This commit is contained in:
parent
4fb1703a0a
commit
d451470b5d
1 changed files with 20 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue