-
Notifications
You must be signed in to change notification settings - Fork 68
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
Example pipeline for compensatecolors #179
Comments
Sorry, we haven't gotten to the point of documenting it yet as we haven't published anything with it yet. It is how we are currently balancing channels in pooled cell painting. This is the pipeline we use it in https://github.com/broadinstitute/pooled-cell-painting-image-processing/blob/master/pipelines/12cycles/7_BC_Preprocess.cppipe Would love your contribution of documentation if/when you use it and I'm happy to answer any specific questions. @mccruz07 or @rsenft1 did you ever write up any protocol info for using/tuning |
Thanks @ErinWeisbart ! |
Hi @ErinWeisbart! I am attempting to use this module in my own test pipeline (only LoadData and CompensateColors modules) and I am getting an error in Test Mode stating: I would want to see the images to see if the color compensation is working the way I would hope based on the parameters I set. Thank you in advance for your insight on this error! |
|
Haha maybe in the future I can contribute! 😆 I am using the Crop module to view the images and I am coming across some weird results. My goal is to perform color compensation on two channels that are likely to have a lot of signal overlap/bleedthrough. But when I use the module, I can this result where the Gasdermin channel looks like the mito channel (see below): I also provided a screenshot of the parameters I have set. What am I setting wrong that is causing this weird result? Thank you again for your help and guidance @ErinWeisbart! |
|
Got it! Looks like there is greater channel bleedthrough than I had anticipated. Good to know that for each channel it needs it's own class. Thank you at @ErinWeisbart for all your help and support! |
@ErinWeisbart - thanks for pointing @jenna-tomkinson and I to the
compensatecolors
plugin!We're very motivated to use this, but we're having trouble implementing (some of the documentation is sparse and difficult to follow). Would you be able to share (or point us to) an example pipeline that uses
compensatecolors
? We'd likely be able to contribute some of the missing pieces in the documentation. Thanks!The text was updated successfully, but these errors were encountered: