Description Usage Arguments Details Value See Also Examples
draw an oncostrip similar to cBioportal oncoprinter output.
1 |
maf |
an |
... |
arguments passed |
This is just a wrapper around oncoplot
with drawRowBar and drawColBar set to FALSE
None.
1 2 3 4 | laml.maf <- system.file("extdata", "tcga_laml.maf.gz", package = "maftools")
laml <- read.maf(maf = laml.maf)
dev.new()
oncostrip(maf = laml, genes = c('NPM1', 'RUNX1'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.