LimROTS

LimROTS: A Hybrid Method Integrating Empirical Bayes and Reproducibility-Optimized Statistics for Robust Differential Expression Analysis

https://github.com/aliyoussef96/limrots

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
Last synced: 9 months ago · JSON representation

Repository

LimROTS: A Hybrid Method Integrating Empirical Bayes and Reproducibility-Optimized Statistics for Robust Differential Expression Analysis

Basic Info
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed 12 months ago
Metadata Files
Readme Changelog Contributing License

README.md

LimROTS: A Hybrid Method Integrating Empirical Bayes and Reproducibility-Optimized Statistics for Robust Differential Expression Analysis

issues pulls R-CMD-check <!--codecov--> <!--codefactor-->

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

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

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 1,591 Total
Rankings
Dependent repos count: 0.0%
Dependent packages count: 30.3%
Average: 41.0%
Downloads: 92.7%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • 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