LimROTS
LimROTS: A Hybrid Method Integrating Empirical Bayes and Reproducibility-Optimized Statistics for Robust Differential Expression Analysis
Science Score: 49.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 1 DOI reference(s) in README -
✓Academic publication links
Links to: plos.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.8%) to scientific vocabulary
Repository
LimROTS: A Hybrid Method Integrating Empirical Bayes and Reproducibility-Optimized Statistics for Robust Differential Expression Analysis
Basic Info
- Host: GitHub
- Owner: AliYoussef96
- License: artistic-2.0
- Language: R
- Default Branch: RELEASE_3_21
- Homepage: https://aliyoussef96.github.io/LimROTS/
- Size: 102 MB
Statistics
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
LimROTS: A Hybrid Method Integrating Empirical Bayes and Reproducibility-Optimized Statistics for Robust Differential Expression Analysis
Differential expression analysis is a prevalent method utilised in the examination of diverse biological data. The reproducibility-optimized test statistic (ROTS) (Tomi Suomi et al.,) has been developed with a modified t-statistic based on the data's intrinsic characteristics and ranks features according to their statistical significance for differential expression between two or more groups, as shown by the f-statistic. Focusing on proteomics and metabolomics, the current ROTS implementation cannot account for technical or biological covariates such as MS batches or gender differences among the samples. Consequently, we developed LimROTS, which employs a reproducibility-optimized test statistic utilizing the limma empirical bayes (Ritchie ME et al.,) methodology to simulate more complex experimental designs.
Installation instructions
Option 1: Install from Bioconductor (recommended)
The package is available on Bioconductor release version. To install it, follow these steps,
```r if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install("LimROTS") ```
Option 2: Install from GitHub
You can install the package directly from GitHub,
r
if (!requireNamespace("LimROTS", quietly = TRUE)) {
remotes::install_github("AliYoussef96/LimROTS", ref = "RELEASE_3_21")
}
or
r
remotes::install_github("AliYoussef96/LimROTS" , ref = "RELEASE_3_21")
Code of Conduct
Please note that the LimROTS project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms. Contributions are welcome in the form of feedback, issues and pull requests. You can find the contributor guidelines of the LimROTS here.
Acknowledgements
Please note that LimROTS was only made possible thanks to many other R and rOpenGov software authors, which are cited in the vignettes describing this package.
This package was developed using the following resources:
- usethis to generate an initial template.
- Continuous code testing is performed on GitHub actions and include R CMD check,
- Code coverage assessment is possible thanks to codecov.
- The documentation website is automatically updated thanks to pkgdown.
- The documentation is formatted thanks to devtools and roxygen2.
Owner
- Name: Ali Youssef
- Login: AliYoussef96
- Kind: user
- Location: Egypt
- Company: Cairo university
- Website: https://www.linkedin.com/in/ali-youssef-455a92130/
- Repositories: 3
- Profile: https://github.com/AliYoussef96
Trying to be a Bioinformatician
GitHub Events
Total
- Watch event: 1
- Delete event: 3
- Push event: 135
- Pull request event: 4
- Create event: 7
Last Year
- Watch event: 1
- Delete event: 3
- Push event: 135
- Pull request event: 4
- Create event: 7
Issues and Pull Requests
Last synced: 10 months ago
Packages
- Total packages: 1
-
Total downloads:
- bioconductor 1,591 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 3
- Total maintainers: 1
bioconductor.org: LimROTS
LimROTS: A Hybrid Method Integrating Empirical Bayes and Reproducibility-Optimized Statistics for Robust Differential Expression Analysis
- Homepage: https://github.com/AliYoussef96/LimROTS https://aliyoussef96.github.io/LimROTS/
- Documentation: https://bioconductor.org/packages/release/bioc/vignettes/LimROTS/inst/doc/LimROTS.pdf
- License: Artistic-2.0
-
Latest release: 1.0.3
published 11 months ago
Rankings
Maintainers (1)
Dependencies
- R >= 4.4.0 depends
- SummarizedExperiment * imports
- doParallel * imports
- doRNG * imports
- dplyr * imports
- foreach * imports
- limma * imports
- parallel * imports
- qvalue * imports
- stats * imports
- stringr * imports
- utils * imports
- BiocStyle * suggests
- ROTS * suggests
- ggplot2 * suggests
- knitr * suggests
- magick * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests