mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add r-biotip.
* gnu/packages/bioconductor.scm (r-biotip): New variable.
This commit is contained in:
parent
32d8a7d3ba
commit
ccc1b9e5a1
1 changed files with 30 additions and 0 deletions
|
@ -14436,6 +14436,36 @@ (define-public r-bioqc
|
|||
optimised for high performance.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public r-biotip
|
||||
(package
|
||||
(name "r-biotip")
|
||||
(version "1.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BioTIP" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1i6r8px0fmdjx8frpljppwql74mhx08ibvhs9y3qk91ck5h3f0js"))))
|
||||
(properties `((upstream-name . "BioTIP")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-cluster" ,r-cluster)
|
||||
("r-genomicranges" ,r-genomicranges)
|
||||
("r-hmisc" ,r-hmisc)
|
||||
("r-igraph" ,r-igraph)
|
||||
("r-mass" ,r-mass)
|
||||
("r-psych" ,r-psych)
|
||||
("r-stringr" ,r-stringr)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://github.com/xyang2uchicago/BioTIP")
|
||||
(synopsis "R package for characterization of biological tipping-point")
|
||||
(description
|
||||
"This package adopts tipping-point theory to transcriptome profiles to
|
||||
help unravel disease regulatory trajectory.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public r-tximeta
|
||||
(package
|
||||
(name "r-tximeta")
|
||||
|
|
Loading…
Reference in a new issue