Track¶
Track containers for genomic data. Track is a runtime-checkable protocol
with three implementations for different data shapes.
All tracks contain Regions — the universal coordinate record that lives at the package top level.
| Type | Purpose |
|---|---|
| Track | Runtime-checkable protocol all containers satisfy |
| IntervalTrack | Regions backed by an interval index |
| SignalTrack | Per-base signal backed by BigWig |
| TableTrack | Key-value numeric data (counts, scores) |