Source-linked AI summary

Gene regulatory network inference: an introductory survey

Vân Anh Huynh-Thu, Guido Sanguinetti

arXiv:1801.04087v2q-bio.QMq-bio.MN

TL;DR

GRN inference asks how to reconstruct regulatory interaction structures from gene-expression measurements when direct interaction measurement is difficult. The chapter surveys the field’s biological and mathematical foundations and categorizes major inference approaches, showing both their usefulness and their assumptions. It presents GRN inference as a mature but incomplete field with widely used methods and important scope limitations.

  • Problem

    Directly measuring regulatory interactions is difficult, motivating computational reconstruction from more accessible gene-expression measurements.

  • Method

    The chapter provides a self-contained tutorial and broad categorization of GRN inference methods according to their statistical principles, assumptions, and semantics.

  • Results

    GRN inference is a mature methodological field with widespread and increasing biomedical applications, although reconstruction remains incomplete.

  • Takeaways & Limitations

    The survey supplies foundational background for understanding existing GRN inference tools and approaching more specialized methods.

  • Takeaways & Limitations

    The introductory review cannot fully cover the breadth of the field, and its simplifying categories do not accommodate all contributions at their intersections.

Abstract

from arXiv · show

Gene regulatory networks are powerful abstractions of biological systems. Since the advent of high-throughput measurement technologies in biology in the late 90s, reconstructing the structure of such networks has been a central computational problem in systems biology. While the problem is certainly not solved in its entirety, considerable progress has been made in the last two decades, with mature tools now available. This chapter aims to provide an introduction to the basic concepts underpinning network inference tools, attempting a categorisation which highlights commonalities and relative strengths. While the chapter is meant to be self-contained, the material presented should provide a useful background to the later, more specialised chapters of this book.

1 Introduction: the biological problem

Gene regulatory networks abstract interactions underlying gene-expression patterns, whose computational reconstruction became feasible through increasingly comprehensive high-throughput measurements. This chapter introduces the biological foundations, available data sources, and methodological categories for GRN inference.

  • Motivation: High-throughput expression measurements made computational reconstruction of gene interactions a central Systems Biology effort.Measuring molecular interactions directly in live cells is difficult, whereas component abundances such as mRNA levels are easier to measure at scale.
  • Chapter scope: The chapter provides a self-contained tutorial covering biological concepts, data sources, mathematical foundations, and broad methodological categories for novice readers.It is intended to prepare readers for more advanced concepts and tools discussed in later chapters.
  • Mechanisms of gene regulation: Gene regulation involves multiple molecular players and control layers, including transcription, epigenetic modification, RNA processing, translation, and degradation.In E. coli, regulators such as FNR and ArcAB respond to oxygen changes through distinct mechanisms; higher organisms add epigenetic controls and other regulatory levels.
  • High-throughput measurement techniques: RNA-seq expanded transcript measurement beyond probe-defined assays by sequencing and mapping cDNA fragments to quantify gene expression.Microarrays comprehensively measured known targets but could bias discovery toward transcripts represented by their probes.
  • High-throughput measurement techniques: NGS-based assays also support protein–DNA binding measurements, with ChIP-seq mapping genomic regions bound by specific DNA-binding proteins.The workflow enriches DNA fragments associated with a selected protein, sequences them, and maps them to a reference genome.

2 Introduction: the mathematical formulation

GRN inference treats gene-expression systems as networks whose nodes and edges abstract biological interactions. Mathematical representations range from directed or undirected graphs to weighted networks that encode data-supported edge strength.

  • Formulation: GRN reverse engineering uses statistical methods to reconstruct interaction structures from high-throughput measurements.These methods provide a common mathematical basis for inferring gene regulatory networks.
  • Networks: A network is a finite set of nodes connected by edges, with directed and undirected forms distinguished by edge orientation and symmetry.In an undirected network, an edge from one node to another is accompanied by the reverse edge.
  • Networks: In GRNs, nodes represent gene-expression levels, while an edge’s precise meaning depends on the mathematical model.Network topology offers a compact visualization of interaction structure but does not by itself specify node behavior or collective dynamics.
  • Weighted networks: Weighted networks attach real-valued weights to edges, naturally representing the data-supported strength of inferred regulatory relationships.This extends bare topology when different edges have different inferred importance.
  • Scope: The chapter’s basic network concepts provide a high-level basis for understanding common GRN reconstruction strategies.The overview is intentionally condensed because network science is a broad interdisciplinary field.

3 Data-driven methods

Data-driven GRN methods assign edge weights from gene-expression measurements and threshold them to infer network structure. Correlation, mutual-information, and regression approaches differ in computational cost, directionality, predictive capability, and susceptibility to indirect associations or noise.

  • Data-driven methods estimate edge weights from gene-expression data, then threshold the resulting weighted network to obtain a topology.This class is generally simple and computationally efficient, scaling with the quadratic number of possible edges.
  • 3.1 Correlation networks: Correlation networks are scalable and widely adopted, but confounding, indirect interactions, limited samples, and nonlinear effects can produce false positives or false negatives.They are intrinsically undirected and provide statistical association rather than quantitative prediction.
  • 3.2 Information theoretic scores: Mutual-information networks capture dependence beyond Pearson linearity and remain scalable, although estimating joint probabilities can be noise-sensitive with medium-small samples.They produce weighted undirected relevance networks and are slightly more computationally intensive than correlation-based methods.
  • 3.3 Regression-based methods: Regression-based methods infer directed edge weights by predicting each gene from the others, often using regularisation or flexible non-parametric models.These methods are popular and scalable, computationally more intensive, and potentially predictive of unobserved gene-expression levels.

