Package: ExploreModelMatrix
Type: Package
Title: Graphical Exploration of Design Matrices
Version: 1.0.2
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, 
    generate an interactive application to explore the resulting 
    design matrix. 
License: MIT + file LICENSE
Encoding: UTF-8
Imports: shiny, shinydashboard, DT, cowplot, utils, dplyr, magrittr,
        tidyr, ggplot2, stats, methods, rintrojs, scales, tibble, MASS,
        limma, S4Vectors
RoxygenNote: 7.1.1
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
git_url: https://git.bioconductor.org/packages/ExploreModelMatrix
git_branch: RELEASE_3_11
git_last_commit: 5707f6a
git_last_commit_date: 2020-08-03
Date/Publication: 2020-08-04
NeedsCompilation: no
Packaged: 2020-08-05 05:02:40 UTC; biocbuild
Author: Charlotte Soneson [aut, cre] (<https://orcid.org/0000-0003-3833-2169>),
  Federico Marini [aut] (<https://orcid.org/0000-0003-3252-7758>),
  Michael Love [aut] (<https://orcid.org/0000-0001-8401-0545>),
  Florian Geier [aut] (<https://orcid.org/0000-0002-9076-9264>),
  Michael Stadler [aut] (<https://orcid.org/0000-0002-2269-4934>)
Maintainer: Charlotte Soneson <charlottesoneson@gmail.com>
Built: R 4.0.2; ; 2020-08-05 15:38:43 UTC; windows
