[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/18: gnu: Add r-rocr.
From: |
Ricardo Wurmus |
Subject: |
17/18: gnu: Add r-rocr. |
Date: |
Mon, 28 Nov 2016 21:43:47 +0000 (UTC) |
rekado pushed a commit to branch master
in repository guix.
commit 419a8a186f87308e6092067ad01b4f80199dd629
Author: Ricardo Wurmus <address@hidden>
Date: Thu Nov 24 15:41:17 2016 +0100
gnu: Add r-rocr.
* gnu/packages/statistics.scm (r-rocr): New variable.
---
gnu/packages/statistics.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index f014f16..c2d46f2 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3685,6 +3685,36 @@ including:
@end itemize\n")
(license license:gpl2+)))
+(define-public r-rocr
+ (package
+ (name "r-rocr")
+ (version "1.0-7")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "ROCR" version))
+ (sha256
+ (base32
+ "1jay8cm7lgq56i967vm5c2hgaxqkphfpip0gn941li3yhh7p3vz7"))))
+ (properties `((upstream-name . "ROCR")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-gplots" ,r-gplots)))
+ (home-page "http://rocr.bioinf.mpi-sb.mpg.de/")
+ (synopsis "Visualizing the performance of scoring classifiers")
+ (description
+ "ROCR is a flexible tool for creating cutoff-parameterized 2D performance
+curves by freely combining two from over 25 performance measures (new
+performance measures can be added using a standard interface). Curves from
+different cross-validation or bootstrapping runs can be averaged by different
+methods, and standard deviations, standard errors or box plots can be used to
+visualize the variability across the runs. The parameterization can be
+visualized by printing cutoff values at the corresponding curve positions, or
+by coloring the curve according to cutoff. All components of a performance
+plot can be quickly adjusted using a flexible parameter dispatching
+mechanism.")
+ (license license:gpl2+)))
+
(define-public r-kernsmooth
(package
(name "r-kernsmooth")
- branch master updated (e48ddb9 -> bd3be46), Ricardo Wurmus, 2016/11/28
- 03/18: gnu: Add r-googlesheets., Ricardo Wurmus, 2016/11/28
- 02/18: gnu: Add r-cellranger., Ricardo Wurmus, 2016/11/28
- 05/18: gnu: Add r-r4rna., Ricardo Wurmus, 2016/11/28
- 09/18: gnu: Add r-wgcna., Ricardo Wurmus, 2016/11/28
- 17/18: gnu: Add r-rocr.,
Ricardo Wurmus <=
- 06/18: gnu: Add r-dynamictreecut., Ricardo Wurmus, 2016/11/28
- 12/18: gnu: Add r-gtools., Ricardo Wurmus, 2016/11/28
- 18/18: gnu: Add r-gkmsvm., Ricardo Wurmus, 2016/11/28
- 10/18: gnu: Add r-sfsmisc., Ricardo Wurmus, 2016/11/28
- 13/18: gnu: Add r-chipkernels., Ricardo Wurmus, 2016/11/28
- 01/18: gnu: Add r-rematch., Ricardo Wurmus, 2016/11/28
- 04/18: gnu: Add r-spams., Ricardo Wurmus, 2016/11/28
- 08/18: gnu: Add r-fastcluster., Ricardo Wurmus, 2016/11/28
- 11/18: gnu: Add r-kernlab., Ricardo Wurmus, 2016/11/28
- 14/18: gnu: Add r-seqgl., Ricardo Wurmus, 2016/11/28