Annotate a BLAST result
Let us terminate this mini-tutorial with another feature of BeeDeeM: its capability of introducing Features Table data into BLAST result files.
How this feature is possible?
Only if the target databank contains features. A simple FASTA file does not contain such information. However, banks from Uniprot or Genbank do contain such information.
Ok, try this on the command-line:
Among the many types of information, that Swissprot entry contains:
These are: taxonomy ID (OX line), GeneOntology and InterPro ontology IDs (DR lines) and a Features Table (FT lines).
Let's annotate a BLAST result!
Now, you can annotate a BLAST result as follows (we resume the above example where we produce the BLAST file: 1433S_HUMAN.blastp):
Note: during script execution, there is nothing displayed on the terminal whether something goes wrong. However, BeeDeeM logs all its work in a dedicated log file located in ${workingDir}.
A 'zml' file is a dedicated zip-compressed XML format capable of representing what we call a Rich Search Result, i.e. a BLAST data model augmented with Features (standard NCBI BLAST XML format is not capable of doing that).
You can analyze the content of '1433S_HUMAN.zml' using the BLAST Viewer software or by writing your own home-made tool using the Bioinformatics Core API.
Read more about annotating BLAST results with BeeDeeM-managed banks.
Last updated
Was this helpful?