OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Data Fields
BlastHit Class Reference

Public Member Functions

def __init__
 

Data Fields

 identifier
 
 aligned_patches
 

Detailed Description

A positive match found by BLAST.

Each blast hit consists of one or more HSPs, encoded by the
:class:`AlignedPatch` class.

.. attribute:: identifier

  The identifier of the matching sequence

.. attribute:: aligned_patches

  list of :class:`AlignedPatch` instances holding the actual HSPs.

Definition at line 42 of file blast.py.

Constructor & Destructor Documentation

def __init__ (   self,
  identifier,
  aligned_patches 
)

Definition at line 57 of file blast.py.

Field Documentation

aligned_patches

Definition at line 59 of file blast.py.

identifier

Definition at line 58 of file blast.py.


The documentation for this class was generated from the following file: