|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.snver.pileup.meta.SAMSequenceVo
public class SAMSequenceVo
Facade Object to present the SAM Record
Created by IntelliJ IDEA. User: weicheng hu Date: 10/20/11 Time: 2:24 PM
| Constructor Summary | |
|---|---|
SAMSequenceVo(net.sf.samtools.SAMRecord record)
Constructor |
|
| Method Summary | |
|---|---|
int |
compareTo(SAMSequenceVo seq)
|
void |
echo()
Print the original record information |
java.lang.String |
getSequenceName()
Get sequence name |
boolean |
isEmpty()
Check base and score are empty |
java.lang.String[] |
pop()
Return a Pair for a single base and score pair |
void |
print()
Print some of information |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SAMSequenceVo(net.sf.samtools.SAMRecord record)
record - SAMRecord| Method Detail |
|---|
public void echo()
public void print()
public boolean isEmpty()
public java.lang.String[] pop()
public int compareTo(SAMSequenceVo seq)
compareTo in interface java.lang.Comparable<SAMSequenceVo>seq - SAMSequenceVo
Comparable.compareTo(Object)public java.lang.String getSequenceName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||