Bioc2026 Registration Open!

leapR

Layered enrichment analysis of pathways R

Bioconductor version: 3.23 · Package version: 1.0.0

leapR is a package that identifies pathways that are enriched across diverse 'omics experiments. It leverages any tabular expression data (proteomics, transcriptomics) using the `SummarizedExperiment` object. It works with any pathway in the .gct file format.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("leapR")

Details

MaintainerSara Gosline <sara.gosline@pnnl.gov>
AuthorSara Gosline [aut, cre] (ORCID: <https://orcid.org/0000-0002-6534-4774>), Jason McDermott [aut], Jeremy Jacobson [aut], Vincent Danna [ctb], National Institutes of Health [fnd]
LicenseMIT + file LICENSE
Downloads rank61
Source branchRELEASE_3_23
biocViewsGeneExpression, GeneSetEnrichment, Pathways, Proteomics, Software, Transcriptomics

Documentation

Download

Dependencies

Depends: R (>= 4.5.0)

Imports: stats, gplots, readr, tibble, gplots, methods, ggplot2, dplyr, stringr, tidyr, SummarizedExperiment, BiocStyle

Suggests: knitr, rmarkdown, testthat (>= 3.0.0)