MPAC
This is the released version of MPAC; for the devel version, see MPAC.
Multi-omic Pathway Analysis of Cells
Bioconductor version: Release (3.22)
Multi-omic Pathway Analysis of Cells (MPAC), integrates multi-omic data for understanding cellular mechanisms. It predicts novel patient groups with distinct pathway profiles as well as identifying key pathway proteins with potential clinical associations. From CNA and RNA-seq data, it determines genes’ DNA and RNA states (i.e., repressed, normal, or activated), which serve as the input for PARADIGM to calculate Inferred Pathway Levels (IPLs). It also permutes DNA and RNA states to create a background distribution to filter IPLs as a way to remove events observed by chance. It provides multiple methods for downstream analysis and visualization.
Author: Peng Liu [aut, cre] ORCID iD ORCID: 0000-0001-5655-2259 , Paul Ahlquist [aut], Irene Ong [aut], Anthony Gitter [aut]
Maintainer: Peng Liu <pliu55.wisc+bioconductor at gmail.com>
citation("MPAC")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("MPAC")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("MPAC")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.