Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 537 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 537 Bytes

Variational Autoencoder on Cell Painting Data

Computational Environment

First install conda (https://docs.conda.io/en/latest/).

Then, to create the computational environment, run:

conda env create -f environment.yml
conda activate cell-painting-vae

To reproduce results, follow the instructions in each analysis module in the following order:

0.preprocessing

1.optimize

2.train

3.application