-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/AliYoussef96/LimROTS
- Loading branch information
Showing
9 changed files
with
61 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,6 @@ CONTRIBUTING.md | |
^_pkgdown\.yml$ | ||
^docs$ | ||
^pkgdown$ | ||
^.*\.bib$ | ||
^\.github$ | ||
^vignettes/(?!reference.bib$).*\.bib$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
Package: LimROTS | ||
Title: An Extension of the ROTS Method with Limma Integration | ||
Title: A Hybrid Method Integrating Empirical Bayes and | ||
Reproducibility-Optimized Statistics for Robust Analysis of Proteomics | ||
and Metabolomics Data | ||
Version: 0.99.0 | ||
Authors@R: | ||
c(person(given = "Ali", family = "Youssef", role = c("aut", "cre"), | ||
|
@@ -8,24 +10,27 @@ Authors@R: | |
person(given = "Leo", family = "Lahti", role = c("aut" ,"ths"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0001-5537-637X")), | ||
person(given = "Akewak", family = "Jeba", role = c("ctb"), | ||
person(given = "Akewak", family = "Jeba", role = c("aut","ctb"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0009-0007-1347-7552")), | ||
person(given = "Eleanor", family = "Coffey", role = c("aut", "ths"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-9717-5610"))) | ||
Description: Differential expression analysis is a prevalent method utilised in | ||
the examination of diverse biological data.The | ||
the examination of diverse biological data. The | ||
reproducibility-optimized test statistic (ROTS) modifies a | ||
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 (f-statistic). | ||
Focussing 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 | ||
the samples. Consequently, we developed LimROTS, which employs a | ||
reproducibility-optimized test statistic utilising the limma | ||
methodology to simulate complex experimental designs. | ||
methodology to simulate complex experimental designs. LimROTS is a | ||
hybrid method integrating empirical bayes and | ||
reproducibility-optimized statistics for robust analysis | ||
of proteomics and metabolomics data | ||
License: Artistic-2.0 | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
|
@@ -48,11 +53,11 @@ Imports: | |
utils, | ||
stats, | ||
doRNG, | ||
magick, | ||
dplyr | ||
Suggests: | ||
BiocStyle, | ||
ggplot2, | ||
magick, | ||
testthat (>= 3.0.0), | ||
knitr, | ||
rmarkdown, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters