Learn R Programming

ssMutPA (version 0.1.2)

Single-Sample Mutation-Based Pathway Analysis

Description

A systematic bioinformatics tool to perform single-sample mutation-based pathway analysis by integrating somatic mutation data with the Protein-Protein Interaction (PPI) network. In this method, we use local and global weighted strategies to evaluate the effects of network genes from mutations according to the network topology and then calculate the mutation-based pathway enrichment score (ssMutPES) to reflect the accumulated effect of mutations of each pathway. Subsequently, the ssMutPES profiles are used for unsupervised spectral clustering to identify cancer subtypes.

Copy Link

Version

Install

install.packages('ssMutPA')

Monthly Downloads

183

Version

0.1.2

License

GPL (>= 2)

Maintainer

Junwei Han

Last Published

October 15th, 2024

Functions in ssMutPA (0.1.2)

mountain_plot

Plotting the density ridges plot.
get_heatmap

Plotting a heatmap with subtype labels.
get_indicate

Indicator function.
get_mut_status

Converts MAF file or data in other formats into mutation matrix.
sur_onco

sur_onco
samp_class_onco

samp_class_onco
sample_class

sample_class The subtype labels of samples.
Seeds_Score

Seeds_Score The local weight of seed nodes.
Oncoplot

Drawing a waterfall plot of a particular pathway.
dotplot

Plotting the Dot plot.
MRWR

A global propagation algorithm, random walk with restart (RWR), to predict probable influence of nodes in the network by seed nodes.
FastSEAscore

Calculate the enrichment score of the pathways .
get_samp_class

Determining cancer subtypes using unsupervised spectral clustering algorithm.
get_univarCox_result

Perform the univariate Cox proportional hazards regression analysis.
get_RWR_ES

Calculate the single-sample mutation-based pathway enrichment score.
Path_Name

Path_Name
dot_data

dot_data A data frame.
Path_ES

Path_ES Single-sample mutation-based pathway enrichment score profiles.
cox_data

cox_data Univariate cox proportional hazards regression data.
RWR_res

RWR_res Random walk results based on mutated genes in a single sample.
mut_onco

mut_onco A binary mutation matrix.
mut_status

mut_status A binary mutation matrix.
get_seeds_score

Calculate the local wight of seed nodes.