Data Retrieval and Storage

From 2008.igem.org

(Difference between revisions)
(Perl)
Line 15: Line 15:
!align="center"|[[Data_Retrieval_and_Storage|Data Retrieval]]
!align="center"|[[Data_Retrieval_and_Storage|Data Retrieval]]
!align="center"|[[Modeling|Modeling]]
!align="center"|[[Modeling|Modeling]]
-
!align="center"|[[Principles_of_Evolution%2C_Agents%2C_and_Modeling|Evolutionary Algorithm]]
+
!align="center"|[[Evolutionary Algorithm|Evolutionary Algorithm]]
!align="center"|[[Team:Calgary_Software/Project/Graphical User Interface|Graphical User Interface]]
!align="center"|[[Team:Calgary_Software/Project/Graphical User Interface|Graphical User Interface]]
|}
|}

Revision as of 06:14, 25 October 2008

Calgary banner01.png
Home The Team The Project Modeling Notebook
Data Retrieval Modeling Evolutionary Algorithm Graphical User Interface


Contents

Perl

The first major thing the software team worked on was finding a way to expand the database for EvoGEM. As of that moment, EvoGEM only had a small database of BioBrick parts, and all of those parts were added manually. Since the iGEM registry consisted of hundreds of parts, manually adding parts would not be practical. In addition, these parts were needed so that more sophisticated tests could made with EvoGEM. Also, we wanted to have some way of comparing the parts that were retrieved. If they were enzymes, what reactions were they catalyzing? If they were molecules, what were the molecular structures or other synonyms for these compounds? The answers to these questions would allow EvoGEM to learn and distinguish different molecules and compounds better. How do we accomplish this, though? By creating a Perl script!


Perl is a programming language that is powerful in text processing facilities. Since it uses string matching so well, it is an ideal language for searching text and manipulating text files, which is exactly what is needed for retrieving and expanding the local database for EvoGEM.

UniProt

ChemSpider

The Algorithm

Navigation

Data Retrieval Modeling Evolutionary Algorithm Graphical User Interface
Home The Team The Project Modeling Notebook