samplePatientOutlierMatrix {DriverNet}R Documentation

Sample patient outlier matrix

Description

A binary matrix representing gene expressions in patients.

Usage

data(samplePatientOutlierMatrix)

Format

A two-dimensional binary matrix. The row names are patients, and collumn names are genes. If genes j is an outlier in patient i, samplePatientOutlierMatrix[i, j] = 1.

Examples

data(samplePatientOutlierMatrix)

[Package DriverNet version 1.30.0 Index]