gnu: Add r-chromstardata.
* gnu/packages/bioconductor.scm (r-chromstardata): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
a2f3a456be
commit
1f958631ef
1 changed files with 21 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
;;; Copyright © 2020 Peter Lo <peterloleungyau@gmail.com>
|
;;; Copyright © 2020 Peter Lo <peterloleungyau@gmail.com>
|
||||||
;;; Copyright © 2020, 2021 Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
|
;;; Copyright © 2020, 2021 Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
|
||||||
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
|
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
|
||||||
|
;;; Copyright © 2021 Hong Li <hli@mdc-berlin.de>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -927,6 +928,26 @@ All datasets are restricted to protein coding genes.")
|
||||||
from Illumina 450k methylation arrays.")
|
from Illumina 450k methylation arrays.")
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
|
(define-public r-chromstardata
|
||||||
|
(package
|
||||||
|
(name "r-chromstardata")
|
||||||
|
(version "1.16.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "chromstaRData" version 'experiment))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0ph80d53598635bb8g61acg5rqwnj8644a0gh297r4hgbvwlflab"))))
|
||||||
|
(properties `((upstream-name . "chromstaRData")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(home-page "https://bioconductor.org/packages/chromstaRData/")
|
||||||
|
(synopsis "ChIP-seq data for demonstration purposes")
|
||||||
|
(description
|
||||||
|
"This package provides ChIP-seq data for demonstration purposes in the
|
||||||
|
chromstaR package.")
|
||||||
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public r-genelendatabase
|
(define-public r-genelendatabase
|
||||||
(package
|
(package
|
||||||
(name "r-genelendatabase")
|
(name "r-genelendatabase")
|
||||||
|
|
Reference in a new issue