| Trees | Indices | Help |
|
|---|
|
|
xml.sax.handler.ContentHandler --+
|
_XMLparser --+
|
BlastParser
Parse XML BLAST data into a Record.Blast object All XML 'action' methods are private methods and may be: _start_TAG called when the start tag is found _end_TAG called when the end tag is found
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
Constructor debug - integer, amount of debug information to print
|
BLAST program, e.g., blastp, blastn, etc. Save this to put on each blast record object |
version number and date of the BLAST engine. e.g. "BLASTX 2.2.12 [Aug-07-2005]" but there can also be variants like "BLASTP 2.2.18+" without the date. Save this to put on each blast record object |
a reference to the article describing the algorithm Save this to put on each blast record object |
the database(s) searched Save this to put on each blast record object |
the identifier of the query Important in old pre 2.2.14 BLAST, for recent versions <Iteration_query-ID> is enough |
the definition line of the query Important in old pre 2.2.14 BLAST, for recent versions <Iteration_query-def> is enough |
the length of the query Important in old pre 2.2.14 BLAST, for recent versions <Iteration_query-len> is enough |
the identifier of the query
|
the definition line of the query
|
the length of the query
|
hits to the database sequences, one for every sequence
|
matrix used (-M)
|
expect values cutoff (-e)
|
match score for nucleotide-nucleotide comparaison (-r)
|
mismatch penalty for nucleotide-nucleotide comparaison (-r)
|
gap existence cost (-G)
|
gap extension cose (-E)
|
filtering options (-F)
|
identifier of the database sequence
|
definition line of the database sequence
|
accession of the database sequence
|
raw score of HSP
|
bit score of HSP
|
expect value of the HSP
|
offset of query at the start of the alignment (one-offset)
|
offset of query at the end of the alignment (one-offset)
|
offset of the database at the start of the alignment (one-offset)
|
offset of the database at the end of the alignment (one-offset)
|
frame of the query if applicable
|
frame of the database sequence if applicable
|
number of identities in the alignment
|
number of positive (conservative) substitutions in the alignment
|
number of gaps in the alignment
|
length of the alignment
|
alignment string for the query
|
alignment string for the database
|
Formatting middle line as normally seen in BLAST report
|
number of sequences in the database
|
number of letters in the database
|
the effective HSP length
|
the effective search space
|
Karlin-Altschul parameter K
|
Karlin-Altschul parameter Lambda
|
Karlin-Altschul parameter H
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Feb 5 17:59:50 2013 | http://epydoc.sourceforge.net |