Name Mode Size
.github 040000
R 040000
data 040000
inst 040000
longtests 040000
man 040000
pkgdown 040000
tests 040000
vignettes 040000
.BBSoptions 100644 0 kb
.Rbuildignore 100644 0 kb
CODE_OF_CONDUCT.md 100644 5 kb
DESCRIPTION 100644 2 kb
LICENSE 100644 0 kb
LICENSE.md 100644 1 kb
NAMESPACE 100644 3 kb
NEWS.md 100644 2 kb
README.md 100644 2 kb
_pkgdown.yml 100644 0 kb
README.md
# mosdef <!-- badges: start --> [![R-CMD-check](https://github.com/imbeimainz/mosdef/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/imbeimainz/mosdef/actions/workflows/R-CMD-check.yaml) <!-- badges: end --> 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: ``` r if (!require("BiocManager")) { install.packages("BiocManager") } BiocManager::install("mosdef") ``` Alternatively, you can install the development version of `mosdef` from GitHub with: ``` r 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](https://github.com/imbeimainz/mosdef/issues). ## Code of Conduct Please note that the mosdef project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms. ## License MIT