[][src]Module umgap::agg

Defines aggregation operations over a taxon tree.

Structs

Error

The Error type.

Enums

ErrorKind

The kind of an error.

Traits

Aggregator

Allows to aggregate over a taxon tree.

ResultExt

Additional methods for Result, for easy interaction with this crate.

Functions

count

Returns how many times each taxon occurs in a vector of taxons.

filter

Filters any taxon in a frequency table with a frequency below the given amount.

Type Definitions

Result

Convenient wrapper around std::Result.