org.utgenome.format.keyword
Class GenomeKeywordEntry
java.lang.Object
org.utgenome.format.keyword.GenomeKeywordEntry
public class GenomeKeywordEntry
- extends Object
Keyword associated to a genome region
- Author:
- leo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ref
public String ref
chr
public String chr
text
public String text
start
public int start
end
public int end
GenomeKeywordEntry
public GenomeKeywordEntry(String ref,
String chr,
String text,
int start,
int end)
Copyright © 2007-2012 utgenome.org. All Rights Reserved.