Courses
BIOIN 301 - Bioinformatics I. Introduction to computational tools and databases used in the collection and analysis of sequence data and other analytical data from high-throughput molecular biology studies. Students will use existing tools, learn the underlying algorithms and their limitations, and will write programs to perform bioinformatic analysis.
AFNS 460 - Applied bioinformatics. Introduction to databases, software tools, and analysis methods used to characterize DNA and protein sequences. Topics include information retrieval from sequence databases, protein function prediction, assessing sequence similarity, biological pathway analysis, measuring gene expression, proteomics, and protein identification.
Guides
Linux for bioinformatics - an introduction to the use of Linux for bioinformatics. This guide describes how to access a Linux user account, basic shell commands, permissions, redirecting output, piping output, working with tar and zip files, copying files to a Linux account, the Linux file system, EMBOSS, clustalw, remote_blast_client.pl, the .bashrc file, vi, and shell scripts.
Written by: Paul Stothard.
Download: linux_for_bioinformatics.pdf.
Programming in Perl - these collections of simple programs are intended to introduce the Perl programming language to students with little or no programming experience. Detailed comments inside the programs describe what each line of code does when executed. Students are encouraged to type (without the comments), edit, and run these programs. By doing so they will become familiar with the notations used by Perl, and the error messages that arise from common typos. Note that these programs are not meant to illustrate the best way to complete a particular task. Several features of Perl have been omitted for the sake of simplicity. Students may wish to write faster or more compact versions of these programs using subroutines, objects, or more complex regular expressions.
Written by: Paul Stothard.
Download: learning_perl_tutorial_part_I.zip, learning_perl_tutorial_part_II.zip, learning_perl_tutorial_part_III.zip.
