guix-commits
[Top][All Lists]
Advanced

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

11/12: gnu: Add r-tfisher.


From: guix-commits
Subject: 11/12: gnu: Add r-tfisher.
Date: Mon, 9 Dec 2019 12:11:37 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 151965fab41be41e798eceb85694a2030f0d127a
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Dec 9 18:08:54 2019 +0100

    gnu: Add r-tfisher.
    
    * gnu/packages/cran.scm (r-tfisher): New variable.
---
 gnu/packages/cran.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a94c6f8..8ece847 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4217,6 +4217,35 @@ methods, structural equivalence detection, network 
regression, random graph
 generation, and 2D/3D network visualization.")
     (license license:gpl2+)))
 
+(define-public r-tfisher
+  (package
+    (name "r-tfisher")
+    (version "0.2.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "TFisher" version))
+       (sha256
+        (base32
+         "0vz74ww1lf1prfwz74hfsi3a8nzq8ss7aqjr85c1d87vss2796xx"))))
+    (properties `((upstream-name . "TFisher")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-matrix" ,r-matrix)
+       ("r-mvtnorm" ,r-mvtnorm)
+       ("r-sn" ,r-sn)))
+    (home-page "https://cran.r-project.org/web/packages/TFisher/";)
+    (synopsis "Optimal thresholding Fisher's p-value combination method")
+    (description
+     "This package provides the @dfn{cumulative distribution function} (CDF),
+quantile, and statistical power calculator for a collection of thresholding
+Fisher's p-value combination methods, including Fisher's p-value combination
+method, truncated product method and, in particular, soft-thresholding
+Fisher's p-value combination method which is proven to be optimal in some
+context of signal detection.  The p-value calculator for the omnibus version
+of these tests are also included.")
+    (license license:gpl2)))
+
 (define-public r-ttr
   (package
     (name "r-ttr")



reply via email to

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