Description Usage Arguments Details References Examples
View source: R/drugInteractions.R
Checks for drug-gene interactions and druggable categories
1 2 3 4 5 6 7 8 | drugInteractions(
maf,
top = 20,
genes = NULL,
plotType = "bar",
drugs = FALSE,
fontSize = 0.8
)
|
maf |
an |
top |
Top number genes to check for. Default 20 |
genes |
Manually specify gene list |
plotType |
Can be bar, pie Default bar plot. |
drugs |
Check for known/reported drugs. Default FALSE |
fontSize |
Default 0.8 |
This function takes a list of genes and checks for known/reported drug-gene interactions or Druggable categories. All gene-drug interactions and drug claims are compiled from Drug Gene Interaction Databse. See reference for details and cite it if you use this function.
Griffith, M., Griffith, O. L., Coffman, A. C., Weible, J. V., McMichael, J. F., Spies, N. C., et. al,. 2013. DGIdb - Mining the druggable genome. Nature Methods.
1 2 3 | laml.maf <- system.file("extdata", "tcga_laml.maf.gz", package = "maftools")
laml <- read.maf(maf = laml.maf)
drugInteractions(maf = laml)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.