jump-cellpainting / JUMP-Target

Lists and 384-well plate maps of compounds and genetic perturbations designed to assess connectivity in profiling assays
MIT License
17 stars 5 forks source link

Missing `broad_sample` IDs in ORF and CRISPR platemap files #29

Closed jenna-tomkinson closed 1 year ago

jenna-tomkinson commented 1 year ago

Problem

When connecting the plate map files and metadata files, we find that there are missing broad_sample IDs in all plate maps, causing single cells to have no metadata (when processing with pycytominer).

When looking at the documentation in the main README, we find that there are 4 "empty" wells from each of these experiments:

image

But, the term empty is not defined. We had assumed it meant there were no cells so the well is empty. But, we find that plates from these experiments do infact contain single cells as morphology features were extracted.

Question

@gwaybio let us know that this probably indicates not that the well is empty of cell, but is empty of treatment.

Can you confirm that this is correct and empty is synonymous with no treatment?

If so, we would be able to get around the missing metadata issue by including a fake broad_sample ID to these wells so that the single cell data is not removed during processing.

niranjchandrasekaran commented 1 year ago

Hi @jenna-tomkinson, your understanding is correct. empty is synonymous with no treatment in the ORF and CRISPR platemaps. Using a fake ID is a good workaround.

jenna-tomkinson commented 1 year ago

@niranjchandrasekaran

Thank you so much for the confirmation!