Histogram normalization
I find the following resources helpful on this topic:
CellProfiler team made blog post in 2022 and sc-forum post on how to normalize high-content cell painting dataset. They prefer RobustMAD (median) over standardized (mean) method. From their post, the code for the function here. What is also nice is that they included Plate-Layout Effects
The third one is Percentiles based normalization from resource posted by DigitalSreeni organoid analysis ipynb and found scikitimage's example.
Learning objective(s)
Covers the Labelling with Connected Components.
Maybe we opt in for Quantiles or percentiles method?
Volunteer(s)
@wangliyuan72 @marcodallavecchia @terezbelinova Let me know if I should add more info to the different sections in this post. Thanks.
Histogram normalization
I find the following resources helpful on this topic:
CellProfiler team made blog post in 2022 and sc-forum post on how to normalize high-content cell painting dataset. They prefer RobustMAD (median) over standardized (mean) method. From their post, the code for the function here. What is also nice is that they included Plate-Layout Effects
The third one is Percentiles based normalization from resource posted by DigitalSreeni organoid analysis ipynb and found scikitimage's example.
Learning objective(s)
Covers the Labelling with Connected Components.
Maybe we opt in for Quantiles or percentiles method?
Volunteer(s)
@wangliyuan72 @marcodallavecchia @terezbelinova Let me know if I should add more info to the different sections in this post. Thanks.