I am working on a small data frame, (result, element1, element2), and I want to correlate the impact of these elements on the result using python. These elements are amino acids residue and result is the binding affinity. I am new to this topic, I have no idea where to begin with.

9.9 Trp Trp 9.2 Phe Phe 9.2 Trp Phe 9.1 Phe Trp 9.1 Trp Arg 8.9 Arg Trp 8.9 Gln Trp 8.9 Trp Ala 8.9 Tyr Trp 8.8 Ala Trp

I just finished creating the data frame.

Similar questions and discussions