This repository contains the pipelines used to extract single cell morphology features (and/or image features) from different plates. These plates can be broken down into "waves" of data for the Interstellar collaboration project. "Waves" in the context of this repository means different parts of a 384 well plate that contain different stains, conditions, etc. To view the analysis of the morpoholgy features, please visit the pyroptosis_signature_data_analysis repository.
Pyroptosis is inflammatory cell death which occurs in response to pathogens and damage-associated molecular patterns.
There are three waves of data currently analyzed for the Plate 1 data. On this plate, it is broken down into section where there are either different treatments, different stains, or both. The breakdown of each of the waves can be found in the README of the Plate_1_data module.
There are two different types of cells on plate 2, which are separated by column. PBMCs are in columns 2-12 and SH-SY5Y cells are in columns 13-23.
All plates and waves will be using the same conda environment to run notebooks/python files.
To create the conda environment, run the code block below:
conda env create -f interstellar_data_env.yml
To activate the environment, run the code block below:
conda activate interstellar_data