next up previous
Next: Experiment 1: Content Up: Efficiency of Shared-Memory Previous: Research Questions

Experimental Design

The BLAST algorithm has three major variations in common use. BLASTN compares a DNA sequence against a DNA database. BLASTP compares a protein sequence against a protein database. BLASTX compares a DNA sequence against a protein database by running the algorithm six times for the six different ways of translating a DNA sequence into a protein sequence. Of these three algorithms, BLASTN takes the least amount of time because it uses the simplest cost function for mismatches. BLASTP and BLASTX take a similar amount of time for each search, but BLASTX is several times slower because it does six searches for each sequence.

The machines used in the experiments are listed in Table gif.

  
Table: SMP machine characteristics

The experiments are designed in two stages. The first stage tests the first two hypotheses: that BLAST run time is proportional to sequence length and that performance is independent of sequence content. The second stage measures the throughput and response time performance of BLAST on each of the three multiprocessors. The results from the first stage are used to determine the sequences used in the second stage.



Ed H. Chi
Wed May 1 17:13:37 CDT 1996

The views and opinions expressed in this page are strictly those of the page author.
The contents of this page have not been reviewed or approved by the University of Minnesota.