- Home
- Bioconductor 3.22
- Software Packages
- pathview
pathview
This is the released version of pathview; for the devel version, see pathview.
a tool set for pathway based data integration and visualization
Bioconductor version: Release (3.22)
Pathview is a tool set for pathway based data integration and visualization. It maps and renders a wide variety of biological data on relevant pathway graphs. All users need is to supply their data and specify the target pathway. Pathview automatically downloads the pathway graph data, parses the data file, maps user data to the pathway, and render pathway graph with the mapped data. In addition, Pathview also seamlessly integrates with pathway and gene set (enrichment) analysis tools for large-scale and fully automated analysis.
Author: Weijun Luo
Maintainer: Weijun Luo <luo_weijun at yahoo.com>
citation("pathview")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("pathview")
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("pathview")
Details
Package Archives
Follow Installation instructions to use this package in your R session.