Description Usage Arguments Author(s)
View source: R/plot_pathways.R
Takes in a BioPAX object and pathway ids, and prepares plots in an SVG format.
1 2 | plot_pathways(biopax, pw_ids, tag = NULL, verbose = FALSE,
max_pw_size = 10000)
|
biopax |
A BioPAX object. |
pw_ids |
IDs of pathways to plot. |
tag |
Additional tag for the file name (optional). |
verbose |
Boolean. Show all warnings? |
max_pw_size |
Maximum allowed size of BioPAX data table. Defaults to 10,000. If exceeded, pathway is split into several parts. |
Ivan Grishagin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.