pareg
April 19, 2022 ยท View on GitHub
Pathway enrichment computations using a regularized regression approach to incorporate inter-pathway relations in the statistical model.
Installation
Install the latest stable version from Bioconductor:
BiocManager::install("pareg")
Install the latest development version from GitHub:
remotes::install_github("cbg-ethz/pareg")
Project structure
.: R packageinst/scripts/: Snakemake workflows and other utilities
Dev notes
- Update
NAMESPACEand write man pages:Rscript -e "devtools::document()" - Format code:
Rscript -e "styler::style_dir('.', transformers = biocthis::bioc_style())"