Description Usage Arguments References Examples
A small function which uses known cancer driver genes and their associatd pathways from TCGA cohorts. See reference for details
1 | tcgaDriverBP(m, genes = NULL, top = 20, fontSize = 0.7)
|
m |
an |
genes |
genes to compare. Default 'NULL'. |
top |
Top number of genes to use. Mutually exclusive with 'genes' argument. Default 20 |
fontSize |
Default 0.7 |
Bailey MH, Tokheim C, Porta-Pardo E, et al. Comprehensive Characterization of Cancer Driver Genes and Mutations . Cell. 2018;173(2):371–385.e18. doi:10.1016/j.cell.2018.02.060
1 2 3 | laml.maf <- system.file("extdata", "tcga_laml.maf.gz", package = "maftools")
laml <- read.maf(maf = laml.maf)
tcgaDriverBP(m = laml)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.