Skip to contents

Transforms the a data frame with enzyme-substrate relationships (obtained by enzyme_substrate) to an igraph graph object.

Usage

enzsub_graph(enzsub)

Arguments

enzsub

Data frame created by enzyme_substrate

Value

An igraph directed graph object.

Examples

enzsub <- enzyme_substrate(resources = c('PhosphoSite', 'SIGNOR'))
enzsub_g <- enzsub_graph(enzsub = enzsub)