API Reference

API Reference#

The class CellMapper is the main class that users interact with:

CellMapper(query[, reference])

Mapping of labels, embeddings, and expression values between reference and query datasets.

The following classes are more technical; Neighbors is called under the hood for k-NN graph computation.

Neighbors(distances, indices[, n_targets])

Nearest neighbors results data store.