Clade

class cladetime.clade.Clade(meta: dict, detail: LazyFrame, summary: LazyFrame)[source]

Holds detailed and summarized information about clade assignments.

meta

Metadata about the Nextclade dataset and CLI version used to generate the clade assignment information in detail and summary.

Type:

dict

detail

A LazyFrame with a row for each item in the sequence_meteadata LazyFrame passed to cladetime.CladeTime.assign_clades().

Type:

polars.LazyFrame

summary

A LazyFrame that summarizes clade counts by country, location, species, and sequence collection date.

Type:

polars.LazyFrame