Module taxonomy::weights[][src]

Expand description

Code for working with distance relationships in taxonomic trees and tracking weights assigned to different nodes in the tree.

Functions

Calculates the summed weight of every path to root for a set of node weights given a corresponding taxonomy.

Find the lineage that has the greatest summed weight from all of the weights and a corresponding taxonomy.

Coverts a set of weights into the set of weights including their children using the corresponding taxonomy.