public class InsertSizeFilter extends java.lang.Object implements SamRecordFilter
| Constructor and Description |
|---|
InsertSizeFilter(int minInsertSize,
int maxInsertSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
filterOut(SAMRecord rec)
Determines whether a SAMRecord matches this filter
|
boolean |
filterOut(SAMRecord r1,
SAMRecord r2)
Determines whether a pair of SAMRecords matches this filter
|
public boolean filterOut(SAMRecord rec)
SamRecordFilterfilterOut in interface SamRecordFilterrec - the SAMRecord to evaluatepublic boolean filterOut(SAMRecord r1, SAMRecord r2)
SamRecordFilterfilterOut in interface SamRecordFilterr1 - the first SAMRecord to evaluater2 - the second SAMRecord to evaluate