Convert MultiAssayExperiment to MAF class
Source:R/MultiAssayExperimentToMAF.R
MultiAssayExperimentToMAF.Rd
Take a MultiAssayExperiment
object with specific mutation
assays and convert these into a maftools
representation. The names
provided via synAssay
and nonSynAssay
must match exactly those
assays in the MultiAssayExperiment
.
Arguments
- x
A
MultiAssayExperiment
object- synAssay
character(1)
The name of theExperimentList
element in theMultiAssayExperiment
that identifies synonymous variant classifications.- nonSynAssay
character(1)
The name of theExperimentList
element in theMultiAssayExperiment
that identifies non-synonymous variant classifications.