1 / 6

A Bridge to Bioinformatics Tools Introducing Programming in Genetics Classes

A Bridge to Bioinformatics Tools Introducing Programming in Genetics Classes Ogun Adebali , Ed Himelblau , Ioannis Tsiligaridis. A Bridge to Bioinformatics Tools. Goals: -Reinforce material learned in the genetics c ourse -Introduce a lgorithm thinking

stamos
Download Presentation

A Bridge to Bioinformatics Tools Introducing Programming in Genetics Classes

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. A Bridge to Bioinformatics Tools Introducing Programming in Genetics Classes OgunAdebali, Ed Himelblau, IoannisTsiligaridis

  2. A Bridge to Bioinformatics Tools Goals: -Reinforce material learned in the genetics course -Introduce algorithm thinking -Introduce computation for biological problems -Bridge genetics to bioinformatics tools

  3. A Bridge to Bioinformatics Tools Philosophy: It is important for students to make connections between classical and molecular genetics. Exposure to programing using the genetic code will introduce students to bioinformatics concepts central to modern biology. Low barrier to implementation…it should fit easily into a genetics course and take little time (1 lecture + 1 homework). (but can be expanded to more complex questions…)

  4. A Bridge to Bioinformatics Tools Resources: -Instructor Guide -PERL code for aligning sequences -FASTA files * * Round/Winkled Peas (SBE1 WT and mutant alleles) Sickle Cell Anemia (HBB WT and mutant alleles) * Common examples in genetics courses

  5. A Bridge to Bioinformatics Tools Description: Pea shape and sickle cell anemia are both cases in which wildtype and mutant alleles have unique phenotypes. Students study the inheritance of these alleles. Students will write a program to compare wildtype and mutant sequence to discover the DNA changes that underlie the phenotypes.

  6. A Bridge to Bioinformatics Tools Programming is useful: An introduction to algorithmic thinking in general is offered for student preparation in programming. The problem of two-sequence alignment (global/local) will be examined and a solution in PERL will be given (With/without gaps). Early exposure of biologists to these ideas could influence attitudes toward using programming in future plans. We prefer to work with PERL because of the relatively easy syntax and steps of programming. Profile/consensus will be examined depending on time.

More Related