https://github.com/bioconductor-source/rolde
Science Score: 13.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
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.2%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: bioconductor-source
- Language: R
- Default Branch: devel
- Size: 4.72 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Robust longitudinal Differential Expression (RolDE)
Introduction
Robust longitudinal Differential Expression (RolDE), is a composite method, consisting of three independent modules with different approaches to detecting longitudinal differential expression. The RegROTS module combines individual regression modelling with the power of the established differential expression method Reproduciblity Optimized Test Statistic (ROTS). In the DiffROTS module, the expression between all the individuals in the different conditions is directly compared at all timepoints. The PolyReg module uses polynomial regression modelling to evaluate longitudinal differential expression. The combination of these modules allows RolDE to robustly detect differences in longitudinal trends and expression levels in diverse data types and experimental settings.
Contrary to many existing approaches, the RolDE does not require prior knowledge concerning the types of differences searched, but can easily be applied even by non-experienced users.
Installation
GitHub
The latest version of RolDE can be downloaded from GitHub using the devtools R package:
devtools::install_github(repo = "https://github.com/elolab/RolDE", build_vignettes = T)
The build_vignettes parameter should be set to TRUE to enable the building of instructions and examples for RolDE usage.
Bioconductor
The latest release of RolDE can also be installed from Bioconductor:
``` if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install("RolDE") ```
Instructions
RolDE comes with a detailed documentation and a detailed set of instuctions. The documentation of RolDE can be simply accessed after installation and loading the package by:
?RolDE
For detailed instuctions and examples on how to use RolDE, please view the included vignettes:
browseVignettes("RolDE")
Contact information
If you have comments regarding RolDE, please contact us here.
Owner
- Name: (WIP DEV) Bioconductor Packages
- Login: bioconductor-source
- Kind: organization
- Email: maintainer@bioconductor.org
- Website: https://bioconductor.org
- Repositories: 1
- Profile: https://github.com/bioconductor-source
Source code for packages accepted into Bioconductor
GitHub Events
Total
Last Year
Dependencies
- R >= 4.2.0 depends
- ROTS * imports
- SummarizedExperiment * imports
- doParallel * imports
- doRNG * imports
- foreach * imports
- grDevices * imports
- graphics * imports
- matrixStats * imports
- methods * imports
- nlme * imports
- parallel * imports
- qvalue * imports
- rngtools * imports
- stats * imports
- utils * imports
- knitr * suggests
- printr * suggests
- rmarkdown * suggests
- testthat * suggests