mastodon-sc / mastodon-deep-lineage

A collection of plugins to analyse lineages of tracked objects in Mastodon
BSD 2-Clause "Simplified" License
5 stars 1 forks source link

Add link and branchlink to umap #118

Open stefanhahmann opened 1 week ago

stefanhahmann commented 1 week ago

Resolves #114

This Pull Request adds the possibility that the UMAP computation can be performed on Spot and Link Feature on the Model Graph and on BranchSpot and BranchLink features on ModelBranchGraph.

grafik

The UMAP computation uses a data matrix with values on the level of individual spots / branchspots. In order to include Link features, the incoming edge(s) of the spots and the respective feature value(s) of this (theses) edge(s) are used. In the most many cases of cell biology there is only one incoming edge. For cases with multiple incoming edges the average of the link feature value of all incoming edges is computed.

sonarcloud[bot] commented 6 days ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
88.2% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud