gnu: Add r-survcomp.

* gnu/packages/bioconductor.scm (r-survcomp): New variable.
This commit is contained in:
Ricardo Wurmus 2023-07-19 15:08:02 +02:00
parent 2edbfd43aa
commit c63da4eb52
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")