Skip to content

Data Preprocessing

Use these pages before creating a SequenceData object or before running a workflow that expects clean IDs, time columns, and sequence states.

Choose a Task

TaskStart with
Convert sequence data between wide and long formatsWide and Long Format Conversion
Check missing values before analysisCheck Missing Values
Create stable IDs when the source data do not have themAssign Unique IDs
Standardize time-column namesClean Time Columns
Replace numeric cluster IDs with readable labelsReplace Cluster ID by Labels

For most projects, convert the data to wide format if needed, clean the time-column names, make sure IDs are stable, check missing values, and then create SequenceData. Replacing cluster IDs with labels comes later, after clustering.

Authors

Sequenzo is released under the BSD-3-Clause License; this documentation site source is licensed under MIT.