ordersHeuristicmodNANUQ | R Documentation |
Find candidates for best hybrid node and circular order fitting the modNANUQ distance.
ordersHeuristicmodNANUQ(M, delta = 10^-6)
M |
an empirical modNANUQ distance table |
delta |
cutoff for relative difference in distances for determining near ties for "best" orders |
Candidadte orders are obtained by first picking the hybrid node (from the minimum column sum of the distance matrix), then ordering nodes by distance from the hybrid, and for each consecutive pair picking nodes in the cycle closest to the previous node. This constructs one or more orders since ties may occur. For more details, see \insertCiteABRW24;textualMSCquartets.
This function is used by NANUQ+ commands to resolve multifurcations in a tree of blobs of high degree.
a list of circular orders
ABMR24MSCquartets
expmodNANUQCycleDist
resolveCycle
resolveLevel1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.