Learn R Programming

DriverNet (version 1.12.0)

samplePatientMutationMatrix: Sample patient mutation matrix

Description

A binary matrix representing gene mutations in patients.

Usage

data(samplePatientMutationMatrix)

Arguments

Format

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

Examples

Run this code
data(samplePatientMutationMatrix)

Run the code above in your browser using DataLab