LAGE: A Java Framework to reconstruct Gene Regulatory Networks from Large-Scale Continues Expression Data
Yang Lu, Mengying Wang, Kenny Q. Zhu, Bo Yuan

TL;DR
LAGE is a Java-based framework that efficiently reconstructs large-scale gene regulatory networks from continuous gene expression data using a divide-and-conquer approach with recursive partitioning and community detection.
Contribution
It introduces a scalable, parallel framework that partitions genes into overlapping communities for efficient network reconstruction and functional module mining.
Findings
Successfully reconstructs large gene regulatory networks
Enables parallel processing for scalability
Facilitates functional module discovery
Abstract
LAGE is a systematic framework developed in Java. The motivation of LAGE is to provide a scalable and parallel solution to reconstruct Gene Regulatory Networks (GRNs) from continuous gene expression data for very large amount of genes. The basic idea of our framework is motivated by the philosophy of divideand-conquer. Specifically, LAGE recursively partitions genes into multiple overlapping communities with much smaller sizes, learns intra-community GRNs respectively before merge them altogether. Besides, the complete information of overlapping communities serves as the byproduct, which could be used to mine meaningful functional modules in biological networks.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGene Regulatory Network Analysis · Microbial Metabolic Engineering and Bioproduction · Bioinformatics and Genomic Networks
