- Home
- Bioconductor 3.21
- Software Packages
- NetPathMiner
NetPathMiner
This package is for version 3.21 of Bioconductor; for the stable, up-to-date release version, see NetPathMiner.
NetPathMiner for Biological Network Construction, Path Mining and Visualization
Bioconductor version: 3.21
NetPathMiner is a general framework for network path mining using genome-scale networks. It constructs networks from KGML, SBML and BioPAX files, providing three network representations, metabolic, reaction and gene representations. NetPathMiner finds active paths and applies machine learning methods to summarize found paths for easy interpretation. It also provides static and interactive visualizations of networks and paths to aid manual investigation.
Author: Ahmed Mohamed [aut, cre] ORCID iD ORCID: 0000-0001-6507-5300 , Tim Hancock [aut], Tim Hancock [aut]
Maintainer: Ahmed Mohamed <mohamed at kuicr.kyoto-u.ac.jp>
citation("NetPathMiner")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("NetPathMiner")
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("NetPathMiner")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.