Contribution:
Model
A computational model for exosome migration developed in C++. The model can be used for in
silico experiments to assess the effectiveness of an exosome delivery method.
The model treats cells in a 2D line, and with a simple multiplication, a 2D circle: the cell
that produces the exosome is in the start of the line or the center of the circle.
The model calculates how many exosomes enter a cell, and how many cells are affected, taking
into consideration:
(1) a probability factor k (probability that an exosome will be inserted in the first cell it
encounters and not the next ones),
(2) the number of receptors of a cell,
(3) the number receptors needed to include an exosome and
(4) how often the receptors are renewed and available to accept more exosomes.
All the above are parametrizable variables. Each iteration of the program uses complex if
structures, loops, objects, and queues. With simple calculations the 2D shape can be turned into
a 3D visualization.
You can find the executable code in our github
page.
You may find more details of the functionality of our whole model here.
Contribution:
Handbooks
As a team we had a long, tough, exhausting but amazing iGEM journey. Learning from our mistakes,
we want to pass our epiphanies to the next person who will be in our shoes. Here are two guides.
"How To iGEM"
A thorough handbook for someone who may not yet know what the iGEM acronym stands for, but even
for someone who has 2 months left for the wiki freeze. We sincerely think it fits all shapes and
sizes of future iGEM participants. We would like to acknowledge KOREA_HS, our high school
partner team, who enriched this guide from their high school team perspective. Developing this
guide exceeded the limits of a simple collaboration or partnership and gave both teams the
opportunity to see iGEM from a different perspective. We realized how similar but still unique
each team’s experiences are and managed to familiarize and bond with much younger people from
another peninsula!
Risk Factor
Calculator
A novel online osteoarthritis risk calculator that uses medical evidence from recent high
evidence level medical publications to estimate personalized risk for osteoarthritis.
The Osteoarthritis Risk Calculator is available online. The citizen can visit the page
anonymously and provide a few personal details (related to occupation, hobbies, musculoskeletal
injuries, and common health conditions and behaviours). The information is used against the
available evidence coded into the dynamic risk repository to determine whether the person
satisfies any of the conditions for osteoarthritis risk, based on the medical evidence encoded
in the dynamic risk repository. If any risk is identified, the likelihood (or odds) of getting
osteoarthritis is presented together with the causing agent or exposure and the pointer to the
scientific publication presenting the respective evidence.
The NOUS OA Risk Calculator is expandable and can include new risk evidence when this is
published.The tool is based on the CARRE health risk ontology and expands the CARRE health risk database
(CARRE is an EU FP7 ICT
project, Contract No. 611140).
During development, we conducted a structured literature research and identified 28
osteoarthritis risk associations. They were described using the CARRE ontology and submitted as
a contribution to the CARRE online risk factor repository.
Use the NOUS OA Risk Calculator AEGLE here.
Learn more about the software and the medical evidence behind the tool
here
Get the software from Github here.