[PATCH] gnu: Add r-robustrankaggreg.

  • Done
  • quality assurance status badge
Details
2 participants
  • Navid Afkhami
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Navid Afkhami
Severity
normal

Debbugs page

Navid Afkhami wrote 4 months ago
(address . guix-patches@gnu.org)(name . Navid Afkhami)(address . navid.afkhami@mdc-berlin.de)
7323ea34119361e3ea82af491a11e5b845667082.1730311725.git.navid.afkhami@mdc-berlin.de
* gnu/packages/cran.scm (r-robustrankaggreg): New variable.

Change-Id: I2dbc983544b9858e279c192f00d52b3f18bc71c4
---
gnu/packages/cran.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

Toggle diff (37 lines)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 717e4eac89..e5e1d25c77 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1629,6 +1629,28 @@ (define-public r-pma
canonical correlation analysis.")
(license license:gpl2+)))
+(define-public r-robustrankaggreg
+ (package
+ (name "r-robustrankaggreg")
+ (version "1.2.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "RobustRankAggreg" version))
+ (sha256
+ (base32 "0p2nbgxv2132gcyx7zq2gzl6ipsxndx64i7y8v9nh5awcdy8v44p"))))
+ (properties `((upstream-name . "RobustRankAggreg")))
+ (build-system r-build-system)
+ (home-page "https://cran.r-project.org/package=RobustRankAggreg")
+ (synopsis "Methods for robust rank aggregation")
+ (description
+ "This tool provides methods for aggregating ranked lists, especially lists of genes.
+It implements the Robust Rank Aggregation and other simple algorithms for the task.
+RRA method uses a probabilistic model for aggregation that is robust to noise and
+also facilitates the calculation of significance probabilities for all the elements
+in the final ranking.")
+ (license license:gpl2)))
+
(define-public r-rpresto
(package
(name "r-rpresto")

base-commit: d6f775c30c6f47e174f6110d1089edc6315600e4
--
2.43.0
Ricardo Wurmus wrote 4 months ago
(address . 74113-done@debbugs.gnu.org)
87sesbjitu.fsf@elephly.net
Applied, thanks!

--
Ricardo
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 74113@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74113
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help