PIP.ExampleCode
Class IteratingThroughDataBasedOnDomains
java.lang.Object
PIP.ExampleCode.IteratingThroughDataBasedOnDomains
public class IteratingThroughDataBasedOnDomains
- extends java.lang.Object
This is a set of example code for iterating through the data based on domains from a particular domain definition and
level of similarity. Often in the field of bioinformatics analysis of proteins 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 domains classified by domain simiarity means that similar domains an
easily be compared and redundancy within structural data easily dealt with. A non redundant set of domains can be
easily accessed to different levels of similarity.
|
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 |
IteratingThroughDataBasedOnDomains
public IteratingThroughDataBasedOnDomains()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception