Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 489 Bytes

File metadata and controls

25 lines (17 loc) · 489 Bytes

API Reference

The class :class:`~cellmapper.CellMapper` is the main class that users interact with:

.. module:: cellmapper
.. currentmodule:: cellmapper

.. autosummary::
    :toctree: generated

    CellMapper
The following classes are more technical; :class:`~cellmapper.Neighbors` is called under the hood for k-NN graph computation.

.. module:: cellmapper
.. currentmodule:: cellmapper

.. autosummary::
    :toctree: generated

    Neighbors