Differences between revisions 2 and 3
Revision 2 as of 2009-09-28 20:05:12
Size: 555
Editor: KeiichiroOno
Comment:
Revision 3 as of 2009-09-28 20:23:34
Size: 1275
Editor: KeiichiroOno
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
In many cases, biologists are interested in relationship between functional modules first. Then, they look into the details inside the modules, i.e., actual interactions. Cytoscape can partially handle this problem using Group API and some related plugins, In many cases, biologists are interested in relationship between functional modules first. Then, they look into the details inside the modules, i.e., actual interactions. Cytoscape can partially handle this problem using Group API and some related plugins, but it's not a standard feature. Also, there is no simple file format to represent hierarchy/substructures.
Line 15: Line 15:
==== This is a standard file format in graphviz. It has XML-like structure in the text file, and can represent substructure.

==== Pajek ====
This program has 3 types of files to represent substructure:

 * Partitions – they tell for each vertex to which class vertex belong. Default extension: .clu.
 * Clusters – subset of vertices (e.g. one class from partition). Default extension: .cls.
 * Hierarchies – hierarchically ordered vertices. Default extension: .hie.

Therefore, user needs to load 4 files (network, partition, cluster, hierarchy) to reconstruct the saved substructures.

==== igraph ====

Support for Modules in Cytoscape

Introduction

In many cases, biologists are interested in relationship between functional modules first. Then, they look into the details inside the modules, i.e., actual interactions. Cytoscape can partially handle this problem using Group API and some related plugins, but it's not a standard feature. Also, there is no simple file format to represent hierarchy/substructures.

Usecases

Implementation

File Formats

Most of popular XML graph file formats support hierarchical structure.

DOT

This is a standard file format in graphviz. It has XML-like structure in the text file, and can represent substructure.

Pajek

This program has 3 types of files to represent substructure:

  • Partitions – they tell for each vertex to which class vertex belong. Default extension: .clu.
  • Clusters – subset of vertices (e.g. one class from partition). Default extension: .cls.
  • Hierarchies – hierarchically ordered vertices. Default extension: .hie.

Therefore, user needs to load 4 files (network, partition, cluster, hierarchy) to reconstruct the saved substructures.

igraph

Unified UI for Module Finding Plugins and New Network Browser

ModuleFinding (last edited 2009-09-29 18:07:05 by KeiichiroOno)

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