<< back to KSI Online Catalog page

CIS324 Bioinformatics I

Instructor: Falcon Chu
Email: helpdesk@ksi.edu
Phone: 847 679-3135
Fax: 847 679-3166

Course Description

This course is intended as a hands-on laboratory experience for all students intending to acquire programming skills in bioinformatics. It is the first class in a three-course sequence. Perl has become the most extensively used programming language in the field, and our objective is to enable students to write effective bioinformatics programs using this language. The class has no formal prerequisites, but those enrolling should have a basic knowledge of programming and distributed systems.

Textbook

Text: Beginning Perl for Bioinformatics, by James D. Tisdall
Publisher: O'Reilly & Associates, Inc (ISBN 0-596-00080-4)

Hardware and Software The essential software for the course is open-source and should be installed on an IBM-compatible PC under Windows 98, NT, ME, 2000 or XP. In addition, these online documents are available for reference:

  • ActiveState's Perl, v. 5.8.6 or higher versions built for MSWin32-x86-multithread (www.perl.org)
  • CPAN (Comprehensive Perl Archive Network) script v. 1.01 and CPAN.pm v.1.7601 (www.cpan.org)
  • ActiveState's Perl/Tk v. 804.027 (www.PerlTk.org), a document that can be downloaded from CPAN

Course Requirements

Successful completion of the course requires writing five programming assignments and finishing four tests. The programming assignments will be 50% of the grade, the tests 40% and class participation 10%.

Students must submit assignments and projects by the due date in order to avoid losing credit for lateness. Students will receive an Incomplete if they fail to submit two or more of the assignments and projects and miss either the mid-term or final exam. Students will fail the course if they attend less than half of the classes or fail to submit three or more assignments and projects. Students receiving an Incomplete will have 15 days to complete all unfinished work. Receiving an Incomplete at the end of the term will preclude receiving more than a "B" for the final grade.

Each student will submit original work in order to receive credit for the course. Please consult the KSI Policy on Academic Dishonesty. Team members are expected to cooperate only with members of their own team. Programs are to be run on an IBM PC or similar products such as are available in the computing labs, using the ActiveState's Perl software already indicated. Perl and Perl/Tk source programs with the extension .pl and Perl module program with .pm are to be submitted as an email attachment for each project assigned. Students should keep backup copies of each program.

Course Topics:

  1. Molecular Biology and Computer Science
  2. Getting started with Perl
  3. Sequence and Strings
  4. Motifs and Loops
  5. Lab/Seminar
  6. Subroutines and Modules
  7. Mutations
  8. Genetic Code I
  9. Genetic Code II
  10. Lab/Seminar
  11. Restriction Maps and Regular Expressions I
  12. Restriction Maps and Regular Expressions II