# API Reference

```{eval-rst}
The class :class:`~cellmapper.CellMapper` is the main class that users interact with:

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

.. autosummary::
    :toctree: generated

    CellMapper
```

```{eval-rst}
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
```
