Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 670 Bytes

api.rst

File metadata and controls

49 lines (36 loc) · 670 Bytes
.. automodule:: elpigraph

API

Import the package as:

import elpigraph

Principal graphs

.. autosummary::
   :toctree: .

   computeElasticPrincipalCurve
   computeElasticPrincipalCircle
   computeElasticPrincipalTree
   generateInitialConfiguration

Graph editing

.. autosummary::
   :toctree: .

   addPath
   delPath
   findPaths
   ExtendLeaves
   CollapseBranches
   ShiftBranching
   fineTuneBR

Utils

.. autosummary::
   :toctree: .

   utils.getProjection
   utils.getPseudotime
   utils.getWeights

Plotting

.. autosummary::
   :toctree: .

   plot.PlotPG