samplePatientMutationMatrix {DriverNet}R Documentation

Sample patient mutation matrix

Description

A binary matrix representing gene mutations in patients.

Usage

data(samplePatientMutationMatrix)

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

data(samplePatientMutationMatrix)

[Package DriverNet version 1.24.0 Index]