scverse / squidpy

Spatial Single Cell Analysis in Python
https://squidpy.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
440 stars 81 forks source link

Read Flow Cytometry Standard (fcs) files #656

Closed LLehner closed 1 year ago

LLehner commented 1 year ago

Read Flow Cytometry Standard (fcs) files

Reading files in fcs format is not yet supported by squidpy. However, e.g. the output of CODEX experiments is fcs formatted.

There is demand for this functionality as seen here.

LLehner commented 1 year ago

This is currently being worked on. Soon to be finished.

LLehner commented 1 year ago

This can now be done with the reader codex() in spatialdata-io.

Note: This reader is specifically for CODEX/PhenoCycler formatted .fcs files.