Sequence Alignment with BLAST

The goals of these problem sets are to acquaint you with sequence databases and analysis tools and provide problems to solve so that you become adapt at working with sequence and using the available online tools.

We have organized the course so that we provide you with a set of problems each week that can be solved through one or several of the online databases.

Problem 1

The first problem set focuses on rather simple sequence searches. Searching for a string of As, Gs, Ts, & Cs is made possible through the use of an algorithm that searches for strings of nucleic acid bases or amino acids (or simply letters). The one algorithm that most of us use is called BLAST, which stands for Basic Local Alignment Search Tool. Using this tool one can determine if the sequence that you have is similar to any sequence in biological databases. There are three possible results from a BLAST search of sequence databases.

comments powered by Disqus

Table Of Contents

Previous topic

Introduction

This Page

Edit this document!

This file can be edited directly through the Web. Anyone can update and fix errors in this document with few clicks -- no downloads needed.

  1. Go to Sequence Alignment with BLAST on GitHub.
  2. Edit files using GitHub's text editor in your web browser (see the 'Edit' tab on the top right of the file)
  3. Fill in the Commit message text box at the bottom of the page describing why you made the changes. Press the Propose file change button next to it when done.
  4. Then click Send a pull request.
  5. Your changes are now queued for review under the project's Pull requests tab on GitHub!

For an introduction to the documentation format please see the reST primer.