Skip to content

hanjunwei-lab/ssMutPA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssMutPA

Current devel version: 0.1.2 Project Status: Active – The project has reached a stable, usable state and is being actively developed. License: GPL v2 Codacy Badge PRs Welcome Last commit Code size

ssMutPA is a single-sample mutation-based pathway analysis method for inferring mutation-induced pathway activity profiles.

Introduction

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. A simple schema of the labyrinth

A notice on operating system compatibility

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_ES function.

Installation

Install ssMutPA using:

install.packages('devtools')
devtools::install_github("hanjunwei-lab/ssMutPA")

Usage

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.

About

ssMutPA is a single-sample mutation-based pathway analysis method for inferring mutation-induced pathway activity profiles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • R 100.0%