interaction_graph {OmnipathR} | R Documentation |
Transforms the interactions data frame to an igraph graph object.
interaction_graph(interactions = interactions)
interactions |
data.frame created by |
An igraph graph object.
interactions <- import_omnipath_interactions(resources = c('SignaLink3')) g <- interaction_graph(interactions)