

Public Member Functions | |
| SAMPairedEndFileReader (final File file) | |
| CloseableIterator< Alignment > | iterator () |
| CloseableIterator< SAMRecord > | getSAMRecordIterator () |
| void | close () |
| SAMFileReader | getReader () |
| CloseableIterator< Alignment > | query (String sequence, int start, int end, boolean contained) |
| SAMFileHeader | getHeader () |
| Set< String > | getSequenceNames () |
| boolean | hasIndex () |
Static Public Member Functions | |
| static SAMRecord | convertToPairedEndFragment (SAMRecord rec) |
Static Public Attributes | |
| static final int | MAX_INSERT = 2000 |
Also it's trying to accommodate iterators of both SAMRecords and Alignments to be compatible with Scripture/IGV. Annoying.
Note: With move to ScriptureV2, this class was replaced with nextgen.core.writers.PairedEndWriter and nextgen.core.readers.PairedEndReader
| broad.pda.samtools.SAMPairedEndFileReader.SAMPairedEndFileReader | ( | final File | file | ) |
| void broad.pda.samtools.SAMPairedEndFileReader.close | ( | ) |
|
static |
| SAMFileHeader broad.pda.samtools.SAMPairedEndFileReader.getHeader | ( | ) |

| SAMFileReader broad.pda.samtools.SAMPairedEndFileReader.getReader | ( | ) |
| CloseableIterator<SAMRecord> broad.pda.samtools.SAMPairedEndFileReader.getSAMRecordIterator | ( | ) |
| Set<String> broad.pda.samtools.SAMPairedEndFileReader.getSequenceNames | ( | ) |

| boolean broad.pda.samtools.SAMPairedEndFileReader.hasIndex | ( | ) |
| CloseableIterator<Alignment> broad.pda.samtools.SAMPairedEndFileReader.iterator | ( | ) |
| CloseableIterator<Alignment> broad.pda.samtools.SAMPairedEndFileReader.query | ( | String | sequence, |
| int | start, | ||
| int | end, | ||
| boolean | contained | ||
| ) |
|
static |
1.8.7