Description Usage Arguments Value See Also Examples
View source: R/writeGisticSummary.R
Writes GISTIC summaries to output tab-delimited text files.
1 | write.GisticSummary(gistic, basename = NULL)
|
gistic |
an object of class |
basename |
basename for output file to be written. |
None. Writes output as tab delimited text files.
1 2 3 4 5 6 | all.lesions <- system.file("extdata", "all_lesions.conf_99.txt", package = "maftools")
amp.genes <- system.file("extdata", "amp_genes.conf_99.txt", package = "maftools")
del.genes <- system.file("extdata", "del_genes.conf_99.txt", package = "maftools")
scores.gistic <- system.file("extdata", "scores.gistic", package = "maftools")
laml.gistic = readGistic(gisticAllLesionsFile = all.lesions, gisticAmpGenesFile = amp.genes, gisticDelGenesFile = del.genes, gisticScoresFile = scores.gistic)
write.GisticSummary(gistic = laml.gistic, basename = 'laml')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.