Description Usage Arguments Value Author(s) Examples
View source: R/view_pathways.R
Functions for plotting a particular augmented pathway. In the plot, miRNAs that were added to the original pathway are differentiated from proteins that were originally in the pathway. Blue boxes represent the proteins that were part of the original pathway, and black boxes represent the miRNAs that were added during augmentation.
1 2 | plot_augmented_pathway(original_pathway, augmented_pathway,
pathway_name = " ", ...)
|
original_pathway |
A graph::graphNEL object where each of the nodes is named with '<gene_ID>'. Nodes of each graph::graphNEL represent the genes involved in the pathway and edges represent the biological interactions (activation or repression) among those genes. |
augmented_pathway |
A graph::graphNEL object where each of the nodes is named with '<gene_ID>'. Nodes of each graph::graphNEL represent genes and miRNAs involved in the pathway and edges represent the biological interactions (activation or repression) among them. |
pathway_name |
The name of the pathway. |
... |
Other arguments for the '<plotPathway2Colors>' function. |
A plot of one augmented pathway with the new nodes highlighted in black.
Diana Diaz <dmd at wayne dot edu>
1 2 3 4 5 6 | data(augmented_pathways)
data(kegg_pathways)
data(names_pathways)
plot_augmented_pathway(kegg_pathways[[18]], augmented_pathways[[18]],
pathway_name = names_pathways[[18]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.