GNU bug report logs -
#56166
[PATCH] gnu: Add r-awfisher.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 31 Oct 2022 21:37:34 +0100
with message-id <87r0ynd903.fsf <at> elephly.net>
and subject line [PATCH] gnu: Add r-awfisher.
has caused the debbugs.gnu.org bug report #56166,
regarding [PATCH] gnu: Add r-awfisher.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
56166: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56166
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/bioconductor.scm (r-awfisher): New variable.
---
gnu/packages/bioconductor.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 1e87b190c2..072fc0f42a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2029,6 +2029,29 @@ (define-public r-aneufinder
sequencing data.")
(license license:artistic2.0)))
+(define-public r-awfisher
+ (package
+ (name "r-awfisher")
+ (version "1.10.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "AWFisher" version))
+ (sha256
+ (base32
+ "050k7w0azsl7rqx2pxgccihzc2q8pmh6fyy4gib2d42sdyijr2n1"))))
+ (properties `((upstream-name . "AWFisher")))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-edger
+ r-limma))
+ (native-inputs (list r-knitr))
+ (home-page "https://bioconductor.org/packages/AWFisher")
+ (synopsis "Fast computing for adaptively weighted fisher's method")
+ (description
+ "This package is an implementation of the adaptively weighted fisher's
+method, including fast p-value computing, variability index, and meta-pattern.")
+ (license license:gpl3)))
+
(define-public r-biocversion
(package
(name "r-biocversion")
base-commit: e74fa406e1043547242a8b67ab9907fea7aae6b9
--
2.36.1
[Message part 3 (message/rfc822, inline)]
Applied, thanks!
--
Ricardo
This bug report was last modified 2 years and 206 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.