org.utgenome.gwt.utgb.client.bio
Class SAMReadLight
java.lang.Object
org.utgenome.gwt.utgb.client.bio.Interval
org.utgenome.gwt.utgb.client.bio.SAMReadLight
- All Implemented Interfaces:
- Serializable, Comparable<Interval>, OnGenome
- Direct Known Subclasses:
- SAMRead
public class SAMReadLight
- extends Interval
Light weight SAMRead
- Author:
- leo
- See Also:
- Serialized Form
Methods inherited from class org.utgenome.gwt.utgb.client.bio.Interval |
adjustToOneOrigin, atomicSetStartAndEnd, compareTo, contains, contains, correctInterval, follows, getColor, getEnd, getStart, hasOverlap, intersect, intersectsWith, length, precedes, setEnd, setStart, toJSONArray |
qname
public String qname
flag
public int flag
unclippedStart
public int unclippedStart
unclippedEnd
public int unclippedEnd
cigar
public String cigar
SAMReadLight
public SAMReadLight()
SAMReadLight
public SAMReadLight(int start,
int end)
toString
public String toString()
- Overrides:
toString
in class Interval
isMate
public boolean isMate(SAMReadLight other)
getName
public String getName()
- Specified by:
getName
in interface OnGenome
- Overrides:
getName
in class Interval
isSense
public boolean isSense()
- Overrides:
isSense
in class Interval
isAntiSense
public boolean isAntiSense()
- Overrides:
isAntiSense
in class Interval
getSequence
public String getSequence()
getQV
public String getQV()
isPairedRead
public boolean isPairedRead()
isMappedInProperPair
public boolean isMappedInProperPair()
isFirstRead
public boolean isFirstRead()
isSecondRead
public boolean isSecondRead()
isUnmapped
public boolean isUnmapped()
unclippedSequenceHasOverlapWith
public boolean unclippedSequenceHasOverlapWith(SAMReadLight other)
unclippedSequenceContains
public boolean unclippedSequenceContains(int startOnGenome)
accept
public void accept(OnGenomeDataVisitor visitor)
- Specified by:
accept
in interface OnGenome
- Overrides:
accept
in class Interval

This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.