You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I join the metadata from load_data_with_illum.parquet files with the data in well.csv.gz to download images for a plate and also get the associated perturbations. I noticed that there are no labels in well.csv.gz for some of the COMPOUND_EMPTY wells in load_data_with_illum.parquet for plate UL001661 in source_1. Note: jc.MetadataFiles.{get_well,get_plate} are convenience functions to read the metadata files at commit 4b24577. This is not the most recent commit on main and I will double check with the most recent commit on main, too.
At first, I thought this may be blank images as described in #61 (comment) but plate UL001661 is not listed in that comment. I downloaded one dna channel image for the wells that I identified from
I found that the image is not blank but it is very noisy and with strong artifacts plus visible well edge:
Did these wells not pass QA and should be excluded, and are thus not included in the metadata? Can I extrapolate that to any other well that is not available in well.csv.gz?
Thank you!
The text was updated successfully, but these errors were encountered:
I join the metadata from
load_data_with_illum.parquet
files with the data inwell.csv.gz
to download images for a plate and also get the associated perturbations. I noticed that there are no labels inwell.csv.gz
for some of theCOMPOUND_EMPTY
wells inload_data_with_illum.parquet
for plateUL001661
insource_1
. Note:jc.MetadataFiles.{get_well,get_plate}
are convenience functions to read the metadata files at commit 4b24577. This is not the most recent commit on main and I will double check with the most recent commit on main, too.At first, I thought this may be blank images as described in #61 (comment) but plate
UL001661
is not listed in that comment. I downloaded one dna channel image for the wells that I identified fromI found that the image is not blank but it is very noisy and with strong artifacts plus visible well edge:
Did these wells not pass QA and should be excluded, and are thus not included in the metadata? Can I extrapolate that to any other well that is not available in
well.csv.gz
?Thank you!
The text was updated successfully, but these errors were encountered: