ssMutPA is a single-sample mutation-based pathway analysis method for inferring mutation-induced pathway activity profiles.
ssMutPA is a single-sample mutation-based pathway analysis method. It integrates somatic mutation data with the protein-protein interaction network and calculates single-sample mutation-based pathway enrichment score (ssMutPES) using the local weighted and global propagation strategies.
ssMutPA complements the current individualized pathway analysis approaches that focus on gene expression data and provide something new insight into the initiation and progression of cancer.

We recommended these dependencies to be installed:
- ** R (≥ 4.0.0)**: We developed this R package using R version 4.3.0.
- ** When calculating single-sample mutation-based pathway activity profiles, if your computer has multiple CPU cores, you can increase the computational efficiency by setting the 'Numcore' parameter in the
get_RWR_ESfunction.
Install ssMutPA using:
install.packages('devtools')
devtools::install_github("hanjunwei-lab/ssMutPA")Load the package using library(ssMutPA). We provide a vignette for the package that can be called using: vignette("ssMutPA"). Alternatively, you can view the online version on CRAN. The examples I provided would take several minutes to run on a normal desktop computer.