sampleInfluenceGraph {DriverNet}R Documentation

Sample influence graph

Description

A binary matrix representing influence graph between genes.

Usage

data(sampleInfluenceGraph)

Format

A two-dimensional binary matrix. The row and column names are gene names. If two genes i and j are in the same pathway, sampleInfluenceGraph[i, j] = 1.

Examples

data(sampleInfluenceGraph)

[Package DriverNet version 1.26.0 Index]