View source: R/plotPathways2.R View source: R/plotPathways.R
plotPathways | R Documentation |
Plot oncogenic pathways
plotPathways(
maf = NULL,
pathlist = NULL,
pathnames = NULL,
removeNonMutated = FALSE,
fontSize = 1,
showTumorSampleBarcodes = FALSE,
sampleOrder = NULL,
SampleNamefontSize = 0.6,
mar = c(4, 6, 2, 3)
)
maf |
an |
pathlist |
Output from |
pathnames |
Names of the pathways to be drawn. Default NULL, plots everything from input 'pathlist' |
removeNonMutated |
Default FALSE |
fontSize |
Default 1 |
showTumorSampleBarcodes |
logical to include sample names. |
sampleOrder |
Manually speify sample names for oncolplot ordering. Default NULL. |
SampleNamefontSize |
font size for sample names. Default 0.6 |
mar |
margins Default c(4, 6, 2, 3). Margins to bottom, left, top and right respectively |
Draws pathway burden123
Sanchez-Vega F, Mina M, Armenia J, Chatila WK, Luna A, La KC, Dimitriadoy S, Liu DL, Kantheti HS, Saghafinia S et al. 2018. Oncogenic Signaling Pathways in The Cancer Genome Atlas. Cell 173: 321-337 e310
pathways
laml.maf <- system.file("extdata", "tcga_laml.maf.gz", package = "maftools")
laml <- read.maf(maf = laml.maf)
p <- pathways(maf = laml)
plotPathways(maf = laml, pathlist = p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.