TCGA_COAD {Rediscover} | R Documentation |
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")
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
data(TCGA_COAD)
[Package Rediscover version 0.3.2 Index]