[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"doc-detail-125076-en":3,"doc-seo-125076-105":30,"detail-sidebar-cat-0-en-105":95},{"code":4,"msg":5,"data":6},0,"success",{"doc_id":7,"user_id":8,"nickname":9,"user_avatar":10,"doc_module":4,"category_id":11,"category_name":12,"doc_title":13,"doc_description":14,"doc_content":15,"file_id":16,"file_url":17,"file_type":18,"file_size":19,"view_count":20,"is_deleted":4,"is_public":20,"is_downloadable":20,"audit_status":20,"page_count":21,"language":22,"language_code":23,"site_id":24,"html_lang":23,"table_of_contents":25,"faqs":26,"seo_title":27,"seo_description":14,"update_tm":28,"read_time":29},125076,1099514068035,"Ezra","https://ap-avatar.wpscdn.com/davatar_276721f389ce27ea32af1340a28f341c",8,"Research & Report","Machine Learning Approaches for Gene Regulatory Network Inference Using Single-Cell RNA Sequencing Data - Master Thesis","Gene Regulatory Networks (GRNs) explain molecular interactions driving biological processes, and can be modeled as directed gene graphs. GRN inference traditionally used bulk RNA-seq, but single-cell RNA-seq enables high-resolution study of cellular heterogeneity while adding technical noise and variability. This thesis evaluates both unsupervised methods (GENIE3, scGeneRAI) and supervised methods (GNNLink, STGRNS) for GRN inference from single-cell data, using consistent datasets for fair comparisons. Enhancements target GNNLink via TF frequency lookup tables and an unsupervised expression-only training strategy with gene filtering to improve relevance and comparability across ground-truth networks.","University of Padova  \nDepartment of Mathematics “Tullio Levi-Civita”  \nMaster Thesis in Data Science  \nMachine Learning Approaches for Gene Regulatory Network Inference Using Single-Cell RNA Sequencing Data  \nSupervisor Master Candidate  \nProf. Nicolò Navarin Bogdana Živković  \nUniversity of Padova  \nCo-supervisor Student ID  \nProf. Gabriele Sales 2105083  \nUniversity of Padova  \nAcademic Year  \n2023-2024  \nii  \niv  \nAbstract  \nGene Regulatory Networks (GRNs) are essential for understanding the molecular interactions that drive biological processes, from development and metabolism to disease progression. GRNs can be represented as directed networks (or graphs), where nodes correspond to genes and directed edges indicate regulatory interactions between genes. GRN inference, the process of reconstructing these networks, has traditionally been performed using bulk RNA-sequencing (RNA-seq) data. However, the rise of single-cell RNA-sequencing (scRNA-seq) has introduced new opportunities and challenges, enabling the exploration of cellular heterogeneity at unprecedented resolution but also introducing significant technical noise and variability. Methods for GRN inference from scRNA-seq data can be classified into unsupervised and supervised approaches. Unsupervised methods identify regulatory interactions without prior knowledge of gene pairs, while supervised approaches rely on known networks to train models that predict gene interactions. This thesis investigates different machine learning approaches, GENIE3 and scGeneRAI, which are unsupervised, and GNNLink and STGRNS, which are supervised, for GRN inference using scRNA-seq data. Meaningful comparisons of methods were previously impossible because they were not originally tested on the same datasets. To address this, a significant contribution of this thesis is the evaluation and comparison of different methods using consistent datasets, ensuring direct comparability. While the performance of all methods is evaluated, specific enhancements were applied to GNNLink. These enhancements include using transcription factor frequency lookup tables to improve performance and creating an unsupervised version of GNNLink by leveraging only expression data to generate the training set based on Pearson correlation between genes. Additionally, irrelevant genes are filtered out from both the unsupervised approaches and the training set for the unsupervised version of GNNLink, ensuring that the predictions are not only more relevant but also comparable to those of supervised methods when evaluated against various ground-truth networks. By refining these computational methods, this research aims to improve the reliability and applicability of GRN inference across diverse biological contexts.  \nvi  \nContents  \nAbstract v  \nList of figures ix  \nList of tables xi  \nListing of acronyms xiii  \n1 Introduction 1  \n1. 1 Problem Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1  \n1.2 Objectives ................................... 3  \n2 Background 5  \n2.1 Biological Background ............................ 5  \n2.1.1 The Core Concepts of Gene Expression ............... 5  \n2.1.2 Gene Regulatory Networks ...................... 8  \n2.1.3 Gene Regulatory Network Definitions ................ 10  \n2.1.4 Single-cell RNA Sequencing ..................... 12  \n2.2 Graph Structure and GRN Inference Goal .................. 14  \n2.3 GRN Inference with Single-Cell Data ..................... 14  \n2.3.1 Correlation-Based Approaches .................... 16  \n2.3.2 Regression-Based Approaches .................... 16  \n2.3.3 Probabilistic Approaches ....................... 18  \n2.3.4 Dynamical Systems-Based Approaches ................ 18  \n2.3.5 Neural Networks and Deep Learning-Based Approaches ....... 19  \n2.4 Performance Metrics ............................. 21  \n2.4.1 Metrics in Binary Classification .................... 21  \n2.4.2 Imbalanced Datasets ......................... 23  \n3 Datasets 29  ","cbCair5WrwGGGElq","https://ap.wps.com/l/cbCair5WrwGGGElq","pdf",4491061,1,97,"English","en",105,"# 1 Introduction\n## 1.1 Problem Overview\n## 1.2 Objectives\n# 2 Background\n## 2.1 Biological Background\n## 2.2 Graph Structure and GRN Inference Goal\n## 2.3 GRN Inference with Single-Cell Data\n## 2.4 Performance Metrics\n# 3 Datasets\n## 3.1 Datasets from Synthetic Networks\n## 3.2 Datasets from Curated Models\n## 3.3 Experimental Single-Cell RNA-Seq Datasets\n# 4 Methods\n## 4.1 GENIE3\n## 4.2 ScGeneRAI\n## 4.3 GNNLink\n## 4.4 STGRNS\n## 4.5 Contributions\n# 5 Experimental Results\n## 5.1 Chosen Evaluation Metrics\n## 5.2 GRN Inference Methods Assessment\n## 5.3 Variability in Ground-Truth GRNs\n## 5.4 Training Datasets Derived from Expression Data\n## 5.5 Impact of TF Frequency on GRN Inference\n# 6 Conclusion","[{\"question\":\"What is the goal of gene regulatory network (GRN) inference in this thesis?\",\"answer\":\"To reconstruct directed regulatory interactions among genes from single-cell RNA-sequencing data, representing GRNs as graph structures.\"},{\"question\":\"How are the evaluated methods grouped in the thesis?\",\"answer\":\"Methods are classified into unsupervised approaches (GENIE3, scGeneRAI) and supervised approaches (GNNLink, STGRNS), with performance assessed across tasks and datasets.\"},{\"question\":\"Why does the thesis emphasize using consistent datasets for comparison?\",\"answer\":\"Previous comparisons were limited because methods were not tested on the same datasets. Using consistent datasets enables direct, meaningful performance comparisons.\"},{\"question\":\"What enhancements were applied to GNNLink?\",\"answer\":\"The thesis improves GNNLink using transcription factor frequency lookup tables and also builds an unsupervised variant that derives the training set from expression data using Pearson correlation, with irrelevant genes filtered out for better relevance and comparability.\"}]","Machine Learning Approaches for Gene Regulatory Network Inference Using Single-Cell RNA Sequencing Data - Master Thesis | PDF",1785896489,244,{"code":4,"msg":31,"data":32},"ok",{"site_id":24,"language":23,"slug":33,"title":13,"keywords":34,"description":14,"schema_data":35,"social_meta":90,"head_meta":92,"extra_data":94,"updated_unix":28},"machine-learning-approaches-for-gene-regulatory-network-inference-using-single-cell-rna-sequencing-data-master-thesis","",{"@graph":36,"@context":89},[37,54,68],{"@type":38,"itemListElement":39},"BreadcrumbList",[40,44,48,51],{"item":41,"name":42,"@type":43,"position":20},"https://docshare.wps.com","Home","ListItem",{"item":45,"name":46,"@type":43,"position":47},"https://docshare.wps.com/document/","Document",2,{"item":49,"name":12,"@type":43,"position":50},"https://docshare.wps.com/document/research-report/",3,{"item":52,"name":13,"@type":43,"position":53},"https://docshare.wps.com/document/machine-learning-approaches-for-gene-regulatory-network-inference-using-single-cell-rna-sequencing-data-master-thesis/125076/",4,{"url":52,"name":13,"@type":55,"author":56,"headline":13,"publisher":58,"fileFormat":61,"inLanguage":23,"description":14,"dateModified":62,"datePublished":62,"encodingFormat":61,"isAccessibleForFree":63,"interactionStatistic":64},"DigitalDocument",{"name":9,"@type":57},"Person",{"url":41,"name":59,"@type":60},"DocShare","Organization","application/pdf","2026-08-05",true,{"@type":65,"interactionType":66,"userInteractionCount":20},"InteractionCounter",{"@type":67},"ViewAction",{"@type":69,"mainEntity":70},"FAQPage",[71,77,81,85],{"name":72,"@type":73,"acceptedAnswer":74},"What is the goal of gene regulatory network (GRN) inference in this thesis?","Question",{"text":75,"@type":76},"To reconstruct directed regulatory interactions among genes from single-cell RNA-sequencing data, representing GRNs as graph structures.","Answer",{"name":78,"@type":73,"acceptedAnswer":79},"How are the evaluated methods grouped in the thesis?",{"text":80,"@type":76},"Methods are classified into unsupervised approaches (GENIE3, scGeneRAI) and supervised approaches (GNNLink, STGRNS), with performance assessed across tasks and datasets.",{"name":82,"@type":73,"acceptedAnswer":83},"Why does the thesis emphasize using consistent datasets for comparison?",{"text":84,"@type":76},"Previous comparisons were limited because methods were not tested on the same datasets. Using consistent datasets enables direct, meaningful performance comparisons.",{"name":86,"@type":73,"acceptedAnswer":87},"What enhancements were applied to GNNLink?",{"text":88,"@type":76},"The thesis improves GNNLink using transcription factor frequency lookup tables and also builds an unsupervised variant that derives the training set from expression data using Pearson correlation, with irrelevant genes filtered out for better relevance and comparability.","https://schema.org",{"og:url":52,"og:type":91,"og:title":13,"og:site_name":59,"og:description":14},"article",{"robots":93,"canonical":52},"index,follow",{"doc_id":7,"site_id":24},{"code":4,"msg":5,"data":96},[97,101,105,109,114,119,124,127,132,135,139],{"id":20,"doc_module":4,"doc_module_name":46,"category_name":98,"show_sort_weight":99,"slug":100},"Story & Novel",90,"story-novel",{"id":47,"doc_module":4,"doc_module_name":46,"category_name":102,"show_sort_weight":103,"slug":104},"Literature",80,"literature",{"id":53,"doc_module":4,"doc_module_name":46,"category_name":106,"show_sort_weight":107,"slug":108},"Exam",70,"exam",{"id":110,"doc_module":4,"doc_module_name":46,"category_name":111,"show_sort_weight":112,"slug":113},5,"Comic",60,"comic",{"id":115,"doc_module":4,"doc_module_name":46,"category_name":116,"show_sort_weight":117,"slug":118},6,"Technology",50,"technology",{"id":120,"doc_module":4,"doc_module_name":46,"category_name":121,"show_sort_weight":122,"slug":123},7,"Healthcare",40,"healthcare",{"id":11,"doc_module":4,"doc_module_name":46,"category_name":12,"show_sort_weight":125,"slug":126},30,"research-report",{"id":128,"doc_module":4,"doc_module_name":46,"category_name":129,"show_sort_weight":130,"slug":131},9,"Religion & Spirituality",20,"religion-spirituality",{"id":130,"doc_module":4,"doc_module_name":46,"category_name":133,"show_sort_weight":130,"slug":134},"World Cup","world-cup",{"id":136,"doc_module":4,"doc_module_name":46,"category_name":137,"show_sort_weight":136,"slug":138},10,"Lifestyle","lifestyle",{"id":140,"doc_module":4,"doc_module_name":46,"category_name":141,"show_sort_weight":110,"slug":142},19,"General","general"]