View source: R/WPPI_functions.R
graph_from_op | R Documentation |
Creation of igraph object from PPI OmniPath database with information regarding proteins and gene symbols.
graph_from_op(op_data)
op_data |
Data frame (tibble) of OmniPath PPI interactions from
|
Igraph PPI graph object with vertices defined by UniProt ID and Gene Symbol, and edges based on interactions, for all connections in OmniPath.
wppi_omnipath_data
graph_op <- graph_from_op(wppi_omnipath_data()) edges_op <- igraph::E(graph_op) vertices_op <- igraph::V(graph_op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.