biocViewsVocab: Bioconductor Task Views Vocabulary Data

Description Usage Format Details Examples

Description

A graphNEL-class instance representing the Bioconductor Task Views as a directed graph.

Usage

1

Format

The format is: graphNEL instance

Details

The source for the vocabulary data is in the dot directory of the package in file biocViewsVocab.dot. This is transformed to GXL using the dot2gxl command line utility from the graphviz package. Then the fromGXL function from the graph package is used to convert to graphNEL-class.

Examples

1
2
3
4
data(biocViewsVocab)
biocViewsVocab
## If you have Rgraphviz available, you can
## plot the vocabulary with plot(biocViewsVocab)

biocViews documentation built on Nov. 19, 2020, 2:01 a.m.