Differences between revisions 12 and 13
Revision 12 as of 2006-09-07 22:07:05
Size: 1497
Editor: 127
Comment:
Revision 13 as of 2006-09-07 22:13:07
Size: 1499
Editor: 127
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
    // a comment     // a comment /

[Graph] visualization program

http://www.graphviz.org

MoinMoin 용 dot 파서 사용가능 from ParserMarket/dot.py

digraph G {
    node [style=filled, fillcolor=white]
    yong27 -> cyppi -> neosphere ->  yong27 
    neosphere -> asdf

    // a comment

    yong27 [URL='yong27']   // link to an external URL
    cyppi [URL='cyppi']          
    neosphere [URL='neosphere']
    yong27 [fillcolor=blue]              
}


놀라운 경험. 이 프로그램을 쓰면, 다양한 [Interaction]들을 쉽게 그림으로 나타낼 수 있다. -- ["yong27"] DateTime(2005-12-11T08:19:23Z)


좋기는 한데, 한계가 만만찮습니다. 대용량(노드수가 몇 백 개를 넘는다든지)은 자바쪽을 찾아보는 것이 낫더군요. --JuNe


노드수가 아주 많은 경우 Cytoscape 를 많이 사용합니다. Graphviz 처럼 CLI 가 있는지 모르겠지만, 자바로 제작되어 있고, 속도도 상당히 잘 나오고 그림도 다양하게 그릴 수 있습니다. Plugin 도 잘 구성이 되어 있고요 -- ["neosphere"] DateTime(2005-12-13T14:12:18Z)


CategoryProgram

GraphViz (last edited 2012-06-13 18:36:15 by 61)

web biohackers.net