Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 1.78 KB

README.md

File metadata and controls

65 lines (45 loc) · 1.78 KB

MOSuite

R-CMD-check

R package for downstream multi-omics analysis

Designed for differential RNA-seq analysis or any data represented in a counts table. See the website for more information, documentation, and examples: https://ccbr.github.io/MOSuite/

Installation

You can install the development version of MOSuite from GitHub with:

# install.packages("devtools")
devtools::install_github("CCBR/MOSuite")

Usage

Please see the introductory vignette for a quick start tutorial. Take a look at the reference documentation for detailed information on each function in the package.

Help & Contributing

Come across a bug? Open an issue and include a minimal reproducible example.

Have a question? Ask it in discussions.

Want to contribute to this project? Check out the contributing guidelines.

Development Roadmap