org.utgenome.format.keyword
Class GenomeKeywordEntry

java.lang.Object
  extended by org.utgenome.format.keyword.GenomeKeywordEntry

public class GenomeKeywordEntry
extends Object

Keyword associated to a genome region

Author:
leo

Nested Class Summary
static class GenomeKeywordEntry.KeywordAlias
          Alias is a keyword
 
Field Summary
 String chr
           
 int end
           
 String ref
           
 int start
           
 String text
           
 
Constructor Summary
GenomeKeywordEntry(String ref, String chr, String text, int start, int end)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ref

public String ref

chr

public String chr

text

public String text

start

public int start

end

public int end
Constructor Detail

GenomeKeywordEntry

public GenomeKeywordEntry(String ref,
                          String chr,
                          String text,
                          int start,
                          int end)


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