Learn R Programming

DriverNet (version 1.12.0)

samplePatientOutlierMatrix: Sample patient outlier matrix

Description

A binary matrix representing gene expressions in patients.

Usage

data(samplePatientOutlierMatrix)

Arguments

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

Run this code
data(samplePatientOutlierMatrix)

Run the code above in your browser using DataLab