me
/
guix
Archived
1
0
Fork 0

gnu: Add r-chicago.

* gnu/packages/bioconductor.scm (r-chicago): New variable.
master
Ricardo Wurmus 2021-06-17 14:57:47 +02:00
parent 7b199d8360
commit ef5468ff0e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 26 additions and 0 deletions

View File

@ -9949,6 +9949,32 @@ each motif and gene-set, RcisTarget predicts the candidate target genes (i.e.
genes in the gene-set that are ranked above the leading edge).")
(license license:gpl3)))
(define-public r-chicago
(package
(name "r-chicago")
(version "1.20.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Chicago" version))
(sha256
(base32
"0dkwy6pfvzd7g4qmhjl24ypn92l78w1zy0ajhcxgg39f7zsq883x"))))
(properties `((upstream-name . "Chicago")))
(build-system r-build-system)
(propagated-inputs
`(("r-data-table" ,r-data-table)
("r-delaporte" ,r-delaporte)
("r-hmisc" ,r-hmisc)
("r-mass" ,r-mass)
("r-matrixstats" ,r-matrixstats)))
(native-inputs `(("r-knitr" ,r-knitr)))
(home-page "https://bioconductor.org/packages/Chicago")
(synopsis "Capture Hi-C analysis of genomic organization")
(description
"This package provides a pipeline for analysing Capture Hi-C data.")
(license license:artistic2.0)))
(define-public r-cicero
(package
(name "r-cicero")