I work on gene expression data, and on whether you can trust what it tells you.
PhD Bioinformatics, University of West London/London
manso.beatriz@gmail.com/GitHub/LinkedIn/CV
Transcriptomics, mostly. In R and Python, mostly. Usually the unglamorous middle part: getting the counts right, picking a model, then working out whether the result survives being tested properly.
I finished my PhD at the University of West London in 2026. I now run the MSc Bioinformatics programme there and teach the computational modules.
Most of what I think about at the moment came out of going back through my own thesis. The classifier in it looked fine. It was not, quite. Some of the performance came from choosing the marker genes on the whole dataset rather than inside each cross-validation fold, which quietly inflates everything downstream. That was not a good week. It is also the most useful thing I have learned.
Gene expression datasets are small and rarely balanced. The brain cancer cohort below has 130 samples, 117 of them tumour. So a model that answers tumour every single time scores 90% accuracy while doing nothing at all.
Accuracy Cohen’s κ
The second result is the one from my own pipeline. Selecting the marker genes on the full dataset instead of inside each fold lifts logistic regression from κ 0.790 to 0.915. About 14% of the headline number was the evaluation, not the biology. I am writing both up now.
University of West London, 2022–2026
Structural, Functional and Genomic Decompensation Analysis of the Brain in Chiari Malformation I Patients
I wrote convolutional and artificial neural networks from scratch in C++, then spent much longer evaluating them than building them. Activation functions chosen by 10×5-fold repeated stratified cross-validation with Friedman testing and Bonferroni-corrected comparisons; benchmarks against logistic regression, SVM and random forests under one protocol.
The benchmarking is the part I would defend hardest. It is also the part that told me the deep model was not earning its complexity.
Older coursework across NGS quality control, microarray analysis, phylogenetics, protein structure and Biopython is archived on GitHub.