BIOINFORMATICS · RESEARCH · 2024 to 2025

GIDAS

Bioinformatics research analyzing differential gene expression in tuberculosis and Alzheimer's disease, using GEO microarray data and STRING protein-protein interaction networks. Output: a published-author credit on a paper about NMDA receptor phosphorylation and LTP impairment in Alzheimer's.

BioinformaticsGEOSTRING Pythonlimma / R Published Author
GSE19444
Active TB cohort
300
Top genes ranked by logFC
250
STRING up + down regulated nodes
1
Peer-reviewed paper credit
01 · TUBERCULOSIS

Differential expression on GSE19444.

Pulled the active-TB whole-blood microarray cohort (GSE19444), ran a standard limma-style differential expression pipeline, and ranked probes and genes by logFC and adjusted p-value.

OutputRowsUse
tuberculosis_GSE19444_ranked_genes.csv~22kTop differentially-expressed genes for downstream analysis.
tuberculosis_GSE19444_ranked_probes.csv~54kProbe-level resolution for ambiguous gene mappings.
tuberculosis_GSE19444_sample_groups.csv~54Active TB vs. latent vs. control labels.
tuberculosis_stringdb_top250_upregulated.csv250STRING-imported up-regulated subnetwork.
tuberculosis_stringdb_top250_downregulated.csv250STRING-imported down-regulated subnetwork.
tuberculosis_stringdb_top300_logFC_desc_with_stats.csv300Top hits with confidence + interaction stats for the writeup.
02 · ALZHEIMER'S

NMDA receptor phosphorylation and LTP.

Parallel work on the Alzheimer's GEO datasets focused on the NMDA receptor signaling pathway. The analysis surfaced upregulated phosphorylation as a candidate contributor to long-term potentiation (LTP) impairment in early-stage AD.

The methodology mirrored the TB pipeline: pull the relevant GEO cohort, run differential expression, intersect with curated KEGG and Reactome pathways, then run STRING enrichment to see which protein-protein interaction modules cluster around the candidate genes. The combination of cross-cohort signal and pathway enrichment was the structure of the contribution to the eventual paper.

03 · PUBLICATION

Author credit on the NMDA paper.

Listed as a contributing author on the publication titled "Upregulated phosphorylation in Alzheimer's disease, NMDA receptors and LTP". The contribution: differential expression analysis, STRING network construction, figure generation.

Bioinformatics is the place where high-school-level statistics and grown-up biology meet. The leverage is real: with the right scripts and the right datasets, a student can produce signal that ends up in a peer-reviewed paper. Project retrospective