public class TabixFeatureReader<T extends Feature,SOURCE> extends AbstractFeatureReader<T,SOURCE>
AbstractFeatureReader.ComponentMethodsBLOCK_COMPRESSED_EXTENSIONS, codec, header| Constructor and Description |
|---|
TabixFeatureReader(java.lang.String featureFile,
AsciiFeatureCodec codec) |
TabixFeatureReader(java.lang.String featureFile,
java.lang.String indexFile,
AsciiFeatureCodec codec) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.util.List<java.lang.String> |
getSequenceNames() |
boolean |
hasIndex()
Whether the reader has an index or not
Default implementation returns false
|
CloseableTribbleIterator<T> |
iterator() |
CloseableTribbleIterator<T> |
query(java.lang.String chr,
int start,
int end)
Return iterator over all features overlapping the given interval
|
getFeatureReader, getFeatureReader, getFeatureReader, getFeatureReader, getHeader, hasBlockCompressedExtension, hasBlockCompressedExtension, setComponentMethodspublic TabixFeatureReader(java.lang.String featureFile,
AsciiFeatureCodec codec)
throws java.io.IOException
featureFile - - path to a feature file. Can be a local file, http url, or ftp urlcodec - java.io.IOExceptionpublic TabixFeatureReader(java.lang.String featureFile,
java.lang.String indexFile,
AsciiFeatureCodec codec)
throws java.io.IOException
featureFile - - path to a feature file. Can be a local file, http url, or ftp urlindexFile - - path to the index file.codec - java.io.IOExceptionpublic boolean hasIndex()
AbstractFeatureReaderhasIndex in class AbstractFeatureReader<T extends Feature,SOURCE>public java.util.List<java.lang.String> getSequenceNames()
public CloseableTribbleIterator<T> query(java.lang.String chr, int start, int end) throws java.io.IOException
chr - start - end - java.io.IOExceptionpublic CloseableTribbleIterator<T> iterator() throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
java.io.IOException