{"id":{"repo_id":"uiuc","oai_identifier":"oai:www.ideals.illinois.edu:2142/129209"},"canonical_url":"https://search.dev.ndltd.org/etd/uiuc/oai:www.ideals.illinois.edu:2142/129209","repository":{"repo_id":"uiuc","name":"University of Illinois - Urbana-Champaign","base_url":"https://www.ideals.illinois.edu/oai-pmh"},"display":{"title":"Computational methods for genomic and biomedical data mining","abstract":"Submission original under an indefinite embargo labeled 'Open Access'. The submission was exported from vireo on 2025-10-19 without embargo terms","abstract_html":"Submission original under an indefinite embargo labeled &#x27;Open Access&#x27;. The submission was exported from vireo on 2025-10-19 without embargo terms","abstract_has_math":false,"creators":["Rana, Vishal"],"institution":"University of Illinois Urbana-Champaign","degree_name":"Ph.D.","degree_level":"Dissertation","degree_discipline":"Electrical & Computer Engr","degree_department":null,"school":null,"contributors":["Milenkovic, Olgica","Maslov, Sergei","El-Kebir, Mohammed","Shomorony, Ilan"],"advisors":[],"committee_chairs":[],"committee_members":[],"year":2025,"date_issued":"2025-04-18","date_published":"2025-04-18","updated_at":"2026-07-22T22:25:04Z","subjects":["Geomics","Biomedical Data Mining","Machine Learning","Graph Neural Networks","Large Language Models","Methylation","Epigenetics","Group Testing"],"languages":["en","eng"],"rights":["Copyright 2025 Vishal Rana"],"rights_urls":[],"identifier_entries":[]},"links":{"outbound_url":"https://hdl.handle.net/2142/129209","outbound_label":"Handle","outbound_source":"dc:identifier"},"metadata_groups":[{"id":"people","label":"People","entries":[{"key":"dc:contributor","label":"Contributor","values":["Milenkovic, Olgica","Maslov, Sergei","El-Kebir, Mohammed","Shomorony, Ilan"]},{"key":"dc:creator","label":"Author","values":["Rana, Vishal"]}]},{"id":"academic_context","label":"Academic Context","entries":[{"key":"dc:date","label":"Dc Date","values":["2025-04-18","2025-05"]},{"key":"dc:type","label":"Dc Type","values":["text","Thesis"]},{"key":"thesis:degree_discipline","label":"Discipline","values":["Electrical & Computer Engr"]},{"key":"thesis:degree_level","label":"Degree Level","values":["Dissertation"]},{"key":"thesis:degree_name","label":"Degree Name","values":["Ph.D."]},{"key":"thesis:institution_name","label":"Thesis Institution Name","values":["University of Illinois Urbana-Champaign"]}]},{"id":"subjects_keywords","label":"Subjects and Keywords","entries":[{"key":"dc:subject","label":"Dc Subject","values":["Geomics","Biomedical Data Mining","Machine Learning","Graph Neural Networks","Large Language Models","Methylation","Epigenetics","Group Testing"]}]},{"id":"language_rights","label":"Language and Rights","entries":[{"key":"dc:language","label":"Dc Language","values":["en","eng"]},{"key":"dc:rights","label":"Dc Rights","values":["Copyright 2025 Vishal Rana"]}]},{"id":"identifiers","label":"Identifiers","entries":[{"key":"dc:identifier","label":"Identifier","values":["https://hdl.handle.net/2142/129209"]}]},{"id":"additional","label":"Additional Metadata","entries":[{"key":"dc:description","label":"Description","values":["Submission original under an indefinite embargo labeled 'Open Access'. The submission was exported from vireo on 2025-10-19 without embargo terms","The student, Vishal Rana, accepted the attached license on 2025-04-16 at 13:07.","The student, Vishal Rana, submitted this Dissertation for approval on 2025-04-16 at 13:36.","This Dissertation was approved for publication on 2025-04-18 at 09:48.","DSpace SAF Submission Ingestion Package generated from Vireo submission #21797 on 2025-10-19 at 18:09:26","The rapid growth of high-throughput sequencing technologies and biomedical data generation has necessitated the development of advanced computational methods to extract meaningful insights from complex biological systems. From understanding gene regulation through multi-omics integration to improving disease detection and biomarker discovery, computational approaches - spanning machine learning, graph representation learning, and algorithmic optimization - are transforming biomedical research. This thesis explores three computational methodologies addressing distinct yet interconnected challenges in biomedical data analysis. First, it introduces novel graph neural network (GNN) models that integrate biological knowledge graphs with large language model (LLM)-derived features to enhance link prediction tasks. Second, it presents a framework for analyzing local DNA methylation patterns at CpG sites, demonstrating their critical role in gene expression regulation and cancer heterogeneity. Finally, it proposes a semi-quantitative group testing (SQGT) method for optimizing pathogen detection efficiency using qPCR data. Collectively, these projects highlight the power of computational strategies in unraveling complex biological patterns, improving disease modeling, and optimizing healthcare interventions. Knowledge graphs (KGs) effectively represent complex relationships between biological entities and in conjunction with graph neural networks (GNNs), they have been successfully used for various link prediction tasks. However, biological knowledge graphs are inherently heterogeneous and usually either do not include highly informative node features or use some type of node features to inform the graph topology. In the latter case, adding the node features back to the graph model does not improve the performance of the model, due to strong attribute-topology correlations approaches. Emerging biomedical large language models (LLMs) can be used to extract numerical node features that complement the graph topology and the original features that informed them, but it remains an open problem to determine how to find LLM features that lead to large additional link prediction performance improvements. We propose several new GNN methods for combining LLM features with existing graph topologies that use global and local graph denoising and rewiring protocols, specialized for multipartite heterogeneous graphs. Our methods evaluate how the graph topology aligns with LLM-generated features, and then only add features that best complement the existing topology. We test the proposed approaches on unattributed BioSNAP, PubChem and UniProt graphs and show that they lead to an average 3.5% improvement in link prediction accuracy. Advancements in sequencing technologies have facilitated the generation of large-scale multi-omics datasets, enabling a deeper understanding of cancer onset and progression. Among these, DNA methylation plays a crucial role in gene regulation and tumorigenesis. While conventional analyses primarily focus on global promoter methylation states, emerging evidence suggests that the methylation status of individual CpG sites significantly influences gene expression. In this study, we introduce a framework that defines local methylation patterns—binary representations of CpG methylation states within gene promoters—to investigate their impact on transcriptional regulation across various cancer types. By analyzing patient samples from The Cancer Genome Atlas (TCGA), we identify distinct methylation patterns associated with differentially expressed genes, despite sharing the same global methylation status. Notably, in lung adenocarcinoma (LUAD), distinct ATM promoter methylation patterns correlate with differential gene expression profiles linked to DNA damage response pathways. Our findings highlight the necessity of moving beyond binary methylation classification to a more granular assessment of CpG-specific modifications. This approach provides new insights into tumor heterogeneity and has the potential to improve biomarker discovery, prognosis, and personalized treatment strategies. Pathogenic infections pose a significant threat to global health, affecting millions of people every year and presenting substantial challenges to healthcare systems worldwide. Efficient and timely testing plays a critical role in disease control and transmission prevention. Group testing is a well-established method for reducing the number of tests needed to screen large populations when the disease prevalence is low. However, it does not fully utilize the quantitative information provided by qPCR methods, nor is it able to accommodate a wide range of pathogen loads. To address these issues, we introduce a novel adaptive semi-quantitative group testing (SQGT) scheme to efficiently screen populations via two stage qPCR testing. The SQGT method quantizes cycle threshold (Ct) values into multiple bins, leveraging the information from the first stage of screening to improve the detection sensitivity. Dynamic Ct threshold adjustments mitigate dilution effects and enhance test accuracy. Comparisons with traditional binary outcome GT methods show that SQGT reduces the number of tests by 24% while maintaining a negligible false negative rate."]},{"key":"dc:format","label":"Dc Format","values":["application/pdf"]},{"key":"dc:title","label":"Title","values":["Computational methods for genomic and biomedical data mining"]}]}],"canonical_facts":{"dc:contributor":["Milenkovic, Olgica","Maslov, Sergei","El-Kebir, Mohammed","Shomorony, Ilan"],"dc:creator":["Rana, Vishal"],"dc:date":["2025-04-18","2025-05"],"dc:description":["Submission original under an indefinite embargo labeled 'Open Access'. The submission was exported from vireo on 2025-10-19 without embargo terms","The student, Vishal Rana, accepted the attached license on 2025-04-16 at 13:07.","The student, Vishal Rana, submitted this Dissertation for approval on 2025-04-16 at 13:36.","This Dissertation was approved for publication on 2025-04-18 at 09:48.","DSpace SAF Submission Ingestion Package generated from Vireo submission #21797 on 2025-10-19 at 18:09:26","The rapid growth of high-throughput sequencing technologies and biomedical data generation has necessitated the development of advanced computational methods to extract meaningful insights from complex biological systems. From understanding gene regulation through multi-omics integration to improving disease detection and biomarker discovery, computational approaches - spanning machine learning, graph representation learning, and algorithmic optimization - are transforming biomedical research. This thesis explores three computational methodologies addressing distinct yet interconnected challenges in biomedical data analysis. First, it introduces novel graph neural network (GNN) models that integrate biological knowledge graphs with large language model (LLM)-derived features to enhance link prediction tasks. Second, it presents a framework for analyzing local DNA methylation patterns at CpG sites, demonstrating their critical role in gene expression regulation and cancer heterogeneity. Finally, it proposes a semi-quantitative group testing (SQGT) method for optimizing pathogen detection efficiency using qPCR data. Collectively, these projects highlight the power of computational strategies in unraveling complex biological patterns, improving disease modeling, and optimizing healthcare interventions. Knowledge graphs (KGs) effectively represent complex relationships between biological entities and in conjunction with graph neural networks (GNNs), they have been successfully used for various link prediction tasks. However, biological knowledge graphs are inherently heterogeneous and usually either do not include highly informative node features or use some type of node features to inform the graph topology. In the latter case, adding the node features back to the graph model does not improve the performance of the model, due to strong attribute-topology correlations approaches. Emerging biomedical large language models (LLMs) can be used to extract numerical node features that complement the graph topology and the original features that informed them, but it remains an open problem to determine how to find LLM features that lead to large additional link prediction performance improvements. We propose several new GNN methods for combining LLM features with existing graph topologies that use global and local graph denoising and rewiring protocols, specialized for multipartite heterogeneous graphs. Our methods evaluate how the graph topology aligns with LLM-generated features, and then only add features that best complement the existing topology. We test the proposed approaches on unattributed BioSNAP, PubChem and UniProt graphs and show that they lead to an average 3.5% improvement in link prediction accuracy. Advancements in sequencing technologies have facilitated the generation of large-scale multi-omics datasets, enabling a deeper understanding of cancer onset and progression. Among these, DNA methylation plays a crucial role in gene regulation and tumorigenesis. While conventional analyses primarily focus on global promoter methylation states, emerging evidence suggests that the methylation status of individual CpG sites significantly influences gene expression. In this study, we introduce a framework that defines local methylation patterns—binary representations of CpG methylation states within gene promoters—to investigate their impact on transcriptional regulation across various cancer types. By analyzing patient samples from The Cancer Genome Atlas (TCGA), we identify distinct methylation patterns associated with differentially expressed genes, despite sharing the same global methylation status. Notably, in lung adenocarcinoma (LUAD), distinct ATM promoter methylation patterns correlate with differential gene expression profiles linked to DNA damage response pathways. Our findings highlight the necessity of moving beyond binary methylation classification to a more granular assessment of CpG-specific modifications. This approach provides new insights into tumor heterogeneity and has the potential to improve biomarker discovery, prognosis, and personalized treatment strategies. Pathogenic infections pose a significant threat to global health, affecting millions of people every year and presenting substantial challenges to healthcare systems worldwide. Efficient and timely testing plays a critical role in disease control and transmission prevention. Group testing is a well-established method for reducing the number of tests needed to screen large populations when the disease prevalence is low. However, it does not fully utilize the quantitative information provided by qPCR methods, nor is it able to accommodate a wide range of pathogen loads. To address these issues, we introduce a novel adaptive semi-quantitative group testing (SQGT) scheme to efficiently screen populations via two stage qPCR testing. The SQGT method quantizes cycle threshold (Ct) values into multiple bins, leveraging the information from the first stage of screening to improve the detection sensitivity. Dynamic Ct threshold adjustments mitigate dilution effects and enhance test accuracy. Comparisons with traditional binary outcome GT methods show that SQGT reduces the number of tests by 24% while maintaining a negligible false negative rate."],"dc:format":["application/pdf"],"dc:identifier":["https://hdl.handle.net/2142/129209"],"dc:language":["en","eng"],"dc:rights":["Copyright 2025 Vishal Rana"],"dc:subject":["Geomics","Biomedical Data Mining","Machine Learning","Graph Neural Networks","Large Language Models","Methylation","Epigenetics","Group Testing"],"dc:title":["Computational methods for genomic and biomedical data mining"],"dc:type":["text","Thesis"],"thesis:degree_discipline":["Electrical & Computer Engr"],"thesis:degree_level":["Dissertation"],"thesis:degree_name":["Ph.D."],"thesis:institution_name":["University of Illinois Urbana-Champaign"]},"updated_at":"2026-07-22T22:25:04Z"}