org.utgenome.format.gff3
Class GFF3Entry

java.lang.Object
  extended by org.utgenome.format.gff3.GFF3Entry

public class GFF3Entry
extends Object

GFF3 entry

Author:
leo

Field Summary
 HashMap<String,String> attributes
           
 long end
           
 String phase
           
 double score
           
 String seqId
           
 String soruce
           
 long start
           
 String strand
           
 String type
           
 
Constructor Summary
GFF3Entry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

seqId

public String seqId

soruce

public String soruce

type

public String type

start

public long start

end

public long end

score

public double score

strand

public String strand

phase

public String phase

attributes

public HashMap<String,String> attributes
Constructor Detail

GFF3Entry

public GFF3Entry()


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