gerlichlab / looptrace-napari

A `napari` plugin to facilitate interactive viewing of looptrace results
MIT License
1 stars 0 forks source link

Standardise CSV reading #8

Open vreuter opened 7 months ago

vreuter commented 7 months ago

The assumed CSV structure for locus-specific points differs from the assumed CSV structure for nuclei centers/labels.

For locus-specific points, we assume:

For nuclei centers/labels, we assume:

We should standardise parsing of CSVs, and more generally abstract/generalise to parsing "records" which may come from CSV, .roi, JSON, etc.