View source: R/visualization.R
pathway.visualization | R Documentation |
Visualise pathways informations
pathway.visualization(
x,
title = paste("Pathways:", paste(names(pathways), collapse = ", ", sep = "")),
file = NA,
pathways.color = "Set2",
aggregate.pathways,
pathways,
...
)
x |
A TRONCO complian dataset |
title |
Plot title |
file |
To generate a PDF a filename have to be given |
pathways.color |
A RColorBrewer color palette |
aggregate.pathways |
Boolean parameter |
pathways |
Pathways |
... |
Additional parameters |
plot information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.