gnu: Add r-awfisher.

* gnu/packages/bioconductor.scm (r-awfisher): New variable.
This commit is contained in:
Mădălin Ionel Patrașcu 2022-06-23 14:26:29 +02:00 committed by Ricardo Wurmus
parent 930b1e0458
commit 3f755098cb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2317,6 +2317,30 @@ (define-public r-antiprofiles
tumor samples from healthy controls.")
(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-awst
(package
(name "r-awst")