biocViewsVocab | R Documentation |
A graphNEL-class
instance representing the Bioconductor
Task Views as a directed graph.
data(biocViewsVocab)
The format is: graphNEL instance
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
.
data(biocViewsVocab)
biocViewsVocab
## If you have Rgraphviz available, you can
## plot the vocabulary with plot(biocViewsVocab)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.