- Home
- Bioconductor 3.23
- Software Packages
- mosdef (development version)
mosdef
This is the development version of mosdef; for the stable release version, see mosdef.
MOSt frequently used and useful Differential Expression Functions
Bioconductor version: Development (3.23)
This package provides functionality to run a number of tasks in the differential expression analysis workflow. This encompasses the most widely used steps, from running various enrichment analysis tools with a unified interface to creating plots and beautifying table components linking to external websites and databases. This streamlines the generation of comprehensive analysis reports.
Author: Leon Dammer [aut] ORCID iD ORCID: 0009-0008-4132-7639 , Federico Marini [aut, cre] ORCID iD ORCID: 0000-0003-3252-7758
Maintainer: Federico Marini <marinif at uni-mainz.de>
citation("mosdef")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("mosdef")
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("mosdef")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.