-
Notifications
You must be signed in to change notification settings - Fork 5
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
Correlate Mechanisms of Resistance with Morphology Profiles #49
Comments
Thanks for the questions @mekelley, I will follow up below:
Yeah! This would be a cool comparison. Can you clarify you mean by the groups? Does this relate to the substructure we saw in the heatmaps?
Totally agree 😎 let's do it! |
cc @ayberman |
Yes, we are referring to the 4 "groups" within the heatmap. We want to see if any of the 4 "groups" have similar feature signatures to clones A and E that we used for our initial studies. Clones A and E were genome sequenced and were confirmed to harbor a mutation in PSMB5. If any of the feature signatures for the 4 "groups" from the heatmap are similar to the feature signatures for clones A and E, we can hypothesize that maybe that group also has compromised PSMB5. If not, then the bortezomib resistance either 1. occurs via a different mechanism, or 2. is still induced by a PSMB5 mutation, but the features that result from this mutation are not defined or are influenced by other factors. This could help us think about the data we have in terms of preparing it for publication!
|
I'm in the early stages of implementing this analysis, and I am doing a couple checks to see which approaches are likely to succeed. Initially, I thought a clustering-based approach might be helpful. We could use a simple clustering algorithm (like k-means) on concatenated data (batch 5, 6, 7 concatenated with batch 1 and 2) and see which clusters clone A and E land in. I like this approach because it reduces multiple testing burden, and we can assign confidence scores (based on multiple k-means initializations). However, I observed batch effect between the two data sources (see #53). Therefore, unless we explore alternative batch effect mitigation strategies, any clustering solution will not be reliable. An alternative approach, which is similar to the analysis outlined in #48, can be to build a consensus signature of morphology features that are higher and lower comparing cloneA + cloneE to the wildtype parental lines. We can also fit a random effects model to filter features that are impacted by batch, plate, or well effects. In this sense, we can get a ranked list of up and down morphology features. We can use this ranked list and apply a method like One question - do we know, a priori, the prevalence of compromised PSMB5 as a resistance mechanism? Is it likely that all four resistant clones have it? Also just realizing now that we can apply this approach to all the other clones we have access to as well! |
@mekelley asked via an email thread what I am copying and pasting below (also noting here that I received permission to do so 😸)
Can identify the dominant morphological features that contributed to the 0.1% DMSO treated clones A and E from our earlier data (without the Costes features) and see if they’re the same dominant features from the 0.1% DMSO treated bortezomib resistant clones from group 3 (our recent data)?
What about dominant features from bortezomib resistant clones in the other groups from batch 3 (again without Costes features)?
The reason for these questions is to begin to correlate mechanisms of resistance (i.e. mutation in the target protein, PSMB5, or multidrug resistance or something else) with morphological profiles.
The text was updated successfully, but these errors were encountered: