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

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

public class CDS
extends Interval

Coding Sequence (CDS)

Author:
leo
See Also:
Serialized Form

Constructor Summary
CDS()
           
CDS(int start, int end)
           
 
Method Summary
 
Methods inherited from class org.utgenome.gwt.utgb.client.bio.Interval
accept, 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

CDS

public CDS()

CDS

public CDS(int start,
           int end)


Copyright © 2007-2012 utgenome.org. All Rights Reserved.