Due: Tuesday 4/22 10:00am

Read the instructions in the code and write the requested code.

Big Test

If you want to test your program on a much larger dataset, I have uploaded an 8000 nucleotide sample dna string in a plain text file on thesource.

  • To use it, save the file in the same directory as your processing sketch (like you would with an image). Then use processing’s loadStirngs method to load the file as a string.
  • You will need to decrease the value of NUC_SIZE in order to view all the data. It would also be useful to turn off displaying the letter in the boxes (adding a boolean parameter to drawBase is the best option here).

l04-dna