#653 closed enhancement (implemented)
detect average sequence distance for all groups of a tree
Reported by: | westram | Owned by: | westram |
---|---|---|---|
Priority: | major | Milestone: | arb7.0 |
Component: | ARB_NTREE | Version: | SVN |
Keywords: | Cc: |
Description (last modified by westram)
Simply use average in-group distance (AID) as first approach
- definition of AID:
- for each pair of species, the distance is defined as the sum of the lengths of all branches connecting the two species
- sum up these distances for all pairs; devide by number of pairs
- alternate way to calculate: each branchlength has to be counted C*R times, where
- C is the number of leafs below the branch
- R := A-C (=number of leafs in the rest of the group)
- A is the number of leafs inside the group
Probably implement into group search (#652):
- list only groups for which the AID is in a defined range
- sort group listing by AID
Provide min, max, mean (and perhaps median) AID as additional criteria.
(no, AID already is "mean", other criteria would prevent alternate way to calculate)
Umbrella ticket: #654
Change History (11)
comment:1 Changed 9 years ago by westram
- Description modified (diff)
- Milestone set to wishlist2016
comment:2 Changed 9 years ago by westram
- Priority changed from normal to major
comment:3 Changed 9 years ago by westram
- Description modified (diff)
comment:4 Changed 9 years ago by westram
- Milestone changed from wishlist2016 to wishlist
comment:5 Changed 8 years ago by westram
- Milestone changed from wishlist to r17q2
- Owner changed from devel to westram
- Status changed from new to assigned
comment:6 Changed 7 years ago by westram
- Status changed from assigned to _started
comment:7 Changed 7 years ago by westram
- Description modified (diff)
comment:8 follow-up: ↓ 10 Changed 7 years ago by westram
- implemented with [16163]
- FIXME too slow at big (top-level) groups
comment:9 Changed 7 years ago by westram
- Resolution set to implemented
- Status changed from _started to closed
by [16164]
comment:10 in reply to: ↑ 8 Changed 7 years ago by westram
Replying to westram:
- FIXME too slow at big (top-level) groups
won't do anything, can't even recognize any delay in NDEBUG version
comment:11 Changed 3 years ago by westram
- Milestone changed from r17q2 to arb7.0
Note: See
TracTickets for help on using
tickets.
Milestone renamed