API Documentation#
This section contains exhaustive technical documentation for every class, function, and method in TanaT:
Class hierarchies and inheritance relationships
Method signatures with all parameters and types
Return types and exceptions
Docstring examples and implementation notes
Module organization#
The API is organized hierarchically by module. Click on a module below to explore its contents:
Core Data Structures
tanat.sequence- Sequence data structures and poolstanat.trajectory- Trajectory data structures and poolstanat.metadata- Metadata system
Analysis and Metrics
tanat.metric- Distance metrics for temporal datatanat.clustering- Clustering algorithmstanat.criterion- Criterion for data wrangling
Data Processing
tanat.dataset- Dataset loading and simulationtanat.loader- Data loading utilitiestanat.function- Aggregation and transformation functionstanat.zeroing- Temporal zeroing and alignment operations
Visualization
tanat.visualization- Visualization tools for temporal sequences
Utilities
tanat.utils- General utility functionstanat.runner- Workflow and pipeline execution