mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: Add r-survcomp.
* gnu/packages/bioconductor.scm (r-survcomp): New variable.
This commit is contained in:
parent
2edbfd43aa
commit
c63da4eb52
1 changed files with 27 additions and 0 deletions
|
@ -9671,6 +9671,33 @@ (define-public r-summarizedexperiment
|
|||
samples.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-survcomp
|
||||
(package
|
||||
(name "r-survcomp")
|
||||
(version "1.50.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "survcomp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1va0ijx3qk3rjhzaflygfwlzn5a670y833qly8in8p5r3al9bdj6"))))
|
||||
(properties `((upstream-name . "survcomp")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-bootstrap
|
||||
r-ipred
|
||||
r-kernsmooth
|
||||
r-prodlim
|
||||
r-rmeta
|
||||
r-suppdists
|
||||
r-survival
|
||||
r-survivalroc))
|
||||
(home-page "https://www.pmgenomics.ca/bhklab/")
|
||||
(synopsis "Performance assessment and comparison for survival analysis")
|
||||
(description
|
||||
"This is a package for the assessment and comparison of the performance
|
||||
of risk prediction (survival) models.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-sva
|
||||
(package
|
||||
(name "r-sva")
|
||||
|
|
Loading…
Reference in a new issue