I have 1600 drugs to treat a condition. I firstly test them each by performing a drug screen. I divide the 1600 drugs into successes and failures.
For example:
100 drugs were successful
1500 drugs were failures (had no effect).
I then have an in silico predicting model, to which I apply all 1600 drugs. Again, like the experimental drug screens, the predicting model will yield successful drugs and failure drugs.
For example:
X drugs were successful
1600-X drugs were failures
I want to know what kind of a statistical test I can perform that will return some measure of significance between the two methods used. So I can say whether both reproduce very similar success/failure outcomes (sets of drugs)?
Thanks