-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
78 lines (56 loc) · 3.17 KB
/
Copy pathREADME.Rmd
File metadata and controls
78 lines (56 loc) · 3.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# MOSuite <a href="https://ccbr.github.io/MOSuite/"><img src="inst/extdata/logo/mosuite_logo_with_text.png" align="right" height="160" alt="MOSuite website" /></a>
R package for differential multi-omics analysis
<!-- badges: start -->
[](https://github.com/CCBR/MOSuite/actions/workflows/R-CMD-check.yaml)
[](https://codecov.io/gh/CCBR/MOSuite)
[](https://github.com/CCBR/MOSuite/actions/workflows/github-code-scanning/codeql)
[](https://github.com/CCBR/MOSuite/releases/latest)
[](https://hub.docker.com/r/nciccbr/mosuite)
[](https://doi.org/10.5281/zenodo.16371580)
<!-- badges: end -->
Multi-Omics Suite provides a suite of functions to clean, filter, batch-correct,
normalize, visualize, and perform differential expression analysis. While the
package is designed for differential [RNA-seq](https://github.com/CCBR/RENEE)
analysis and multi-omics datasets, it can be used for 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](https://github.com/CCBR/MOSuite) with:
```r
# install.packages("remotes")
remotes::install_github("CCBR/MOSuite", dependencies = TRUE)
```
Or install a specific version:
```r
remotes::install_github("CCBR/MOSuite", dependencies = TRUE, ref = "v0.3.0")
```
There is also a Docker container available at <https://hub.docker.com/r/nciccbr/mosuite>
```sh
singularity exec docker://nciccbr/mosuite:v0.3.0 R -s -e \
'cat("MOSuite version:", installed.packages()["MOSuite",][["Version"]])'
```
## Usage
Please see the [introductory vignette](https://ccbr.github.io/MOSuite/articles/intro.html)
for a quick start tutorial.
Take a look at the [reference documentation](https://ccbr.github.io/MOSuite/reference/index.html)
for detailed information on each function in the package.
## Help & Contributing
Come across a **bug**? Open an [issue](https://github.com/CCBR/MOSuite/issues) and include a minimal reproducible example.
Have a **question**? Ask it in [discussions](https://github.com/CCBR/MOSuite/discussions).
Want to **contribute** to this project? Check out the [contributing guidelines](.github/CONTRIBUTING.md).
## Development Roadmap

- [dev spreadsheet](https://nih-my.sharepoint.com/:x:/g/personal/homanpj_nih_gov/ETvHXgnwxExEpcP57Jj9_EwBHBvZBqNuZ_c3eu51w-SlnA?e=PcXKU8)
- [project board](https://github.com/orgs/CCBR/projects/32)