Skip to content

Compute UMAP from pre-existing distance matrix #2157

@ivirshup

Description

@ivirshup

It should be easier to compute a UMAP layout from a pre-existing distance matrix. Currently, we only really support this for pre-existing connectivity matrices.

The missing step here is computing the umap weighted graph from a distance matrix.

The functionality for this largely already exists in the sc.neighbors module in private functions (example: #2139 (comment)). We would just need an API.

Previously discussed in: #1561

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area - Topology 🍩Neighbor graphsgood first issueeasy first issue to get started in OSS community contribution!
    No fields configured for Enhancement.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions