biopython v1.71.0 Bio.SearchIO.BlatIO.BlatPslIndexer
Indexer class for BLAT PSL output.
Link to this section Summary
Functions
Initialize the class
Iterates over the file handle; yields key, start offset, and length
Returns raw bytes string of a QueryResult object from the given offset
Link to this section Functions
Link to this function
__init__()
Initialize the class.
Link to this function
__iter__()
Iterates over the file handle; yields key, start offset, and length.
Link to this function
get_raw()
Returns raw bytes string of a QueryResult object from the given offset.