Skip to content

Sequenzo and R

Use this section if you already know TraMineR, WeightedCluster, TraMineRextras, or seqHMM and want the closest Sequenzo workflow in Python.

Start Here

NeedPage
Map familiar R functions to SequenzoFunctions Comparison
Understand speed and implementation differencesPerformance Differences
Call R from a Python notebookUse R in Python Environment

Main Idea

Sequenzo is not a line-by-line rewrite of R packages. It keeps the main sequence-analysis workflows, but presents them through Python objects, pandas data frames, NumPy arrays, and notebook-friendly plotting.

For a first Python workflow, start with SequenceData, then compute distances, cluster, evaluate, and visualize. Use the R mapping pages when you need to translate an existing TraMineR or seqHMM script.

Authors

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