graphics - Visualize tree data -
i'm looking program visualize tree of data. it's small, 20 nodes. i'd graph suitable presentation in vector graphics format such pdf, svg, etc.
the input simple list of connected node pairs, this:
specie,monosaccharide specie,polysaccharide specie,protein specie,nucleic_acid nucleic_acid,dna nucleic_acid,rna rna,mrna rna,ncrna
cytoscape seems complex, graphviz seems dead (website unresponsive), , gephi won't plot first example in tutorial.
i'd run graphing program on mac, , i'm happy write small program, preferably pyton or perl, generate graph.
recommendations please?
it surprises me graphviz website not available, should temporary. suggest represent graph in python using igraph. see hint here , usual check docs , tutorial
Comments
Post a Comment