Package: BioCor
Title: Functional similarities
Version: 1.3.3
Authors@R: c(person("Lluís", "Revilla Sancho", 
            email ="lluis.revilla@gmail.com", role = c("aut", "cre"), 
            comment = c(ORCID = "0000-0001-9747-2570")), 
            person("Pau", "Sancho-Bru", role = "ths", 
            comment = c(ORCID = "0000-0001-5569-9259")),
            person("Juan José", "Lozano", role = "ths", 
            comment = c(ORCID = "0000-0001-7613-3908")))
Author: Lluís Revilla Sancho <lluis.revilla@gmail.com>
Maintainer: Lluís Revilla Sancho <lluis.revilla@gmail.com>
Description: Calculates functional similarities based on the pathways
        described on KEGG and REACTOME or in gene sets. These
        similarities can be calculated for pathways or gene sets,
        genes, or clusters and combined with other similarities. They
        can be used to improve networks, gene selection, testing
        relationships...
Depends: R (>= 3.4.0)
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
biocViews:
    StatisticalMethod, Clustering, GeneExpression, Network, Pathways, 
    NetworkEnrichment, SystemsBiology
Imports:
    BiocParallel,
    Matrix,
    GSEABase
Suggests:
    reactome.db,
    org.Hs.eg.db,
    WGCNA,
    methods,
    GOSemSim,
    testthat,
    knitr,
    rmarkdown,
    BiocStyle,
    airway,
    DESeq2,
    boot,
    targetscan.Hs.eg.db,
    Hmisc
BugReports: https://github.com/llrs/BioCor/issues
URL: https://github.com/llrs/BioCor/
VignetteBuilder: knitr
RoxygenNote: 6.0.1
