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>, GenomeRange
- 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
iSize
public int iSize
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 GenomeRange
- Overrides:
getName
in class Interval
isSense
public boolean isSense()
- Specified by:
isSense
in interface GenomeRange
- Overrides:
isSense
in class Interval
isAntiSense
public boolean isAntiSense()
- Specified by:
isAntiSense
in interface GenomeRange
- 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(GenomeRangeVisitor visitor)
- Specified by:
accept
in interface GenomeRange
- Overrides:
accept
in class Interval
Copyright © 2007-2012 utgenome.org. All Rights Reserved.