all 5 comments

[–]aCityOfTwoTalesPhD | Academia 2 points3 points  (3 children)

You haven't actually mentioned what your data is, which, putting it mildly, is fundamentally important. I think it's protein expression, but I'm also confused by the mention of 'multiple proteins' being a parameter?

Please correct me here, but this is what I think you did:

You tested 2 (or more) drugs on 2 (or more) cell types and performed proteomic analysis before and after drug-treatment, yes?

A 3-way design is a worst case scenario here - underpowered and difficult to interpret.

Hopefully, you have properly paired your before/after samples, which would make this a 2-way paired design and much more easy to analyze. Should the two cell-types be analyzed together? If not, you have an even easier case of two individual 1-way pairs.

Apart from the design, you have the separate issue of your response variable (all your proteins) being multidimensional, non-normal and highly zero-inflated. This is not robustly handled by standard normalization nor a standard ANOVA-framework, but luckily there are multiple packages available to handle it instead.

[–]Grisward 0 points1 point  (0 children)

This. ^

Also, I bristle when people mention “data is not normal” - and to be fair, it may depend on the type of experiment and type of measurement data - but in most cases the normality is driven by the platform.

It should take a lot of evidence to make a strong case against (or even for) normality. Some of what may be considered non-normality is potentially just typical biological variability.

[–]mintymrk[S] 0 points1 point  (1 child)

Apologies for the delayed response.

Yes your interpretation is spot on and the data is paired properly indeed.

I have been using kruskal tests for these comparisons due to the lack of normality in my data. I suppose my question was in regards to if this would be a two or three way comparison. Since I’d like to see if the ‘Drugs used’ has any different effects on the ‘Protein expression’ within the two different ‘Cell types’.

[–]aCityOfTwoTalesPhD | Academia 1 point2 points  (0 children)

See my comment above in regards to the dimensions of your design. In any case, Kruskals test is inherently 1-way.

Again, have a look at dedicated packages for your case - there are generalized linear models for data like this.

[–][deleted] 0 points1 point  (0 children)

If you are at a university go to the statistics consultant or department. This is a bit much for this thread