Bioconductor version: Release (3.7)
A package that implements some simple graph handling capabilities.
Author: R. Gentleman, Elizabeth Whalen, W. Huber, S. Falcon
Maintainer: Bioconductor Package Maintainer <maintainer at bioconductor.org>
Citation (from within R, enter citation("graph")):
Gentleman R, Whalen E, Huber W, Falcon S (2018). graph: graph: A package to handle graph data structures. R package version 1.58.0.
To install this package, start R and enter:
## try http:// if https:// URLs are not supported
source("https://bioconductor.org/biocLite.R")
biocLite("graph")To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("graph")