 |
|
Oracle Tips by Burleson |
Oracle 10g Sequence Matching and Annotation (BLAST)
Oracle Database 10g helps biologists solve many
problems in the field of bioinformatics. One of the features Oracle
10g provides is Sequence Similarity Search (Sequence Alignment).
Sequence alignment is one of the most common bioinformatics tasks.
It provides a way to compare new sequences with previously
characterized sequences.
The most widely used sequence-matching tool is
BLAST (Basic Local Alignment Search Tool). The BLAST family of
algorithms generates statistics on gapped and un-gapped sequence
alignments. Some of the functions Oracle 10g provides include:
-
Perform a search of nucleotide sequences
using the blastn_match () table function.
-
Perform a search of protein sequences using
the blastp_match () table function
-
Perform a search with translations using
the tblast_match () table function.
-
Retrieve alignment information using
blastin_align (), blastp_align (), or tblast_align () table
functions.
Get the complete Oracle10g story:
To get the code instantly, click here:
Need an Oracle Mentor?
BEI is now offering personal mentors for Oracle DBAs where you can have an
Oracle expert right at your fingertips, anytime day or night. We work with
hundreds of Oracle databases every year, so we know exactly how to quickly
assist you with any Oracle question.
Why risk an unplanned outage? You can now get telephone access to Don
Burleson or any of his Oracle Certified DBAs with more than 20 years of
full-time IT experience. Click here for details:
http://www.dba-oracle.com/service_oracle_backup.htm

|