Project 1 - DNA Example of Polymorphism
Technology: Java, Eclipse
This project involved displaying data about example biological sequences. This kind of data is
good for experimenting with polymorphism because there are subtypes of DNA sequences such as
genomic DNA sequences and protein sequences.
Project Files
Sequence.java (click on image to download file):
DNASequence.java (click on image to download file):
GenomicDNASequence.java (click on image to download file):
ProteinSequence.java (click on image to download file):
BioSeqData.java (click on image to download file):
Example output of BioSeqData.java: