Fetching the latest programs, projects, and workspace data.

The Malaria Genomic Epidemiology Network
Showing 2 of 2 projects. Click any project card for scope, mentors, and proposal studio.
Mentors: Student: Sadat Bashir
This project aims to build a machine-learning taxon classifier for genomic classification in malaria mosquitoes, operating directly on raw sequencing reads (FASTQ files). Accurate taxonomic identification is essential for malaria vector genomics, since many Anopheles mosquitoes are morphologically indistinguishable and misclassification can lead to incorrect downstream analyses, flawed epidemiological interpretation, and suboptimal control strategies. Current approaches typically rely on genotype calls produced by variant-calling pipelines. While effective, these approaches introduce additional computational cost and complexity, and they are less convenient in settings where only raw reads are available. The goal of this project is to develop a lightweight FASTQ-based classifier that can guide a sample to the correct major taxonomic group or downstream genomic resource without requiring full genotyping or fine-scale species splitting. Rather than attempting detailed resolution within closely related complexes at the outset, the classifier will focus on robust assignment to broader taxonomic groupings or reference frameworks, such as An. gambiae, An. funestus, or An. stephensi.
Mentors: Student: Jacob Garber
Identification of close kin is a critical quality control step for genomic analysis, as well as an analytical goal in itself. Demographic processes such as inbreeding, and variation in recombination rate over small genomes, may make accurate relatedness inference challenging for Anopheles taxa. Kinship statistics derived from the condensed Jacquard coefficients offer the possibility of more accurate relatedness estimation, especially where inbreeding is an issue. However, standard tools for these calculations such as NGSRelate are difficult to integrate into Python and use a computationally expensive expectation-maximization algorithm. The recent development of Kindred suggests a constrained least-squares formulation that may be fast enough to be used in an interactive environment. This project will develop a Python library that combines both approaches in a hybrid algorithm that should make estimating the Jacquard coefficients both fast and accurate. This library will be integrated into the MalariaGEN API and make relatedness estimation of Anopheles taxa accessible to a broad audience on Google Colab.