GNU bug report logs -
#50570
[PATCH 0/2] R packages
Previous Next
Reported by: zimoun <zimon.toutoune <at> gmail.com>
Date: Mon, 13 Sep 2021 14:19:01 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/bioinformatics.scm (r-presto): New variable.
---
gnu/packages/bioinformatics.scm | 34 +++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index c3ab0ce354..647feff9ec 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -21,6 +21,7 @@
;;; Copyright © 2020 Bonface Munyoki Kilyungi <bonfacemunyoki <at> gmail.com>
;;; Copyright © 2021 Tim Howes <timhowes <at> lavabit.com>
;;; Copyright © 2021 Hong Li <hli <at> mdc-berlin.de>
+;;; Copyright © 2021 Simon Tournier <zimon.toutoune <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -7417,6 +7418,39 @@ sequence.")
(supported-systems '("i686-linux" "x86_64-linux"))
(license license:bsd-3)))
+(define-public r-presto
+ (let ((commit "052085db9c88aa70a28d11cc58ebc807999bf0ad")
+ (revision "0"))
+ (package
+ (name "r-presto")
+ (version (git-version "1.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/immunogenomics/presto")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1c3fmag4r4p2lvbvxlxyck9dvfw1prbwcl9665mmlx4a35750hk8"))))
+ (properties `((upstream . "presto")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-data-table" ,r-data-table)
+ ("r-deseq2" ,r-deseq2)
+ ("r-dplyr" ,r-dplyr)
+ ("r-matrix" ,r-matrix)
+ ("r-rcpp" ,r-rcpp)
+ ("r-rcpparmadillo" ,r-rcpparmadillo)
+ ("r-reshape2" ,r-reshape2)
+ ("r-rlang" ,r-rlang)
+ ("r-tidyr" ,r-tidyr)))
+ (home-page "https://github.com/immunogenomics/presto")
+ (synopsis "Fast Functions for Differential Expression using Wilcox and AUC")
+ (description "This package performs a fast Wilcoxon rank sum test and
+auROC analysis.")
+ (license license:gpl3))))
+
(define-public r-snapatac
(package
(name "r-snapatac")
--
2.32.0
This bug report was last modified 3 years and 282 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.