util.bio.annotation
Class Transcript

java.lang.Object
  extended byutil.bio.annotation.Transcript
All Implemented Interfaces:
java.io.Serializable

public class Transcript
extends java.lang.Object
implements java.io.Serializable

Transcript relevant information, mRNA.

See Also:
Serialized Form

Constructor Summary
Transcript(Gff3Feature f)
           
Transcript(int start, int end, java.lang.String name, int orientation)
           
 
Method Summary
 int getEnd()
           
 java.lang.String getName()
           
 int getOrientation()
           
 int getStart()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Transcript

public Transcript(int start,
                  int end,
                  java.lang.String name,
                  int orientation)

Transcript

public Transcript(Gff3Feature f)
Method Detail

toString

public java.lang.String toString()

getName

public java.lang.String getName()

getOrientation

public int getOrientation()

getEnd

public int getEnd()

getStart

public int getStart()