[BioC] export colored nodes using toDot in ontoTools

Vincent Carey 525-2265 stvjc at channing.harvard.edu
Mon Aug 23 18:36:15 CEST 2004


> Hi,
>
>
>
> Could anyone tell me how to export a .dot file from ontoTools using toDot?

library(ontoTools)
example(randomGraph)
toDot( g1, "abc.dot")

creates a `dot' format file in abc.dot for the graph g1.

the documentation is not so good for toDot, i will address
this.  thanks for your question



More information about the Bioconductor mailing list