Transforms the interactions data frame to an igraph graph object.
Examples
interactions <- import_omnipath_interactions(resources = c('SignaLink3'))
#> Warning: 'import_omnipath_interactions' is deprecated.
#> Use 'import_omnipath_interactions' instead.
#> See help("Deprecated")
g <- interaction_graph(interactions)