Package: evaluomeR
Type: Package
Title: Evaluation of Bioinformatics Metrics
URL: https://github.com/neobernad/evaluomeR
Version: 1.25.0
Authors@R: c(
    person("José Antonio", "Bernabé-Díaz", email = "[email protected]", role = c("aut", "cre")),
    person("Manuel", "Franco", email = "[email protected]", role = "aut"),
    person("Juana-María", "Vivo", email = "[email protected]", role = "aut"),
    person("Manuel", "Quesada-Martínez", email = "[email protected]", role = "aut"),
    person("Astrid", "Duque-Ramos", email = "[email protected]", role = "aut"),
    person("Jesualdo Tomás", "Fernández-Breis", email = "[email protected]", role = "aut")
    )
BugReports: https://github.com/neobernad/evaluomeR/issues
Description: Evaluating the reliability of your own metrics 
    and the measurements done on your own datasets by 
    analysing the stability and goodness of the classifications 
    of such metrics.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.6), SummarizedExperiment, MultiAssayExperiment, 
            cluster (>= 2.0.9), fpc (>= 2.2-3), randomForest (>= 4.6.14),
            flexmix (>= 2.3.15), RSKC (>= 2.4.2), sparcl (>= 1.0.4)
Imports:
    corrplot (>= 0.84),
    grDevices,
    graphics,
    reshape2,
    ggplot2,
    ggdendro,
    plotrix,
    stats,
    matrixStats,
    Rdpack,
    MASS,
    class,
    prabclus,
    mclust,
    kableExtra,
    dplyr,
    dendextend (>= 1.16.0)
Suggests: BiocStyle, knitr, rmarkdown, magrittr
VignetteBuilder: knitr
RdMacros: Rdpack
RoxygenNote: 7.0.2
biocViews: Clustering, Classification, FeatureExtraction
Collate:
    'data.R'
    'helpers.R'
    'internalClusterboot.R'
    'internalFunctions.R'
    'stabilityIndex.R'
    'qualityIndices.R'
    'correlation.R'
    'metricsAnalysis.R'
    'predictions.R'