Package: RobustRankAggreg
Type: Package
Title: Methods for Robust Rank Aggregation
Version: 1.2
Date: 2022-07-11
Authors@R: c(
    person("Raivo", "Kolde", role = c("aut", "cre"),
           email = "rkolde@gmail.com",
           comment = c(ORCID = "0000-0003-2886-6298")),
    person("Sven", "Laur", role = "ctb",
           comment = c(ORCID = "0000-0002-9891-3347"))
  )
Maintainer: Raivo Kolde <rkolde@gmail.com>
Description: Methods for aggregating ranked lists, especially lists of
    genes. It implements the Robust Rank Aggregation Kolde et al (2012)
    <doi:10.1093/bioinformatics/btr709> and some 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: GPL-2
LazyLoad: yes
Depends: methods
Collate: 'aggregateRanks.R'
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2022-07-11 19:56:04 UTC; raivokolde
Author: Raivo Kolde [aut, cre] (<https://orcid.org/0000-0003-2886-6298>),
  Sven Laur [ctb] (<https://orcid.org/0000-0002-9891-3347>)
Repository: CRAN
Date/Publication: 2022-07-12 00:20:02 UTC
