apollo.analysis.filter
Class TwilightFilter
java.lang.Object
apollo.analysis.filter.TwilightFilter
public class TwilightFilter
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static final org.apache.log4j.Logger logger
certainly_good
protected static int certainly_good
certainly_bad
protected static int certainly_bad
seq_nucleic
protected boolean seq_nucleic
ref_nucleic
protected boolean ref_nucleic
TwilightFilter
public TwilightFilter()
setSeqNucleic
public void setSeqNucleic(boolean nucleic)
setRefNucleic
public void setRefNucleic(boolean nucleic)
setCertainlyBad
protected void setCertainlyBad(int lower_bound)
setCertainlyGood
protected void setCertainlyGood(int upper_bound)
getCertainlyBad
protected int getCertainlyBad()
cleanUpTwilightZone
public FeaturePairI cleanUpTwilightZone(FeaturePairI terminal_span,
FeaturePairI internal_span,
boolean both_terminal,
boolean debug)
throws java.lang.Exception
- Throws:
java.lang.Exception