Difference between revisions of "CSC334 Lab3"
(New page: =DNA Sequence Alignment with Processing--A First Approach= In this lab you will use a DNA alignment program written in Processing to explore the concept of aligning DNA sequences. You ...) |
(→Methodology) |
||
Line 6: | Line 6: | ||
==Methodology== | ==Methodology== | ||
+ | |||
+ | * Open the Processing edit window. | ||
+ | * Copy and paste the following program into the edit window: [[CSC334_DNA_Align_pde | DNA_Align.pde ]]. | ||
+ | * Save your program as '''DNA_Align.pde''' | ||
==Resources and Links== | ==Resources and Links== |
Revision as of 19:47, 23 July 2008
DNA Sequence Alignment with Processing--A First Approach
In this lab you will use a DNA alignment program written in Processing to explore the concept of aligning DNA sequences.
You may want to install Processing on your machine if it is not installed yet, and run through the very good tutorial listed in the resource section at the end to understand the basics of Processing. In this lab, however, we won't use any sophisticated 2- or 3-D graphics. Just moving text.
Methodology
- Open the Processing edit window.
- Copy and paste the following program into the edit window: DNA_Align.pde .
- Save your program as DNA_Align.pde
Resources and Links
- A good tutorial on Processing can be found here File:ProcessingTutorial.pdf
- The main page for syntax help on Processing is processing.org/reference. A quick way to find information on a given topic in Processing, say on rectangles, is to enter something like this in the Google search bar: site:processing.org rectangle.