Introduction to Bioinformatics
Example Problem
Goal: identify a disease gene
Situation: Gene mapped to a certain region, which is currently
being sequenced elsewhere.
Strategy: Retrieve new sequences as they are published and look for known or new genes. Test the found genes for relevance to the disease.
Solution
Repeat the following steps every week:
- Data retrieval
- Identification of known gene(s) by database search
- Identification of new gene(s) using gene prediction programs
- Storage of results
- Experimental examination of the found gene(s)
Note that for steps 2 and 3 you may use existing bioinformatics tools.
Recommendation
Write a computer program to automate steps 1 - 4.
Table of Contents.