Aggregation Methods for p(activity) vs raw activity #21
julie-owen
started this conversation in
General
Replies: 1 comment 1 reply
-
|
@julie-owen you're right, we had already log-transformed the data, so there's no point in using the geometric mean. I've updated the notebook to use just the mean. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@PatWalters I really enjoyed your recent BindingDB presentation and reviewed your example code. I've been using Geo_mean to aggregate raw values (EC50, IC50) where the raw values are log based. But use arithmetic mean to aggregate p(activity) values. I noticed you use Geo mean in your notebook for the p(activity) values. Can you explain why that's a better method than arithmetic mean for p(activity)?
Beta Was this translation helpful? Give feedback.
All reactions