Skip to content
Snippets Groups Projects
Select Git revision
  • main
1 result

DESCRIPTION

Blame
  • DESCRIPTION 1.52 KiB
    Package: tRigon
    Title: Toolbox for Integrative Pathomics Analysis
    Version: 0.3.3
    Authors@R: 
      c(person(given = "David",
               family = "Hoelscher", 
               role = c("aut", "cre"),
               email="dhoelscher@ukaachen.de",
               comment = c(ORCID = "0000-0001-8595-0694")),
        person(given = "Roman",
               family = "Buelow", 
               role = c("ctb"),
               comment = c(ORCID = "0000-0002-8527-7353")),
        person(given = "Michael",
               family = "Goedertier", 
               role = c("ctb")))
    Maintainer: David Hoelscher <dhoelscher@ukaachen.de>
    Description: Processing and analysis of pathomics, omics and other medical datasets.
        'tRigon' serves as a toolbox for descriptive and statistical analysis, correlations, 
        plotting and many other methods for exploratory analysis of high-dimensional datasets.
    License: GPL (>= 3)
    Imports: 
      boot (>= 1.3-28),
      caret (>= 6.0-94),
      data.table (>= 1.14.8),
      dplyr (>= 1.1.2),
      DT (>= 0.28),
      factoextra (>= 1.0.7),
      ggcorrplot (>= 0.1.4),
      ggplot2 (>= 3.4.2),
      ggpubr (>= 0.6.0),
      ggridges (>= 0.5.4),
      markdown (>= 1.7),
      patchwork (>= 1.1.2),
      randomForest (>= 4.7-1.1),
      RColorBrewer (>= 1.1-3),
      readxl (>= 1.4.3),
      sessioninfo (>= 1.2.2),
      shiny (>= 1.7.4.1),
      shinydashboardPlus (>= 2.0.3),
      shinydashboard (>= 0.7.2),
      shinyWidgets (>= 0.7.6),
      simpleboot (>= 1.1-7),
      writexl (>= 1.4.2)
    Suggests: 
        knitr,
        testthat (>= 3.0.0)
    Encoding: UTF-8
    Language: en-US
    LazyData: true
    RoxygenNote: 7.3.2
    VignetteBuilder: knitr
    Config/testthat/edition: 3