org.utgenome.gwt.utgb.client.bio
Class Gap

java.lang.Object
  extended by org.utgenome.gwt.utgb.client.bio.Interval
      extended by org.utgenome.gwt.utgb.client.bio.Gap
All Implemented Interfaces:
Serializable, Comparable<Interval>, OnGenome

public class Gap
extends Interval

Gap of paired-end, mate-pair reads

Author:
leo
See Also:
Serialized Form

Constructor Summary
Gap()
           
Gap(int start, int end)
           
 
Method Summary
 void accept(OnGenomeDataVisitor visitor)
           
 
Methods inherited from class org.utgenome.gwt.utgb.client.bio.Interval
adjustToOneOrigin, atomicSetStartAndEnd, compareTo, contains, contains, correctInterval, follows, getColor, getEnd, getName, getStart, hasOverlap, intersect, intersectsWith, isAntiSense, isSense, length, precedes, setEnd, setStart, toJSONArray, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Gap

public Gap()

Gap

public Gap(int start,
           int end)
Method Detail

accept

public void accept(OnGenomeDataVisitor visitor)
Specified by:
accept in interface OnGenome
Overrides:
accept in class Interval


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.