-
Notifications
You must be signed in to change notification settings - Fork 0
/
PROJECT_GOALS
27 lines (23 loc) · 1.42 KB
/
PROJECT_GOALS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
This git repository will be used to upload code and other files for the Carbon Flux project.
What we know/have done as of starting this repository:
1. Can use the Python package mfapy to model carbon flux in metabolic pathways. Obtained from research article
2. Know what reactions and pathways we are interested in and their chemistries
3. Have created this git repository to keep track of changes and have a central place to upload code
What our goals are for this project:
1. Create code that models the carbon fluxes along the TCA cycle of E. limosum, with the ability to modulate the
reaction pathway based on need
2. Write a report in Latex about our project
Making this change through Git bash.
To Do List:
1. Made Github Repository - DONE
2. Read through and understand mfapy code - Both work on by end of Tuesday
3. Begin Latex Report, requested premium subscription - DONE
4. Recreate toy models from paper - Both work on by end of Tuesday
5. Try adding a metabolite or reaction to the metabolic model - Wed/Thurs
6. Try using own 13C labelling data and own metabolic model to get fluxes - Wed/Thurs
7. Look at confidence intervals, metabolite sensitivities.
8. Write up results, make powerpoint -- by Dec 6th
First Steps:
- Successfully incorporate bifurcated TCA cycle of E. limosum and calculate fluxes of this
metabolic pathway
- Create jupyter notebook files to accomplish seperate tasks, which will be combined in the final code later