vix.ing · top · new · best · stats · spec

Linear-Time Recognition of Probe Interval Graphs

2013/07/21 by Ross M. McConnell, McConnell, Ross M., Yahav Nussbaum +1
Biochemistry, Genetics and Molecular Biology · Computer Science · #Algorithms and Data Compression #DNA and Biological Computing #Data Structures and Algorithms (cs.DS) #FOS: Computer and information sciences #Gene expression and cancer classification

paper · pdf · doi:10.48550/arxiv.1307.5547

openalex publication_date 2013/07/21 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

The interval graph for a set of intervals on a line consists of one vertex for each interval, and an edge for each intersecting pair of intervals. A probe interval graph is a variant that is motivated by an application to genomics, where the intervals are partitioned into two sets: probes and non-probes. The graph has an edge between two vertices if they intersect and at least one of them is a probe. We give a linear-time algorithm for determining whether a given graph and partition of vertices into probes and non-probes is a probe interval graph. If it is, we give a layout of intervals that proves this. We can also determine whether the layout of the intervals is uniquely constrained within the same time bound. As part of the algorithm, we solve the consecutive-ones probe matrix problem in linear time, develop algorithms for operating on PQ trees, and give results that relate PQ trees for different submatrices of a consecutive-ones matrix.

Related