samplePatientMutationMatrix:
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
Run this codedata(samplePatientMutationMatrix)
Run the code above in your browser using DataLab