GRASP

GRASP

  • Home
  • Installation
  • How to build a model
  • Model analysis
  • Visualizing results
  • Tutorials
  • Troubleshooting
  • API documentation
    • Analysis functions
    • Ensemble functions
    • Pattern functions
      • Algebra
      • Build allosteric
      • Build diffusion
      • Build fixed exchange
      • Build free exchange
      • Build kinetic function
      • Build mass action
      • Build ODE function
      • Build reaction
      • Calculate extreme pathways
      • Calculate kinetic parameters
      • Column vector
      • Compute branched reversibilities
      • Cycled paths
      • Get expression
      • Get link
      • Get weight
      • Reaction pattern
      • Read input
    • Simulation visualization
  • How to contribute
GRASP
  • »
  • API documentation »
  • Pattern functions »
  • Get link
  • Edit on GitHub

Get link¶

getLink(edge)¶

Get the edgeMatrix and edgeList data structures.

Based on https://doi.org/10.1186/1471-2105-10-238

USAGE:

[edgeMatrix, edgeList] = getLink(edge)

INPUT:

edge (int cell): edge information structure

OUTPUT:

edgeMatrix (int matrix): matrix with the edge index as the elements edgeList (int matrix): edge list

Next Previous

© Copyright 2016-2019, The GRASP developers. Revision 555c1398.

Built with Sphinx using a theme provided by Read the Docs.