|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.utgenome.gwt.utgb.client.bio.Interval org.utgenome.gwt.utgb.client.bio.Read org.utgenome.gwt.utgb.client.bio.BlastResult
public class BlastResult
Read with cigar and sequence information
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.utgenome.gwt.utgb.client.bio.Read |
---|
Read.ReadType |
Field Summary | |
---|---|
int |
bitScore
|
String |
cigar
|
String |
eValue
|
int |
identity
|
int |
matchLength
|
String |
seq
|
Properties |
tag
|
Constructor Summary | |
---|---|
BlastResult()
|
Method Summary |
---|
Methods inherited from class org.utgenome.gwt.utgb.client.bio.Read |
---|
accept, downstreamRegion, getColor, getName, getStrand, isAntiSense, isSense, setColor, setName, setStrand, upstreamRegion |
Methods inherited from class org.utgenome.gwt.utgb.client.bio.Interval |
---|
adjustToOneOrigin, atomicSetStartAndEnd, compareTo, contains, contains, correctInterval, follows, getEnd, getStart, hasOverlap, intersect, intersectsWith, length, precedes, setEnd, setStart, toJSONArray, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String seq
public String cigar
public int bitScore
public String eValue
public int identity
public int matchLength
public Properties tag
Constructor Detail |
---|
public BlastResult()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |