Hi guys,
I have a 2D matrix of drug-target relationship where each value represents the action of the drug in the target. Let say 1 is activation, -1 is inhibition and 0 is unknown (or no effect). What strategy would you recommend me to cluster the drugs by their similarity in this matrix? Here is an example:
Targets
ProtA ProtB ProtC
Drug1 1 0 1
Drug2 0 1 0
Drug3 0 -1 -1
In this case, Drug1 is activating protein A and C. Drug2 is activating protein 2 and Drug3 is inhibiting protein B and C