maf2mae | R Documentation |
Generates an object of class MultiAssayExperiment
from MAF
object
maf2mae(m = NULL)
m |
an |
laml.maf = system.file('extdata', 'tcga_laml.maf.gz', package = 'maftools')
laml.clin = system.file('extdata', 'tcga_laml_annot.tsv', package = 'maftools')
laml = read.maf(maf = laml.maf, clinicalData = laml.clin)
maf2mae(laml)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.