PIP.ExampleCode
Class IteratingThroughDataBasedOnDomainInteractions

java.lang.Object
  extended by PIP.ExampleCode.IteratingThroughDataBasedOnDomainInteractions

public class IteratingThroughDataBasedOnDomainInteractions
extends java.lang.Object

This is a set of example code for iterating through the data based on domain-domain interactions from a particular domain definition and level of similarity. Often in the field of bioinformatics analysis of protein-protein interactions is performed at the level of domains rather than complete protein chains since domains are considered to be the fundamental functional and structural unit of proteins. Being able to iterate through domain-domain interactions classified by domain-domain pair simiarity means that similar domain-domain interactions an easily be compared and redundancy within structural data easily dealt with. A non redundant set of domain-domain interactions can be easily accessed to different levels of similarity.


Constructor Summary
IteratingThroughDataBasedOnDomainInteractions()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IteratingThroughDataBasedOnDomainInteractions

public IteratingThroughDataBasedOnDomainInteractions()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception