Description Usage Arguments Examples
This function allows you to plot the graph of a feature (e.g. transcription factors or tumor suppressors).
1 2 3 4 5 6 7 8 | feature.plot(
x,
genes,
feature,
from = c("auto", "adjacency", "edges", "graph", "igraph", "bnlearn"),
layout = c("circle", "star", "grid", "sphere", "nicely"),
interactive = FALSE
)
|
x |
Graph object. |
genes |
Geneset with features. |
from |
Input format (optional). |
layout |
igraph plot layout (optional): 'grid', 'star', 'circle', 'sphere', or 'nicely'. Default: 'circle' |
interactive |
Interactive plot (optional). Default: FALSE |
features |
Feature whose graph you want to plot. |
1 2 | feature.plot(obj, genes, 'tf', interactive=FALSE)
feature.plot(obj, genes, 'tumor.suppressor', interactive=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.