View source: R/wrteMafSummary.R
write.mafSummary | R Documentation |
Writes maf summaries to output tab-delimited text files.
write.mafSummary(maf, basename = NULL, compress = FALSE)
maf |
an |
basename |
basename for output file to be written. |
compress |
If 'TRUE' files will be gz compressed. Default 'FALSE' |
Writes MAF and related summaries to output files.
None. Writes output as text files.
read.maf
laml.maf <- system.file("extdata", "tcga_laml.maf.gz", package = "maftools")
laml <- read.maf(maf = laml.maf)
write.mafSummary(maf = laml, basename = 'laml')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.