Package: RVenn
Type: Package
Title: Set Operations for Many Sets
Version: 1.1.0
Authors@R: person("Turgut Yigit", "Akyol", email = "tyakyol@gmail.com",
    role = c("aut", "cre"))
Maintainer: Turgut Yigit Akyol <tyakyol@gmail.com>
Description: Set operations for many sets. The base functions for set operations
    in R can be used for only two sets. This package uses 'purr' to find the
    union, intersection and difference of three or more sets. This package also
    provides functions for pairwise set operations among several sets. Further, 
    based on 'ggplot2' and 'ggforce', a Venn diagram can be drawn for two or 
    three sets. For bigger data sets, a clustered heatmap showing presence/absence 
    of the elements of the sets can be drawn based on the 'pheatmap' package. 
    Finally, enrichment test can be applied to two sets whether an overlap is 
    statistically significant or not.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: ggforce (>= 0.2.1), ggplot2 (>= 3.0.0), magrittr (>= 1.5),
        purrr (>= 0.2.5), methods (>= 3.5.1), rlang (>= 0.2.2), vegan
        (>= 2.5.2), pheatmap (>= 1.0.10)
RoxygenNote: 6.1.1
Collate: 'Construct.R' 'Plot.R' 'SetOperations.R' 'RVenn.R'
        'Enrichment.R' 'Pairs.R' 'Heatmap.R'
Suggests: testthat, knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-07-18 20:55:18 UTC; tyakyol
Author: Turgut Yigit Akyol [aut, cre]
Repository: CRAN
Date/Publication: 2019-07-18 21:40:02 UTC
Built: R 4.0.2; ; 2020-07-17 10:40:06 UTC; unix
