- Home
- Bioconductor 3.23
- Software Packages
- CBN2Path (development version)
CBN2Path
This is the development version of CBN2Path; for the stable release version, see CBN2Path.
CBN2Path: an R/Bioconductor package for the analysis of cancer progression pathways using Conjunctive Bayesian Networks
Bioconductor version: Development (3.23)
CBN2Path package provides a unifying interface to facilitate CBN-based quantification, analysis and visualization of cancer progression pathways.
Author: William Choi-Kim [aut, cre], Sayed-Rzgar Hosseini [aut, cre]
Maintainer: William Choi-Kim <william at williamck.com>, Sayed-Rzgar Hosseini <razgar at gmail.com>
citation("CBN2Path")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("CBN2Path")
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("CBN2Path")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.