- Home
- Bioconductor 3.23
- Software Packages
- biocGraph (development version)
biocGraph
This is the development version of biocGraph; for the stable release version, see biocGraph.
Graph examples and use cases in Bioinformatics
Bioconductor version: Development (3.23)
This package provides examples and code that make use of the different graph related packages produced by Bioconductor.
Author: Li Long <li.long at isb-sib.ch>, Robert Gentleman <rgentlem at fhcrc.org>, Seth Falcon <sethf at fhcrc.org> Florian Hahne <fhahne at fhcrc.org>
Maintainer: Florian Hahne <florian.hahne at novartis.com>
citation("biocGraph")):
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("biocGraph")
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("biocGraph")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.