net.sf.snver.pileup.meta
Class SAMSequenceVoFactory

java.lang.Object
  extended by net.sf.snver.pileup.meta.SAMSequenceVoFactory

public class SAMSequenceVoFactory
extends java.lang.Object

Created by IntelliJ IDEA. User: weicheng hu Date: 10/20/11 Time: 2:37 PM


Method Summary
 boolean checkRecord(net.sf.samtools.SAMRecord record)
           
 SAMSequenceVo createSequenceByCigar(net.sf.samtools.SAMRecord record)
           
static SAMSequenceVoFactory getInstance()
           
 void setMappingQualityThreshold(int mq)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SAMSequenceVoFactory getInstance()

setMappingQualityThreshold

public void setMappingQualityThreshold(int mq)

createSequenceByCigar

public SAMSequenceVo createSequenceByCigar(net.sf.samtools.SAMRecord record)

checkRecord

public boolean checkRecord(net.sf.samtools.SAMRecord record)