Glycolysis Bottlenecks in Cancer Cells
ISEF Category: Biochemistry
Ready to Turn This Idea Into a Real Project?
This guide was put together with the help of AI research tools to give you a solid starting point. But a competitive science fair project lives in the details: refining your research question, fine-tuning your variables, analyzing your data, and presenting your findings like a seasoned scientist.
For next steps tailored to your interests, skill level, and timeline, work one-on-one with a MehtA+ mentor. Learn more about MehtA+ Science & Engineering Research Mentorship →
Subcategory: General Biochemistry · Difficulty: Advanced · Setup: Home Setup · Time: Full Year
The Hook
Cancer cells can reroute sugar use the way a city reroutes traffic after a bridge closes. Glycolysis sits at the center of that traffic. If one enzyme slows the whole chain, that step can become a bottleneck you can predict on a computer. You can test that idea with public pathway maps and flux-balance analysis.
What Is It?
This project starts by rebuilding glycolysis, the pathway cells use to break glucose into smaller pieces and make usable energy. A minimal pathway keeps only the core reactions, so you can see which enzymes matter most without a lot of extra noise. KEGG and MetaCyc give you the reaction map, while COBRApy turns that map into a model you can test on a computer.
Flux-balance analysis, or FBA, is like a budget spreadsheet for metabolism. You set rules for what the cell can take in and what it needs to make, then the software estimates how flow moves through the network. If one enzyme change causes the whole flow to drop, that step is a likely bottleneck.
Why This Is a Good Topic
This is a strong science fair topic because the question is narrow, measurable, and based on public data. You are not guessing which enzyme matters, you are building a model and testing how the pathway responds when the rules change. The topic connects to cancer metabolism, drug target ideas, and systems biology, so your results can mean something beyond one diagram. You can also learn real modeling skills, data cleanup, and how to judge whether a prediction stays stable across different assumptions.
Research Questions
- Which glycolysis enzymes become the top bottlenecks when the model uses cancer-like glucose and oxygen constraints?
- What is the effect of switching the objective from ATP production to biomass production on the bottleneck ranking?
- Does using KEGG rather than MetaCyc change which reactions look essential in the minimal pathway?
- To what extent do predicted bottlenecks change across different cancer cell line expression profiles?
- How does simulated inhibition of each glycolysis enzyme change total ATP output in the model?
- What is the effect of adding an alternate glucose route, such as the pentose phosphate pathway, on glycolysis flux?
Basic Materials
- Computer with internet access.
- Python environment.
- Jupyter Notebook or VS Code.
- COBRApy package.
- pandas and NumPy.
- Spreadsheet software for tracking model variants.
- Public KEGG and MetaCyc pathway tables.
Advanced Materials
- Access to a university workstation or server with at least sixteen GB RAM.
- Public cancer cell line expression datasets from DepMap.
- Public CRISPR essentiality data for validation.
- Pathway visualization software such as Cytoscape.
- Optional MATLAB access if you want to compare COBRApy with the COBRA Toolbox.
Software & Tools
- Python: Runs the model-building and analysis scripts.
- COBRApy: Builds flux-balance models and tests reaction constraints.
- Jupyter Notebook: Keeps code, notes, and figures in one place.
- pandas: Cleans pathway tables and gene expression data.
- Cytoscape: Draws pathway maps and highlights candidate bottlenecks.
Experiment Steps
- Define the biological question, then decide whether you care most about ATP demand, biomass demand, or enzyme sensitivity.
- Build a clean reaction list by matching glycolysis enzymes across KEGG and MetaCyc, then resolve ID conflicts.
- Choose the constraints your model will obey, such as glucose intake, oxygen availability, and cancer-like biomass demand.
- Run a standard flux-balance model, then rank enzymes by how much the solution changes when each step is limited or removed.
- Compare at least two data sources or cell line profiles to see which bottlenecks stay stable.
- Turn the outputs into a pathway map, a sensitivity ranking, and one validation check against public cancer metabolism data.
Common Pitfalls
- Mixing gene names, enzyme names, and reaction IDs across KEGG and MetaCyc, which creates duplicate or missing steps.
- Building a model with no alternate sinks or sources, which makes flux-balance results look cleaner than biology allows.
- Comparing cancer and normal cells without matching the same medium or nutrient constraints, which hides the real bottleneck shift.
- Treating the highest-flux reaction as the most important one, even when sensitivity analysis shows a different enzyme controls the pathway.
- Ignoring reversible steps and cofactor balance, which can make the model predict impossible glycolysis routes.
What Makes This Competitive
A strong version goes beyond one pathway map. You compare at least two curated databases, test how sensitive the bottleneck list is to each constraint, and check the ranking against public cancer omics or CRISPR essentiality data. Adding a sensitivity scan turns the project from a static model into a test of how stable the prediction really is. That kind of analysis feels much closer to real systems biology.
Project Variations
- Compare bottleneck enzymes across glycolysis in breast, lung, and colon cancer cell line models.
- Swap the pathway focus to the pentose phosphate shunt and test whether the same constraints create new bottlenecks.
- Use public gene expression data to rank glycolysis enzymes by predicted control instead of only using reaction flux.
Learn More
- KEGG Pathway Database: Search the glycolysis map and enzyme links in the pathway browser.
- MetaCyc: Compare curated reactions and enzyme annotations for metabolic pathways.
- COBRApy Documentation: Read the tutorials and API guide for flux-balance modeling.
- PubMed: Search review articles on glycolysis, cancer metabolism, and flux-balance analysis.
- DepMap Portal: Explore public gene dependency and expression data for cancer cell lines.
- NCBI Bookshelf: Find textbook-style chapters on glycolysis and metabolic control.
