Description Usage Arguments Value Examples
extract annotations from MAF object
1 2 3 4 | getClinicalData(x)
## S4 method for signature 'MAF'
getClinicalData(x)
|
x |
An object of class MAF |
annotations associated with samples in MAF
1 2 3 | laml.maf <- system.file("extdata", "tcga_laml.maf.gz", package = "maftools")
laml <- read.maf(maf = laml.maf)
getClinicalData(x = laml)
|
-Reading
-Validating
-Silent variants: 475
-Summarizing
-Processing clinical data
--Missing clinical data
-Finished in 0.694s elapsed (0.543s cpu)
Tumor_Sample_Barcode
1: TCGA-AB-2802
2: TCGA-AB-2803
3: TCGA-AB-2804
4: TCGA-AB-2805
5: TCGA-AB-2806
---
189: TCGA-AB-3007
190: TCGA-AB-3008
191: TCGA-AB-3009
192: TCGA-AB-3011
193: TCGA-AB-3012
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.