Ferroptosis in ALS and motor neuron disease: GPX4, lipid peroxidation, and iron chelation therapies — Analysis Notebook

CI-generated notebook stub for analysis SDA-2026-04-16-gap-ferroptosis-als-d2fb6bf796ed. Iron-dependent cell death (ferroptosis) as a mechanism in ALS and motor neuron diseases. Focus on GPX4 (glutathione peroxidase 4), lipid peroxidation, system Xc- cystine/glutamate

📊 Related Analysis: Ferroptosis in ALS and motor neuron disease: GPX4, lipid peroxidation, and iron chelation therapies (neurodegeneration)

Notebook Overview

Cells
33
Markdown
17
Code
16
Executed
16
Output Cells
16
Kernel
Python 3
Language
python 3.13.12
Notebook
v4.5
Created: 2026-04-18
Download .ipynb

Cell Navigator

MarkdownFerroptosis in ALS and motor neuron disease: GPX4, lipid peroxidation, andMarkdownDebate SummaryMarkdown1. Target gene annotations (MyGene)Codeimport pandas as pdIn [1]Markdown2. GO Biological Process enrichment (Enrichr)Codego_bp = [{'rank': 1, 'term': 'Lipoxygenase Pathway (GO:0019372)', 'p_valueIn [2]Codeimport matplotlib.pyplot as pltIn [3]Markdown3. STRING protein interaction networkCodeppi = [{'protein1': 'GABPA', 'protein2': 'KEAP1', 'score': 0.457, 'nscore'In [4]Codeimport mathIn [5]Markdown4. Reactome pathway footprintCodepw_rows = [{'gene': 'ALOX15', 'n_pathways': 8, 'top_pathway': 'Synthesis oIn [6]Markdown5. Hypothesis ranking (7 hypotheses)Codehyp_data = [('GPX4 Selenopeptide Mimetics as Neuroprotective Ferropto', 0.In [7]Codelabels = ['GPX4 Selenopeptide Mimetics as Neuroprot', 'NRF2-KEAP1 Pathway In [8]Markdown6. PubMed literature per hypothesisMarkdownHypothesis 1: GPX4 Selenopeptide Mimetics as Neuroprotective Ferroptosis BCodelit_data = [{'year': '2023', 'journal': 'Cell Death Differ', 'title': 'SPYIn [9]MarkdownHypothesis 2: NRF2-KEAP1 Pathway Activation to Coordinate Multi-Layer AntiCodeprint('No PubMed results for hypothesis h-64c36c7c')In [10]MarkdownHypothesis 3: Microglial xCT/SLC7A11 Selective Inhibition to Reduce Non-CeCodeprint('No PubMed results for hypothesis h-aecdf76b')In [11]MarkdownHypothesis 4: ALOX15 Inhibition Combined with Selenium Augmentation for SyCodeprint('No PubMed results for hypothesis h-d645402b')In [12]MarkdownHypothesis 5: GCH1/BH4 Axis Stabilization for Dual Ferroptosis and MitochoCodelit_data = [{'year': '2023', 'journal': 'Cell Death Differ', 'title': 'SPYIn [13]MarkdownHypothesis 6: H63D HFE Genotype-Guided Iron Chelation Therapy for Subset-SCodeprint('No PubMed results for hypothesis h-25be864e')In [14]
Showing the first 28 of 33 cells.