MultiAssayExperimentToMAF {MultiAssayExperiment} | R Documentation |
Take a MultiAssayExperiment object with specific mutation assays and convert these into a maftools representation.
MultiAssayExperimentToMAF(x, synAssay = "maf_syn", nonSynAssay = "maf_nonSyn")
x |
A |
synAssay |
character(1) The name of the synonymous variant classifications. |
nonSynAssay |
character(1) The name of the assay with non-synonymous variant classifications. |