Learn R Programming

DriverNet (version 1.12.0)

sampleInfluenceGraph: Sample influence graph

Description

A binary matrix representing influence graph between genes.

Usage

data(sampleInfluenceGraph)

Arguments

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

Run this code
data(sampleInfluenceGraph)

Run the code above in your browser using DataLab