- Home
- Bioconductor 3.22
- Software Packages
- ExploreModelMatrix
ExploreModelMatrix
This is the released version of ExploreModelMatrix; for the devel version, see ExploreModelMatrix.
Graphical Exploration of Design Matrices
Bioconductor version: Release (3.22)
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.
Author: Charlotte Soneson [aut, cre] ORCID iD ORCID: 0000-0003-3833-2169 , Federico Marini [aut] ORCID iD ORCID: 0000-0003-3252-7758 , Michael Love [aut] ORCID iD ORCID: 0000-0001-8401-0545 , Florian Geier [aut] ORCID iD ORCID: 0000-0002-9076-9264 , Michael Stadler [aut] ORCID iD ORCID: 0000-0002-2269-4934
Maintainer: Charlotte Soneson <charlottesoneson at gmail.com>
citation("ExploreModelMatrix")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ExploreModelMatrix")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("ExploreModelMatrix")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.