Team:USTC SOFTWARE/Notebook/Meetings/21 July 2010

From 2010.igem.org

Revision as of 06:00, 13 October 2010 by Jkdirac (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Liao Chen

We decided to model the species (either complex or simple species) using two data structures:

    1. ChainList is used to describe chains of DNA, RNA or Protein molecules. Small molecules are also of such structure with only one element on one chain.
    2. Tree structure is used to describe binding state of elements of different chains. Children nodes bind with each other and form their parent node. Thus, other than chains, a species has its binding state forest, which composed of many trees mentioned above.