# CellFlux Models and Generated Images This repository contains models and generated images for three methods across three datasets. ## Repository Structure ``` ├── model/ │ ├── cellflux/ │ │ ├── bbbc021/ │ │ ├── rxrx1/ │ │ └── cpg0000/ │ ├── impa/ │ │ ├── bbbc021/ │ │ ├── rxrx1/ │ │ └── cpg0000/ │ └── phendiff/ │ ├── bbbc021/ │ ├── rxrx1/ │ └── cpg0000/ └── images/ ├── cellflux/ ├── impa/ └── phendiff/ ``` ## Methods - **CellFlux**: Cell image generation using flow matching - **IMPA**: Image generation method - **PhenDiff**: Phenotype diffusion model ## Datasets - **BBBC021**: Cell imaging dataset - **RxRx1**: Drug screening dataset - **CPG0000**: Cell painting dataset