Skip to content

Exposing the rendered neuron population for comparison with the original neuron populations. #121

Closed
@napakalas

Description

@napakalas

The edges and nodes rendered on the Flatmap may differ in representation from the original data in SCKAN. These differences could arise due to aliasing or missing nodes.

Therefore, a mechanism is needed to expose the rendered connectivity on the Flatmap-server, allowing it to be further utilized by the Flatmap-viewer.

Proposed methods to expose the rendered neuron population:

  • Add entries to MBTiles (e.g., rendered_connectivities). Then, implement a method in the Flatmap-server (e.g., rendered_connectivities), allowing access via ../rendered_connectivities.
  • Alternatively, include the rendered neuron population as a new entry in pathways, eliminating the need to modify the Flatmap-server.

Format of rendered neuron population information :

[
    {
        "id": "ilxtr:neuron-type-keast-16",
        "connectivity":
        [
            [["UBERON:0000988", []], ["UBERON:0007632", []]],
            [["UBERON:0000988", []], ["UBERON:0001891", []]],
            [["UBERON:0001891", []], ["UBERON:0002625",[]]]
        ]
    },
   ...
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions