Bioconductor Task Views Vocabulary Data
bioconductor任务视图词汇数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A graphNEL-class instance representing the Bioconductor Task Views as a directed graph.
一个graphNEL-class实例代表的的Bioconductor任务次数为导向图。
用法----------Usage----------
data(biocViewsVocab)
格式----------Format----------
The format is: graphNEL instance
格式是:graphNEL实例
Details
详情----------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.
词汇数据源的在文件biocViewsVocab.dot包点目录。这是转化为GXL使用的GraphViz包dot2gxl命令行实用程序。然后fromGXLgraph包的功能是用来转换graphNEL-class。
举例----------Examples----------
data(biocViewsVocab)
biocViewsVocab
## If you have Rgraphviz available, you can[#如果你有Rgraphviz可用,您可以]
## plot the vocabulary with plot(biocViewsVocab)[#绘制的词汇与图(biocViewsVocab)]