gene42_igraph: gene42 example from SteinLib

gene42_igraphR Documentation

gene42 example from SteinLib

Description

A directed graph representing a Steiner arborescence problem (directed Steiner problems) from a genetic context. This corresponds to gene42 from the steinLib dataset.

Usage

data(gene42_igraph)

Format

An igraph object with 335 nodes and 456 edges

name

Unique identifiers for each vertex - note, not an index despite being character numbers

isTerminal

A boolean flag detailing as to whether a vertex is a fixed node or not

edgeWeight

A belief score between 0 and 1 indicating how strong the evidence is for an interaction

Details

Note: it is only advised to use this, rather difficult, Steiner tree problem in conjunction with an advanced MILP solver like CPLEX.

Source

http://steinlib.zib.de/showset.php?GENE


adamsardar/stoneTrees documentation built on May 20, 2022, 7:38 p.m.