Description Usage Arguments Examples
This function allows you to visualize the interaction of a selected gene with drugs and other genes.
1 2 3 4 5 6 7 8 | drugs.plot(
x,
drugs,
gene,
neighbors = TRUE,
from = c("auto", "adjacency", "edges", "graph", "igraph", "bnlearn"),
interactive = FALSE
)
|
x |
Graph object. |
drugs |
Geneset with drug-gene interactions. |
gene |
Gene whose drug interactions you want to explore. |
neighbors |
Whether or not to draw neighboring genes. Default: TRUE |
from |
Input format (optional). |
interactive |
Interactive plot (optional). Default: FALSE |
1 | drugs.plot(g, 3, 'Bax')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.