Description Usage Arguments Details References See Also Examples
Plot oncogenic pathways
| 1 2 3 4 5 6 7 8 9 10 11 12 | 
| maf | an  | 
| pathways | Name of pathways to be drawn | 
| fullPathway | Include all genes from the pathway. Defaulr FALS only plots mutated genes | 
| removeNonMutated | Default TRUE | 
| tsgCol | Color for tumro suppressor genes. Default red | 
| ogCol | Color for onco genes. Default royalblue | 
| fontSize | Default 0.6 | 
| showTumorSampleBarcodes | logical to include sample names. | 
| sampleOrder | Manually speify sample names for oncolplot ordering. Default NULL. | 
| SampleNamefontSize | font size for sample names. Default 10 | 
Draws oncoplot of oncogenic pathway.
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
| 1 2 3 | laml.maf <- system.file("extdata", "tcga_laml.maf.gz", package = "maftools")
laml <- read.maf(maf = laml.maf)
PlotOncogenicPathways(maf = laml, pathways = "RTK-RAS")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.