1 / 7

BABA

BABA. Basic-Algorithms-of-Bioinformatics Applet. Why?. Interactive demos helps a lot to understand a problem Very few interactive works available on the net only for simple dynamic programming limited parameters really ugly source code rarely available. Goals.

cana
Download Presentation

BABA

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. BABA Basic-Algorithms-of-Bioinformatics Applet

  2. Why? • Interactive demos helps a lot to understand a problem • Very few interactive works available on the net • only for simple dynamic programming • limited parameters • really ugly • source code rarely available

  3. Goals • Make algorithms fully understandable and interactive: • Simple Dynamic Programming Table • Needleman & Wunsch • Smith & Waterman Local Search • Four Russians • Easy to use • Highlight the important aspects • Let the user play with the parameters

  4. Implementation • Java 1.2 compatible • Applet running on • Browser (on the net) • Applet viewer • Swing + Graphics 2D: nice to see!

  5. Basic layout for other DP algorithms • Easy to extend! • The four algorithms extends • The basic graphic grid class • The interface • The algorithm execution model • published under GPL

  6. Let’s see some action!

  7. Info • ~ 8600 lines of code • Basic Grid • DP Grid • NW Grid • SW Grid • FR Grid • Basic DP Algorithm • NW Algorithm • SW Algorithm • Four Russians Sweeeet BABA!

More Related