-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use H1 wells to estimate background; use this for image level QC #126
Comments
I only compute median and MAD of the background. The column names in the background tables are |
@tischi all the tables have been exported to For each folder there are the following tables: Well and image tables: Cell tables (for all individual channels) Tables with infected / control classification Tables for the dilated nuclei: As we have discussed earlier, the important things would be to plot a cell size histogram and to look at the backgrounds. These can be found in the columns |
I have started experimenting with extracting the background from the H1 well, here are results of the IgG channel using the 10% of pixels furthest away from the nuclei for estimation. The first column is the mean of per-image medians, the second column the standard deviation of those means.
|
Background estimation from the min well has been implemented in #130. We need to verify that it finds Well H1 for the plates where this is the empty well. There is also a task for computing the dilated nuclei for the intensity measurement, but the QC itself is not implemented yet. |
It turns out that this was more complicated than we thought: |
@tischi and me discussed how to make use of the H1 well without serum signal now:
measure the median intensity per cell (using dilated nuclei without nucleus). If the background is smaller than some factor of the noise, we discard the image. To determine what to use for the noise estimate @tischi will look at histograms.
@imagirom: what statistics do you currently compute in the background extraction?
MAD? STD? (for the noise estimate). I still need to add this to the default table.
The text was updated successfully, but these errors were encountered: