From c63da4eb52860d50c01213addc274cc2a373d3ac Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 19 Jul 2023 15:08:02 +0200 Subject: gnu: Add r-survcomp. * gnu/packages/bioconductor.scm (r-survcomp): New variable. --- gnu/packages/bioconductor.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index f2aecc2fd5..af0f39aa8d 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -9671,6 +9671,33 @@ typically represent genomic ranges of interest and the columns represent 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") -- cgit v1.2.3