Differences between revisions 3 and 4
Revision 3 as of 2010-01-25 22:53:45
Size: 2454
Editor: KeiichiroOno
Comment:
Revision 4 as of 2010-01-25 23:01:51
Size: 2494
Editor: KeiichiroOno
Comment:
Deletions are marked like this. Additions are marked like this.
Line 33: Line 33:
{{attachment:10NestedNetworks2.png}}

RFC : Nested Networks

Editor(s): Mike Smoot

Date: Jan 25, 2010

Status: pending review

Proposal

Add two methods to the CyNode object allowing nodes to hold a reference to another network.

Background

The Network Panel provides a simple hierarchical list of networks created in Cytoscape. A hierarchy, however, is not sufficient to capture all of the relationships found between networks. Generalizing a hierarchy, it becomes clear that the relationships between networks form networks themselves. The nested network capability allows networks to be represented in Cytoscape as nodes and therefore included in networks themselves. This structure allows us to capture any relationship between networks that can be described by a network.

This approach is closely related to the concept of a hypernode.

Use Cases

  • Several module (subnetwork) search algorithms return modules that are themselves related (e.g. Bandyopadhyay 2008). With the nested network structure it is possible to create an overview network that displays the modules found and the relationships between the modules in a simple visualization.

Implementation Plan

  • Add a setNestedNetwork and getNestedNetwork method to the giny.model.Node interface and provide implementations throughout our stack.
  • Add a showNestedNetwork and setNestedNetworkVisible method to giny.view.NodeView and provide a nested network visualization that can be controlled using the VizMapper.

  • Add node context menu options that allow users to set, jump to, and delete nested networks.
  • Add an icon to the Editor allowing users set nested networks via drag-n-drop.
  • Define a nested network file format (NNF) and provide a Reader for the format.

Sample Visualizations

10NestedNetworks.png

10NestedNetworks2.png

Project Management

Project Timeline

Finished December 16, 2009.

Project Dependencies

  • While this RFC will touch many parts of the core code, it will not create any dependencies. No external (plugin or otherwise) code should be impacted by these changes.

Issues

Comments

RFC_Nested_Networks (last edited 2010-02-08 17:11:37 by alsace)

Funding for Cytoscape is provided by a federal grant from the U.S. National Institute of General Medical Sciences (NIGMS) of the Na tional Institutes of Health (NIH) under award number GM070743-01. Corporate funding is provided through a contract from Unilever PLC.

MoinMoin Appliance - Powered by TurnKey Linux