4 Probabilistic models

Probabilistic GRN methods model gene-expression dependencies explicitly, either through multivariate distributions or structured Bayesian networks. These approaches provide principled representations but face high-dimensional estimation, modelling, and structural-search limitations.

  • Probabilistic GRN methods explicitly model gene-expression data using global likelihood or Bayesian approaches to identify network structure.
  • 4.1 Gaussian Graphical Models: Gaussian Graphical Models estimate a precision matrix from multivariate-normal expression data, using partial correlations to reduce spurious associations.
  • 4.1 Gaussian Graphical Models: Gaussian Graphical Models require estimating parameters proportional to the square of the number of genes and assume linear relationships through data normality.
  • 4.2 Bayesian Networks: Bayesian networks factorise a joint distribution into local conditional terms over parent sets, requiring directed acyclic graph structures for valid probability distributions.
  • 4.2 Bayesian Networks: Bayesian-network structure learning is combinatorially difficult because the number of candidate structures grows super-exponentially and multiple optima can arise through Markov equivalence.

5 Dynamical models

Dynamical GRN models represent regulatory relationships over time, using Dynamic Bayesian Networks or differential equations. They accommodate temporal structure and, for differential equations, continuous-time interpretation, but retain computational and modelling constraints.

  • 5.1 Dynamic Bayesian Networks: Dynamic Bayesian Networks adapt Bayesian networks to time series by connecting gene states across time points, allowing feedback while automatically satisfying the DAG condition.
  • 5.1 Dynamic Bayesian Networks: Most Dynamic Bayesian Networks use consecutive-time edges and time-independent transition probabilities, adopting a homogeneous first-order Markov approximation.
  • 5.1 Dynamic Bayesian Networks: Dynamic Bayesian Networks simplify structural learning relative to standard Bayesian networks but remain computationally demanding and commonly assume linear dynamics.
  • 5.2 Differential equation methods: Differential-equation models encode gene interactions in parameters governing expression dynamics, with the widely used linear autonomous form represented by an interaction matrix.
  • 5.2 Differential equation methods: Continuous-time differential-equation semantics can support more mechanistic interpretation and reduce the influence of sampling-time choices, while retaining computational and identifiability challenges.

6 Multi-network models

Multi-network models address settings where biological conditions or time points may require different network structures. They either transfer information across related conditions or model network rewiring through time.

  • A single network structure is a strong assumption for heterogeneous data because different biological conditions may activate different pathways.
  • Related-condition methods share information across network-estimation problems by introducing commonality through shared diversity penalties.
  • Time-varying network methods identify change-points and jointly learn related networks across homogeneous stretches of a time series.
  • The chapter points to additional treatments of multi-network ideas in Chapters 2, 10, 11, and 13.

7 Evaluation

Evaluating GRN inference is difficult because regulatory interactions are rarely known at scale and GRNs are sparse. Precision-recall analysis is therefore emphasized for assessing threshold-dependent performance against suitable benchmarks.

  • Gold-standard evaluation is difficult because GRN methods address interactions that are hard to measure directly, while synthetic biology benchmarks remain limited to small networks.
  • Precision and recall are preferred to accuracy for sparse GRNs because accuracy can reward methods that predict mostly absent edges.
  • Precision-recall curves show the trade-off produced by progressively lowering an edge-weight threshold, with random and ideal predictors providing reference behaviors.
  • ROC curves plot recall against false-positive rate, whereas precision-recall curves are more suitable when negatives greatly outnumber positives.

8 Software tools

The chapter catalogs freely available software implementations for major gene regulatory network inference approaches, while noting that no single method is an industry standard. These tools span correlation, mutual information, Bayesian-network, dynamic Bayesian-network, and differential-equation methods.

  • No single gene regulatory network inference method has emerged as an industry standard, and available tools differ widely in usability and implementation.
  • WGCNA, ARACNe, and CLR provide software implementations for weighted correlation or mutual-information-based network inference.
  • Banjo, G1DBN, and GRENITS implement Bayesian-network or dynamic Bayesian-network structure-learning and inference approaches.
  • The software list also includes TSNI, a differential-equation-based method available as a MATLAB package.

9 Discussion and outlook

Gene regulatory network inference is a mature research field with growing biomedical applications, and this chapter offers a broad foundation organized around biological motivation and methodological assumptions. Its coarse categorization is necessarily incomplete, especially for contributions spanning multiple methodological categories.

  • Gene regulatory network inference is a mature methodological field with widespread and increasing applications in biomedical research.
  • The chapter surveys biological motivation, technological advances in data collection, and statistical principles underlying popular inference methodologies.
  • Its coarse categorization emphasizes methods’ assumptions and semantics, but many contributions lie at the intersections of categories.
  • The review cannot fully cover this rich and broad research area within a short introductory chapter.
Loading 1801.04087v2…