guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

18/32: gnu: Add r-survcomp.


From: guix-commits
Subject: 18/32: gnu: Add r-survcomp.
Date: Wed, 19 Jul 2023 09:55:46 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c63da4eb52860d50c01213addc274cc2a373d3ac
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jul 19 15:08:02 2023 +0200

    gnu: Add r-survcomp.
    
    * gnu/packages/bioconductor.scm (r-survcomp): New variable.
---
 gnu/packages/bioconductor.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]