|
RING - Residue Interaction Network Generator |
|
| Quick Help | Output | References | Examples | Method | Cytoscape | File format |
Network files for Cytoscape |
||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| Specifications for RING output files encoding residue interaction networks | ||||||||||||||||||||||||
|
RING stores each interaction network and its calculated
attributes in files using the Simple Interaction Format
( net_pdb1abc_new.sif
Node names must be unique since in the pdb1abc:A:42:_:GLU This identifies the 42nd residue of chain A (Glu) in the PDB file "1abc", without identity insertion code. In the short node name type, residues are identified by: the one letter chain to which it belongs, the PDB residue number, the identification insertion code (if present) and the name of the residue in 3 letters code. As in the long type each field must be separated by ":"; if a field is
missing, it is replaced with "_".
An example of this format is as follows:
A:42:_:GLU This identifies the same amino acid as in the previous example. An example of a connection between two nodes is: A:42:_:GLU <edge type> A:57:_:PRO
It identifies the link between the 42nd residue of
chain A (Glu) and 57th residue of the same chain (Pro)
from the PDB file "1abc", both without identity
insertion code. The type of connection is specified by To delimit the names of the nodes from the connection type
the "tab" character should be used as specified by the
The name of each link was defined to specify clearly the type and subtype of interaction. Interaction types are as follows:
Interaction subtypes which rappresents the interaction site of which the respective atoms are includes are:
Thus, an example of interaction with
A:42:_:GLU hbond:mc-mc A:57:_:PRO This example specifies that between residues Glu 42 and Pro 57 of the chain encoded in the PDB file "1abc", there is a hydrogen bond formed by their main chain atoms. Nodes and interaction attributes should be placed in a separate file.
For node attribute file names the extension is denoted Each node's attribute file starts with a header defining the
attribute name, type (string, double, integer) and other
additional meta-information as specified by the CYTOSCAPE
format for the attribute file. Each line contains the
name of a node, followed by the sign " An example of a short attribute file for nodes according to this specification could be : ResidueName (class = String) A:42:_:GLU = GLU A:57:_:PRO = PRO This file assigns to each node the 3-letters code of the corresponding residue. Each interaction attribute file starts with a header defining the
attribute name, type (string, double, integer) and other
additional meta-information, as specified by CYTOSCAPE
for attribute files. Each line contains the name of
a node, followed by the sign " An example of a short interaction attributes file is: Weight (class = Integer) A:42:_:GLU (hbond: mc-mc) A:57:_:PRO = 12 A:86:_:SER (hbond: sc-sc) A:88:_:ARG = 4 A:142:_:SER (hbond: mc-mc) A:141:_:SER = 16
In this case, each link is assigned an integer representing the
"strength" of the interaction in the network.
|
||||||||||||||||||||||||
| RING Network Files for Cytoscape | ||||||||||||||||||||||||
|
RING collects all generated files for
viewing the network in CYTOSCAPE using the
standard specifications described above plus the multiple
sequence alignment in FASTA format and the file for nodes
degree analysis in a This file contains:
The file The directory described above contains the following files whose names vary depending on chosen input options:
If the user has selected Node degree sequence alignment there will also be present the following files: |
||||||||||||||||||||||||
Files related to the C-alpha network edge
attributes (in the subdirectory
"Alpha_Edge_Atrib")
|
||||||||||||||||||||||||
|
There are 11 edges attributes for this type of network each in a different file. Attribute file names and contents are listed below:
|
||||||||||||||||||||||||
Files related to the C-alpha network node
attributes (in the subdirectory
"Alpha_Node_Atrib")
|
||||||||||||||||||||||||
There are 12 node attributes for this type of network each in a different file.
|
||||||||||||||||||||||||
Files related to the Closest Atoms Network edges
attributes(in the subdirectory
"Closest_allHB_Edge_Atrib"
|
||||||||||||||||||||||||
|
There are 29 edge attributes reported for this type of network are. Each of them are contained in a different file. Attribute file names and contents are listed below:
|
||||||||||||||||||||||||
File related to the
Closest atoms network nodes attribute (in the
subdirectory "Closest_allHB_Node_Atrib")
|
||||||||||||||||||||||||
There are 12 node attributes for this type of network each in a different file.
|
||||||||||||||||||||||||
Files related to the van der Waals Network edges
attributes (in the subdirectory
"VdW_allHB_Edge_Atrib")
|
||||||||||||||||||||||||
|
There are 30 edge attributes reported for this type of network are. Each of them are contained in a different file. Attribute file names and contents are listed below:
|
||||||||||||||||||||||||
File related to the
van der Waals network nodes attribute (in the
subdirectory "VdW_allHB_Node_Atrib")
|
||||||||||||||||||||||||
There are 12 node attributes for this type of network each in a different file.
|