Skip to content

Summarizing the MOSt common Differential Expression Functions and beautifying reports

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

imbeimainz/mosdef

Repository files navigation

mosdef

R-CMD-check

The goal of mosdef is to 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.

mosdef can be found on Bioconductor (https://www.bioconductor.org/packages/mosdef).

Installation

You can install the version of mosdef which is ob Bioconductor with these commands:

if (!require("BiocManager")) {
  install.packages("BiocManager")
}
BiocManager::install("mosdef")

Alternatively, you can install the development version of mosdef from GitHub with:

library("remotes")
remotes::install_github("imbeimainz/mosdef", 
                        dependencies = TRUE, build_vignettes = TRUE)

Usage overview

You can find the rendered version of the documentation of mosdef at the project website https://imbeimainz.github.io/mosdef, created with pkgdown.

Development

If you encounter a bug, have usage questions, or want to share ideas and functionality to make this package better, feel free to file an issue.

Code of Conduct

Please note that the mosdef project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

License

MIT

About

Summarizing the MOSt common Differential Expression Functions and beautifying reports

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published