enzsub_graph | R Documentation |
Transforms the a data frame with enzyme-substrate relationships
(obtained by enzyme_substrate
) to an igraph graph object.
enzsub_graph(enzsub)
enzsub |
Data frame created by |
An igraph directed graph object.
enzyme_substrate
giant_component
find_all_paths
enzsub <- enzyme_substrate(resources = c('PhosphoSite', 'SIGNOR'))
enzsub_g <- enzsub_graph(enzsub = enzsub)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.