Bioc2026 Registration Open!

pathwayPCA

Integrative Pathway Analysis with Modern PCA Methodology and Gene Selection

Bioconductor version: 3.23 · Package version: 1.28.0

pathwayPCA is an integrative analysis tool that implements the principal component analysis (PCA) based pathway analysis approaches described in Chen et al. (2008), Chen et al. (2010), and Chen (2011). pathwayPCA allows users to: (1) Test pathway association with binary, continuous, or survival phenotypes. (2) Extract relevant genes in the pathways using the SuperPCA and AES-PCA approaches. (3) Compute principal components (PCs) based on the selected genes. These estimated latent variables represent pathway activities for individual subjects, which can then be used to perform integrative pathway analysis, such as multi-omics analysis. (4) Extract relevant genes that drive pathway significance as well as data corresponding to these relevant genes for additional in-depth analysis. (5) Perform analyses with enhanced computational efficiency with parallel computing and enhanced data safety with S4-class data objects. (6) Analyze studies with complex experimental designs, with multiple covariates, and with interaction effects, e.g., testing whether pathway association with clinical phenotype is different between male and female subjects. Citations: Chen et al. (2008) <https://doi.org/10.1093/bioinformatics/btn458>; Chen et al. (2010) <https://doi.org/10.1002/gepi.20532>; and Chen (2011) <https://doi.org/10.2202/1544-6115.1697>.

Installation

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

BiocManager::install("pathwayPCA")

Details

MaintainerGabriel Odom <gabriel.odom@med.miami.edu>
AuthorGabriel Odom [aut, cre], James Ban [aut], Lizhong Liu [aut], Lily Wang [aut], Steven Chen [aut]
LicenseGPL-3
URL<https://gabrielodom.github.io/pathwayPCA/>
Bug Reportshttps://github.com/gabrielodom/pathwayPCA/issues
Downloads rank309
Source branchRELEASE_3_23
biocViewsCellBiology, Classification, CopyNumberVariation, DNAMethylation, DimensionReduction, Epigenetics, FeatureExtraction, FunctionalGenomics, GeneExpression, GenePrediction, GeneSetEnrichment, GeneSignaling, GeneTarget, Genetics, GenomeWideAssociation, GenomicVariation, Lipidomics, Metabolomics, MultipleComparison, Pathways, PrincipalComponent, Proteomics, Regression, SNP, Software, Survival, SystemsBiology, Transcription, Transcriptomics

Documentation

Download

Dependencies

Depends: R (>= 3.1)

Imports: lars, methods, parallel, stats, survival, utils

Suggests: airway, circlize, grDevices, knitr, RCurl, reshape2, rmarkdown, SummarizedExperiment, survminer, testthat, tidyverse