cytoscape developer meeting

  • Graphについて
    • 隣接行列でグラフ構造は持っているらしい。
    • two node with the same identifier in different networks are the same nodes
    • Attributes supports 大体ほとんどの型
    • 同じnodeはattributeも同じ
  • Layers
    • Views depends on Graphs
    • Data does't depend on anything
    • Graph
      • CyNetwork -> graphPerspective(giny) -> FGraphPerspective(fing) [写しそこねた]
  • APIの読み方
  • Use Layoutask if you want to call a layout yourself on a separate thread
  • Vizmapperがやってること
    • Data(行列みたいの)をMapにすること