Cell type vulnerability in Alzheimer's Disease (SEA-AD data - v2) — Analysis Notebook

CI-generated notebook stub for analysis SDA-2026-04-03-gap-seaad-v2-20260402032945. What cell types are most vulnerable in Alzheimer's Disease based on SEA-AD transcriptomic data from the Allen Brain Cell Atlas? Identify mechanisms of cell-type-specific vulnerabil

📊 Related Analysis: Cell type vulnerability in Alzheimer's Disease (SEA-AD data - v2) (neurodegeneration)

Notebook Overview

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

Cell Navigator

MarkdownCell type vulnerability in Alzheimer's Disease (SEA-AD data - v2)MarkdownDebate SummaryMarkdown1. Target gene annotations (MyGene)Codeimport pandas as pdIn [1]Markdown2. GO Biological Process enrichment (Enrichr)Codego_bp = [{'rank': 1, 'term': 'Chemokine (C-X-C Motif) Ligand 12 Signaling In [2]Codeimport matplotlib.pyplot as pltIn [3]Markdown3. STRING protein interaction networkCodeppi = [{'protein1': 'APOE', 'protein2': 'TREM2', 'score': 0.986, 'nscore':In [4]Codeimport mathIn [5]Markdown4. Reactome pathway footprintCodepw_rows = [{'gene': 'AND', 'n_pathways': 0, 'top_pathway': '—'}, {'gene': In [6]Markdown5. Hypothesis ranking (7 hypotheses)Codehyp_data = [('Microglial TREM2-Complement Axis Modulation', 0.726), ('OligIn [7]Codelabels = ['Microglial TREM2-Complement Axis Modulat', 'Oligodendrocyte DNAIn [8]Markdown6. PubMed literature per hypothesisMarkdownHypothesis 1: Microglial TREM2-Complement Axis ModulationCodeprint('No PubMed results for hypothesis h-3616325a')In [9]MarkdownHypothesis 2: Oligodendrocyte DNA Repair Enhancement TherapyCodeprint('No PubMed results for hypothesis h-fa7ac9cb')In [10]MarkdownHypothesis 3: Astrocyte Metabolic Reprogramming via APOE4 CorrectionCodelit_data = [{'year': '2013', 'journal': 'J Inflamm (Lond)', 'title': 'BMP4In [11]MarkdownHypothesis 4: BMP4 Pathway Inhibition for Oligodendrocyte Myelination SuppCodeprint('No PubMed results for hypothesis h-e064f134')In [12]MarkdownHypothesis 5: Cross-Cell Type Synaptic Rescue via Tripartite Synapse RestoCodeprint('No PubMed results for hypothesis h-019c56c1')In [13]MarkdownHypothesis 6: Neuronal Integrated Stress Response ModulationCodeprint('No PubMed results for hypothesis h-5137be61')In [14]
Showing the first 28 of 33 cells.

💬 Discussion