Skip to contents

Transforms the interactions data frame to an igraph graph object.

Usage

interaction_graph(interactions = interactions)

Value

An igraph graph object.

Examples

interactions <- import_omnipath_interactions(resources = c('SignaLink3'))
g <- interaction_graph(interactions)