jump-cellpainting / datasets

Images and other data from the JUMP Cell Painting Consortium
BSD 3-Clause "New" or "Revised" License
155 stars 16 forks source link

Adding source_2 and source_11 #27

Closed shntnu closed 1 year ago

shntnu commented 1 year ago
shntnu commented 1 year ago

Update: I found an error in plates.csv.gz – one of the batches was NA. More later


@johnarevalo I've added source_11 to this same PR. I think we are in good shape ie no need for you to do anything

plate_new %>% anti_join(plate_old) %>% count(Metadata_Source) %>% knitr::kable()
Metadata_Source n
source_11 180
source_2 229
plate_old %>% anti_join(plate_new) %>% count(Metadata_Source) %>% knitr::kable()
Metadata_Source n
well_new %>% anti_join(well_old) %>% count(Metadata_Source) %>% knitr::kable()
Metadata_Source n
source_11 68347
source_2 87860
well_old %>% anti_join(well_new) %>% count(Metadata_Source) %>% knitr::kable()
Metadata_Source n