View source: R/fct_maftools_extending_functions.R
maftools_get_all_data | R Documentation |
Input a maf object. Returns table containing ALL MAF data. Nonsynonymous AND synonymous
maftools_get_all_data(maf, include_silent_mutations = T)
maf |
maf object |
include_silent_mutations |
include silent mutations (flag) |
a data.frame in MAF form where each variant has a separate row (data.frame)
CRUX:::maftools_get_all_data(maftools::tcgaLoad("GBM"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.