biocViews (version 1.36.2)

biocViewsVocab: Bioconductor Task Views Vocabulary Data

Description

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

Usage

data(biocViewsVocab)

Arguments

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

Run this code
data(biocViewsVocab)
biocViewsVocab
## If you have Rgraphviz available, you can
## plot the vocabulary with plot(biocViewsVocab)

Run the code above in your browser using DataLab