pycytominer icon indicating copy to clipboard operation
pycytominer copied to clipboard

Refactor out data reading functionality

Open gwaybio opened this issue 2 years ago • 1 comments

In #202 we discussed refactoring the SingleCells data reading functionality into a new, separate utility. This refactoring is likely to farther unscramble SQLite from this repo enabling a smoother sunset.

We already have a cyto_utils/load.py file, and we can (likely fairly easily) abstract the single cell loading utilities to this file as well.

gwaybio avatar Jun 08 '22 17:06 gwaybio