Package: RareComb
Title: Combinatorial and Statistical Analyses of Rare Events
Version: 1.1
Authors@R: 
    person(given = "Vijay Kumar",
           family = "Pounraja",
           role = c("aut", "cre"),
           email = "vijaykumar.mp@gmail.com",
           comment = c(ORCID = "0000-0002-9710-189X"))
Description: A custom implementation of the apriori algorithm and binomial tests to identify combinations of features (genes, variants etc) significantly enriched for simultaneous mutations/events from sparse Boolean input, see Vijay Kumar Pounraja, Santhosh Girirajan (2021). <doi:10.1101/2021.10.01.462832>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10)
Imports: 
    magrittr,
    arules,
    dplyr,
    methods,
    pwr,
    stringr,
    tidyr,
    reshape2,
    sqldf
RoxygenNote: 7.1.1
