public class CountingPairedFilter extends CountingFilter
| Constructor and Description |
|---|
CountingPairedFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
reallyFilterOut(htsjdk.samtools.SAMRecord record)
Return true if we are to filter this record out, false otherwise.
|
filterOut, filterOut, getFilteredBases, getFilteredRecordspublic boolean reallyFilterOut(htsjdk.samtools.SAMRecord record)
CountingFilterreallyFilterOut in class CountingFilter