Name Mode Size
.github 040000
R 040000
data-raw 040000
data 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.BBSoptions 100644 0 kb
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
.lintr 100644 0 kb
.mega-linter.yml 100644 0 kb
DESCRIPTION 100644 2 kb
NAMESPACE 100644 3 kb
NEWS.md 100644 0 kb
README.md 100644 1 kb
_pkgdown.yml 100644 0 kb
configure 100755 0 kb
configure.win 100644 0 kb
README.md
# pareg [![lintr](https://github.com/cbg-ethz/pareg/actions/workflows/lintr.yaml/badge.svg)](https://github.com/cbg-ethz/pareg/actions/workflows/lintr.yaml) [![Mega-Linter](https://github.com/cbg-ethz/pareg/actions/workflows/mega-linter.yaml/badge.svg)](https://github.com/cbg-ethz/pareg/actions/workflows/mega-linter.yaml) [![check-bioc](https://github.com/cbg-ethz/pareg/actions/workflows/check-bioc.yaml/badge.svg)](https://github.com/cbg-ethz/pareg/actions/workflows/check-bioc.yaml) [![pkgdown](https://github.com/cbg-ethz/pareg/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/cbg-ethz/pareg/actions/workflows/pkgdown.yaml) [![BioC status](http://www.bioconductor.org/shields/build/devel/bioc/pareg.svg)](https://bioconductor.org/checkResults/devel/bioc-LATEST/pareg) 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: ```r BiocManager::install("pareg") ``` Install the latest development version from GitHub: ```r remotes::install_github("cbg-ethz/pareg") ``` ## Project structure * `.`: R package * `inst/scripts/`: Snakemake workflows and other utilities ## Dev notes * Update `NAMESPACE` and write man pages: `Rscript -e "devtools::document()"` * Format code: `Rscript -e "styler::style_dir('.', transformers = biocthis::bioc_style())"`