You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let the user allow to select a section of the lineage tree that has one root
Do this on the BranchGraph
On the BranchGraph iterate over all branchSpots and create branchTrees starting from each branchSpot with the same number of leafNodes than the tree selected by the user
How to select leaves?
Breadth first selection (rather not depth first selection)?
Breadth first reflects generations of cell divisions better
Alternative: go forward in time starting from the root node until a timepoint is reached that has the same number of leaves
How to cut?
At the n_th leave?
At the (n+1)th leave?
At the end of the respective leaves
Compare all such graphs against the tree selected by the user. Sort by tree edit distance.
Discuss this idea with Michalis/Pavel/Johannes/Mette/Christoph
Example Branch Graph:
The text was updated successfully, but these errors were encountered:
User Story
As a Mastodon user, I would like to have suggestions by Mastodon for cell type labels based on "modules" that have been found in the tracking data.
Additional information
Illustration:
Potential Idea for integration:
Let the user allow to select a section of the lineage tree that has one root
Do this on the BranchGraph
On the BranchGraph iterate over all branchSpots and create branchTrees starting from each branchSpot with the same number of leafNodes than the tree selected by the user
How to select leaves?
Compare all such graphs against the tree selected by the user. Sort by tree edit distance.
Example Branch Graph:
The text was updated successfully, but these errors were encountered: