Skip to contents

issues pulls R-CMD-check

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

The devel version of LimROTS can be installed from GitHub as follows:

# Install LimROTS if not already installed
if (!requireNamespace("LimROTS", quietly = TRUE)) {
  remotes::install_github("AliYoussef96/LimROTS")
}
remotes::install_github("AliYoussef96/LimROTS")

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.