Class CNV

java.lang.Object
  extended by CNV

 class CNV
extends java.lang.Object

Class to compute where the CNVs are. Mostly useful for verification of simulations

Author:
arthiramachandran

Field Summary
(package private)  int exons
           
(package private)  int posEnd
           
(package private)  int posStart
           
(package private)  int state
           
 
Constructor Summary
CNV(int posStart)
           
 
Method Summary
 int length()
           
 double overlaps(CNV g)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

posStart

int posStart

posEnd

int posEnd

state

int state

exons

int exons
Constructor Detail

CNV

public CNV(int posStart)
Method Detail

length

public int length()

overlaps

public double overlaps(CNV g)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object