Package: ExploreModelMatrix
Type: Package
Title: Graphical Exploration of Design Matrices
Version: 1.22.0
Date: 2025-10-07
Authors@R: c(person("Charlotte", "Soneson", role = c("aut", "cre"), 
    email = "charlottesoneson@gmail.com", 
    comment = c(ORCID = "0000-0003-3833-2169")),
    person("Federico", "Marini", role = "aut", 
    email = "marinif@uni-mainz.de",
    comment = c(ORCID = "0000-0003-3252-7758")),
    person("Michael", "Love", role = "aut", 
    email = "michaelisaiahlove@gmail.com",
    comment = c(ORCID = "0000-0001-8401-0545")),
    person("Florian", "Geier", role = "aut",
    email = "florian.geier@unibas.ch",
    comment = c(ORCID = "0000-0002-9076-9264")),
    person("Michael", "Stadler", role = "aut",
    email = "michael.stadler@fmi.ch",
    comment = c(ORCID = "0000-0002-2269-4934")))
Description: Given a sample data table and a design formula, 
    ExploreModelMatrix generates an interactive application 
    for exploration of the resulting design matrix. 
    This can be helpful for interpreting model coefficients and 
    constructing appropriate contrasts in (generalized) linear 
    models. Static visualizations can also be generated. 
License: MIT + file LICENSE
Encoding: UTF-8
Imports: shiny (>= 1.5.0), shinydashboard, DT, cowplot, utils, dplyr,
        magrittr, tidyr, ggplot2, stats, methods, rintrojs, scales,
        tibble, MASS, limma, S4Vectors, shinyjs, rlang
RoxygenNote: 7.3.3
Suggests: testthat (>= 2.1.0), knitr, rmarkdown, htmltools, BiocStyle
VignetteBuilder: knitr
URL: https://github.com/csoneson/ExploreModelMatrix
BugReports: https://github.com/csoneson/ExploreModelMatrix/issues
biocViews: ExperimentalDesign, Regression, DifferentialExpression,
        ShinyApps
git_url: https://git.bioconductor.org/packages/ExploreModelMatrix
git_branch: RELEASE_3_22
git_last_commit: 66ed086
git_last_commit_date: 2025-10-29
Repository: Bioconductor 3.22
Date/Publication: 2025-10-29
NeedsCompilation: no
Packaged: 2025-10-30 02:44:50 UTC; biocbuild
Author: Charlotte Soneson [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-3833-2169>),
  Federico Marini [aut] (ORCID: <https://orcid.org/0000-0003-3252-7758>),
  Michael Love [aut] (ORCID: <https://orcid.org/0000-0001-8401-0545>),
  Florian Geier [aut] (ORCID: <https://orcid.org/0000-0002-9076-9264>),
  Michael Stadler [aut] (ORCID: <https://orcid.org/0000-0002-2269-4934>)
Maintainer: Charlotte Soneson <charlottesoneson@gmail.com>
Built: R 4.5.1; ; 2025-10-30 09:24:18 UTC; unix
