edu.unc.csbio.data
Class Deletion

java.lang.Object
  extended by edu.unc.csbio.data.Feature
      extended by edu.unc.csbio.data.Deletion
All Implemented Interfaces:
java.lang.Comparable<Feature>

public class Deletion
extends Feature

The class for deletion variant. This class is to be developed.

Version:
0.1
Author:
Shunping Huang , Jack Wang

Field Summary
 
Fields inherited from class edu.unc.csbio.data.Feature
chrom, end, start
 
Constructor Summary
Deletion(java.lang.String chrom, int start, int end)
          A constructor for Deletion object
 
Method Summary
 java.lang.String toString()
          A stub method for toString()
 
Methods inherited from class edu.unc.csbio.data.Feature
compareTo, getChromosome, getEnd, getLength, getRange, getStart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Deletion

public Deletion(java.lang.String chrom,
                int start,
                int end)
A constructor for Deletion object

Parameters:
chrom - name of the deletion
start - start position of the deletion
end - end position of deletion
Method Detail

toString

public java.lang.String toString()
A stub method for toString()

Specified by:
toString in class Feature
See Also:
Object.toString()