Learn R Programming

Rediscover (version 0.3.3)

TCGA_COAD: TCGA_COAD

Description

A binary matrix, with information about genes mutations in Colon Adenocarcinoma, created by applying maftools to .maf file and used as real example in getPM and getMutex and getMutexAB and getMutexGroup.

Usage

data("TCGA_COAD")

Arguments

Format

The format is:

num [1:399, 1:17616] 1 1 1 1 1 1 1 1 1 1 ...

- attr(*, "dimnames")=List of 2

..$ : chr [1:399] "TCGA-CA-6718" "TCGA-D5-6931" "TCGA-AZ-6601" "TCGA-G4-6320" ...

..$ : chr [1:17616] "APC" "TP53" "TTN" "KRAS" ...

Examples

Run this code
data(TCGA_COAD)

Run the code above in your browser using DataLab