Next Article in Journal
Integrated Metabolomics of Processing Residues from Camphora officinarum c.t. Borneol as a Potential Substrate for Edible Fungi Cultivation
Previous Article in Journal
Toxicological Effects of Phthalate Plasticizers in Zebrafish Models: A Review
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Structural Knowledge Is What Matters in Protein–Ligand Binding Affinity Prediction

by
Natàlia Segura-Alabart
and
Francesc Serratosa
*
Departament d’Enginyeria Informàtica i Mateàtiques, Universitat Rovira i Virgili, 43007 Tarragona, Spain
*
Author to whom correspondence should be addressed.
Molecules 2026, 31(12), 2025; https://doi.org/10.3390/molecules31122025 (registering DOI)
Submission received: 14 April 2026 / Revised: 29 May 2026 / Accepted: 4 June 2026 / Published: 10 June 2026
(This article belongs to the Section Bioorganic Chemistry)

Abstract

Binding affinity prediction is about estimating the degree to which a drug binds to a protein. Predicting the binding affinity between a drug and a protein in a computational process helps researchers filter huge libraries of compounds before performing expensive biochemical lab experiments. Currently, there is interest in predicting binding affinity through computational pattern recognition or machine learning methods instead of the classical physics-inspired methods, which are computationally intractable except for tiny chemical compounds. In the last five years, several machine learning-based methods have been presented, whose experimental validations have achieved increasing Pearson coefficients while trained and tested in the PDBBind 2016 and CASF 2016 databases, respectively. These methods have an important diversity of architectures that provide different properties. The aim of this paper is to discern which binary properties (existence or absence) of these methods make them return higher Pearson coefficients. Basically, the properties introduced are related to the level of structural knowledge, the presence of 3D information, and the introduction of the relationship between the drug and the protein in the input of the model. The t-test confirms that the important binary properties for having a high Pearson coefficient are the protein (or part of the protein) being represented and introduced into the computational model as a graph, the pocket and the drug–protein interaction being part of the input, and incorporating the distance between atoms and the type of chemical bonds into the model.

1. Introduction

Binding affinity prediction is the computational process of estimating how strongly two molecules interact with each other, most commonly a drug (also called a ligand) and a biological target (usually a protein, DNA or RNA). In drug discovery, a chemical compound that acts as a drug that binds strongly (high affinity) to a protein involved in disease can block or activate the function of that protein, making it a potential medicine.
Predicting the binding affinity in a computational process helps researchers filter large libraries of compounds before doing expensive biochemical experiments [1]. Computational methods for binding affinity prediction can be classified into two categories. The first category consists of physics-inspired methods, which rely on fundamental physics principles such as molecular mechanics, thermodynamics, or quantum mechanics. These approaches have the strength of being grounded in well-established theory; however, their primary limitation is their accuracy, considering their substantial computational cost.
The second category of methods is the ones that are based on machine learning. These methods learn predictive patterns from large datasets and can be divided into two subgroups. The first subgroup includes classical machine learning approaches such as Random Forests, Support Vector Machines, Gradient Boosted Trees, and linear regression models. These methods typically rely on engineered input features, including molecular fingerprints, physicochemical descriptors, docking scores, or interaction terms.
In contrast, the second subgroup consists of deep learning approaches, which use structural information (3D) more directly through task-specific learning. For example, some models use Convolutional Neural Networks on 3D protein–ligand grids, while others use Graph Neural Networks that represent proteins and ligands as graphs [2,3]. Deep learning methods offer advantages such as scalability, rapid prediction once trained, and the ability to capture complex and non-linear patterns. Nevertheless, their weakness is that they require large amounts of high-quality training data; otherwise, they may fail to generalize outside the training domain.
To interpret the outputs of these computational methods, it is essential to understand how the binding affinity is quantitatively expressed. Binding affinity can be expressed in terms of constants such as K d (dissociation constant) or K i (inhibition constant). The lower K d or K i represents a stronger binding affinity. It may be also expressed as I C 50 , which expresses the half-maximum inhibitory concentration. This is the concentration of a substance required to inhibit a given biological process or target by 50%, usually expressed in molar units [4]. Again, a lower I C 50 represents a stronger binding affinity. The relation between K i and I C 50 is modelled through the Cheng–Prusoff equation [5]. Finally, in computational chemistry, a common way to measure the binding affinity is by the p I C 50 , which is the negative logarithm of I C 50 and has no units. The advantage of using p I C 50 instead of I C 50 is that the logarithm compresses the range into manageable numbers, and it has been demonstrated to have better statistical behaviour. Moreover, p I C 50 is more interpretable than I C 50 . For instance, p I C 50 = 8 is ten times more potent than p I C 50 = 7.
The PDBbind is a widely used benchmark dataset in computational chemistry, bioinformatics, and drug discovery [6]. It contains protein–ligand complexes that are deposited in the Protein Data Bank with their 3D structure and the experimentally measured values K d , K i and I C 50 . Computational models are trained using the protein–ligand structures and the p I C 50 calculated through the I C 50 .
The purpose of this paper is twofold. We first present a taxonomy of the latest deep learning-based methods for binding affinity prediction. Fifty different methods have been selected from the literature and classified according to 8 binary properties. These methods were then sorted using the Pearson correlation coefficient obtained when trained on the PDBbind 2016 dataset and tested on the CASF 2016 benchmark [7]. Based on the eight binary categories and their corresponding Pearson coefficients, a statistical analysis was done to deduce which properties were the most important to achieve the best Pearson coefficient. Although an important review of these 50 methods has been carried out to extract these eight properties, this paper is not presented as a review, such as [8,9], but an analysis of the importance of introducing structural knowledge in the computational protein–ligand binding affinity prediction.
The remainder of this paper is organised as follows. First, in Section 4.1, we define the binding affinity and briefly describe both old and new computational methods. Section 4.2 presents the experimental performance metrics reported for several binding affinity prediction methods across the literature. Section 4.3 describes the structural properties that commonly appear in these methods and a list of the methods reported that have these properties. Section 2.1 analyses, through a Student’s t-test, which of the properties that have been identified in Section 4.3 have more influence on the Pearson coefficients obtained by the predictive methods discussed in Section 4.2. Finally, Section 2.2 analyses, through a Chi-square test, which properties are dependent on each other. There are two final sections, with a discussion of the results and conclusions.

2. Results

The aim of the experiments is to correlate the information shown in Table 5 (structural knowledge) with that shown in Table 4 (Pearson coefficient). The aim is to find which binary properties have the most influence on having a high Pearson coefficient. In the first step, an analysis of the importance of each variable is conducted through a hypothesis test of means, to move in the second step to the analysis of the independence of variables through the Chi-square test.

2.1. Analysis of the Importance of Variables

The hypothesis test of means is a statistical test that can be used to discern two hypotheses. The first hypothesis, hypothesis H A , assumes that the mean m 0 of population P 0 is equal to the mean m 1 of another population, P 1 . In contrast, hypothesis H B assumes that m 0 < m 1 .
In our case, the hypothesis test of means has been used to verify whether a binary property is useful in giving a model a high Pearson coefficient—that is, if, in general, the models that have this property tend to have a larger Pearson coefficient than the ones that do not have this property.
Eight different populations P 1 ( 1 ) , …, P 1 ( 8 ) , each one P 1 ( i ) , 1 i 8 , are composed of the Pearson coefficients of the models that have a 1 in one ith binary property. Note that these populations are not disjointed, since the Pearson coefficient of a specific model appears in all populations P 1 ( i ) that have a 1 in the ith column in Table 5. Similarly, P 0 ( i ) , 1 i 8 , is composed of the Pearson coefficients of the models that have a 0 in one ith binary property.
Thus, in our case, hypothesis H A ( i ) , 1 i 8 , assumes that property ith does not influence the Pearson coefficient since the mean of the values whose models do not have property ith is equal to the mean of the values whose models have property ith, that is, m 0 ( i ) = m 1 ( i ) . In contrast, hypothesis H B ( i ) proposes that the ith property does influence the Pearson coefficient, specifically by increasing it, which corresponds to m 0 ( i ) < m 1 ( i ) . Because the alternative hypothesis tests for an increase in the Pearson coefficient rather than for any difference in either direction, the test is directional.
In summary, the Student’s t-test is valid when data have the following properties [10]: (1) The variable is a continuous numerical value, which is the case for the p I C 50 . (2) The values in each group come from populations that are approximately normally distributed. Appendix A incorporates images of the distributions, which, in general, have this desired behaviour (Figure A1 and Figure A2). (3) Measurements should not influence each other. Clearly, models are independent. Finally, (4) the size of sets might not be extremely imbalanced. Table 1 lists the size of each group and the balance ratio. We realise properties DG, A3D and BT have to be excluded from the Student’s t-test due to the imbalance problem (considering a balanced property has a ratio larger than 1/3).
Table 2 shows the results of the Student’s t-test given our hypothesis test of means.
The test confirms that the important binary properties for having a high Pearson coefficient are the protein (or part of the protein) being a graph (PrG), being the pocket and the interaction part of the input (PoI and II) and incorporating the 3D information of the atoms into the model (D3D). These are the properties that achieved H B ( i ) = 1 . The p V a l u e ( i ) confirms the result of testing H B ( i ) , since a p V a l u e ( i ) lower than 0.005 indicates that H B ( i ) is accepted.
The t-test shows that the introduction of the whole protein, PrI, is not necessary, although the introduction of the pocket, PoI, is necessary. The combination of these properties suggests that introducing the drug and the pocket as a graph representation—rather than the whole protein—is a good choice, as it provides sufficient structural knowledge for accurate binding affinity prediction while maintaining a relatively simple model architecture.
When deciding between introducing A3D or D3D (they are complementary), the t-test shows that the 3D data have to be introduced but not as (x, y, z) information. We believe this is because the specific positions of the atoms make the model not independent of rotations. This option forces us to discard A3D although this is not deduced in the t-test.
As properties DG and BT are imbalanced and a t-test was not feasible, they are directly analysed given the information in Table 5. We consider that: (1) There is no method that represents the protein (or part of the protein) as a graph (PrG = 1) and the drug as a vector (DG = 0), since it would make a more complex architecture. (2) The t-test considers it important that PrG = 1. (3) The six better models incorporate DG = 1. Then, we conclude DG = 1 is an important property. Finally, we also include the type of bonds between graphs, BT = 1, since this property is scarce but appears in four out of the top five best models.

2.2. Analysis of the Independence of Variables

The Chi-square test of independence is a non-parametric statistical method used to assess whether two categorical variables are associated or occur independently of one another. Its rationale is based on comparing the observed joint frequency distribution of the variables with the distribution expected under the assumption of independence. If the variables are independent, the observed frequencies in each category should closely match those expected from the product of their marginal distributions. This test returns a p-value, which quantifies the probability of observing a discrepancy between observed and expected frequencies as large as the one obtained, assuming the null hypothesis of independence is true. A small p-value indicates evidence against independence, suggesting an association between the variables.
Table 3 shows the p-value obtained by the Chi-square test for the assumption of independence between variables. If a confidence of 0.02 is considered, the table shows the dependence between four properties: PrG, PoI, PrI and II. Properties PoI, PrI and II belong to the second category that considers the input of the model. This result is not surprising, since in most cases, researchers decide to include some information in the input but not all of them. The dependence on PrG appears due to the volume of the data. If the protein is introduced as a graph, usually it is only incorporated as the pocket but not the whole protein. Moreover, there is also a dependence between II and D3D. Researchers who are aware of the importance of the ligand–protein interactions also are aware of the importance of these interactions being independent of the rotations and translations of the compounds. For this reason, few models introduce the interactions but impose the 3D positions of the atoms. As previously reported, there is not any model with the combination DG = 0 and PrG = 1, which creates strong dependence validated by the p-value = 0.0183. Finally, there is a tendency toward models with D3D = 0 (no information on the distances between atoms) having PrI = 1 (the protein is introduced). This configuration seems to be logical in reducing the space and computational cost and is reported by p-value = 0.0146.
It is important to emphasize that identifying statistical dependence among variables does not contradict the assessment of their individual importance. Tests of independence, such as the Chi-square test, evaluate whether variables are associated in a general sense, without specifying the nature or strength of their effect on the outcome of interest. In contrast, significance tests such as the Student’s t-test assess whether differences in group means are statistically meaningful, thereby providing insight into the contribution of each variable to the experimental response. Consequently, a set of variables may exhibit statistical dependence (i.e., PrG, PoI, PrI and II) while only a subset demonstrates a significant effect on the response variable (i.e., PrG, PoI and II are important although PrI is not). This distinction highlights that dependence reflects relationships among variables, whereas importance relates to their specific explanatory power within the context of the studied phenomenon.

3. Discussion

In recent years, several computational models have been presented to predict the binding affinity between proteins and ligands because it is an important task in the drug discovery field. The architectures presented are diverse, and for this reason, a FAIR comparison is needed, although difficult to achieve. PDBBind 2016 and CASF 2016 have become the de facto train set and test set, respectively. Moreover, these datasets incorporate the binding affinity through p I C 50 . For this reason, the Pearson coefficient of the predicted p I C 50 and those in CASF 2016 is the usual measure of the quality of these models, although different hyper-parameters might be used.
Through the diversity of architectures of 50 models, this article extracts eight global properties and presents them in a general table. Moreover, in another table, it lists the Pearson coefficient and the RMSE published in several articles obtained by these models together with the references of the models and the references from which the Pearson coefficient and the RMSE have been extracted. Given these two tables and using statistical tests, three principal conclusions are deduced:
  • The five most important properties that the models must have to achieve the highest Pearson coefficient are:
    (1) The model introduces the drug as a graph.
    (2) The pocket has to be selected (the atoms and the bonds of the protein that are “close to” the drug) and introduced into the model.
    (3) The model introduces the interactions between the protein and the drug.
    (4) The model uses the 3D information on the atoms. Nevertheless, the 3D information must be invariant to rotation and translation. For this reason, the distance between the atoms must be introduced into the model and not the specific 3D position.
    (5) The model uses the type of chemical bonds.
  • Most of the models do not introduce the protein, the pocket and the interactions between pocket and protein at the same time. The authors assume this is due to the need to reduce the volume of the data and the belief in the redundancy of this data.
  • The protein is not entirely introduced as a graph. It is introduced only by the pocket as a graph or the whole protein as a vector or string. The authors believe this is because the graph of a protein is too large to be processed or because of runtime restrictions.
The fact that the models have not been retrained with unified training protocols could be seen as a weakness of the Experimental Section. Clearly, using the reported Pearson coefficient in some scientific journals introduces hyper-parameter tuning bias. Note that inconsistencies in the training and testing sets might not occur since only the models tested using PDBBind 2016 and CASF 2016 as training and testing sets, respectively, have been selected. Nevertheless, it is supposed that authors present the best results, which means that the unified training protocol is to use the combination of hyper-parameters that achieve the higher Pearson coefficient instead of using exactly the same set of hyper-parameters, which is unachievable considering the huge differences in the 50 architectures.
The conclusions have been obtained only with the Pearson coefficient. The RMSE is also an interesting metric with which to evaluate the quality of the binding affinity. Nevertheless, Table 4 shows a clear dependency between these to variables, and thus, we consider the analysis of one of them enough.

4. Materials and Methods

4.1. Binding Affinity Prediction Based on Machine Learning

This section provides a brief description of the basic concepts required for the paper, including binding affinity, the pocket, and drug–protein interaction. To enhance comprehension, these concepts are shown graphically in Figure 1.
Binding affinity describes how tightly two molecules bind to one another. In biology and pharmacology, it generally refers to the interaction between a drug, also called a ligand, and a protein. Usually, the drug is a much smaller chemical compound than the protein. For example, the mean number of atoms in a protein may be around 5000, while a drug may contain approximately 100 atoms or less, making the drug roughly 100 times smaller [2]. If a drug binds strongly to its target protein, a smaller dose is generally required to achieve a therapeutic effect. In contrast, weak binding may render the drug ineffective or require higher concentrations. Consequently, high binding affinity is often a goal in drug design, and thus the machine learning methods aim to discover new drugs whose predicted affinities are among the highest (in some specific situations, moderate binding is preferred to avoid side effects or allow reversibility).
A pocket is a small cavity or groove on the protein surface where drugs can bind. It is usually formed by the 3D arrangement of amino acid residues that create a shape complementary to the ligand. The shape, size, and chemistry of the pocket are very important in determining the binding affinity because it determines whether a drug fits (also called shape complementarity). Moreover, it also determines how strongly it binds (considering hydrogen bonds, hydrophobic interactions, and charge complementarity).
Protein–ligand interaction usually means how the drug molecule (or ligand) interacts with the protein’s binding pocket. The binding affinity is supposed to depend largely on the protein–ligand interaction. This is because the protein–ligand interaction is really about the molecular forces that “glue” the drug to the protein site. Inside the pocket, ligands are stabilized by non-covalent interactions, such as hydrogen bonds, hydrophobic interactions, electrostatic (ionic) interactions, van der Waals forces or π - π stacking and cation-π interactions. Each of these interactions contributes to the overall binding affinity.

4.2. Practical Experiments on Binding Affinity Prediction

PDBBind 2016 is a widely used benchmark database that curates experimentally measured binding affinities for protein–ligand complexes with available 3D structures from the Protein Data Bank. It is organized into hierarchical subsets, including the General Set, the higher-quality Refined Set, and the Core Set, which contains 285 diverse and non-redundant complexes and is commonly used for unbiased model evaluation. Moreover, CASF 2016 (Comparative Assessment of Scoring Functions) is a standardized benchmarking framework built on the PDBBind 2016 Core Set and defines consistent evaluation protocols for binding affinity prediction. It assesses model performance across multiple tasks, including scoring, ranking, docking, and virtual screening power, with scoring power typically quantified using the Pearson correlation coefficient R p between predicted and experimental affinities.
The scientific community generally considers it appropriate to compare computational models using the Pearson correlation coefficient between predicted and experimental binding affinities, with the publicly available PDBBind 2016 and CASF 2016 datasets used as the training and test sets, respectively. This is because these datasets are considered FAIR (Findable, Accessible, Interoperable, and Reusable). This means that different methods are evaluated under identical, transparent, and reproducible conditions, so that performance differences reflect the models themselves rather than experimental artifacts. For this reason, together, PDBBind 2016 and CASF-2016 provide a rigorous and widely adopted foundation for the development and comparison of protein–ligand binding affinity prediction models. Nevertheless, the architecture of the models is diverse and the hyper-parameter tuning has not been discovered; for this reason, we have to be aware of the difficulty of comparing these 50 models.
Table 4 shows the Pearson coefficient R p and the RMSE (Rooted Mean Square Error) obtained by the models when predicting the binding affinity (measured by p I C 50 ). These values have been extracted from several papers and we checked that when a result of one model appears in more than one article, the numbers coincide. In all of them, the training set was the PDBBind 2016 database, and the test set was the CASF 2016 database. Nevertheless, these architectures are completely different, and it is difficult to standardise the hyper-parameters. The authors declare that they present the results obtained by the most favourable hyper-parameter configuration. The last column, Data Reference, indicates the reference from which these results have been extracted. In some cases, the reference for the model (second column) differs from the data reference (last column). This occurs because the original articles did not evaluate their models on binding affinity prediction using the specific training and test sets PDBBind 2016 and CASF 2016, respectively. Some of the models have been specifically designed for binding affinity prediction, whereas others were originally designed for broader chemical property prediction and were later applied to the binding affinity task by subsequent authors.
The models were published within the period from 2017 to 2025 and are ordered by decreasing Pearson coefficient, which ranges from 0.86 to 0.60. Notably, more than half of the models achieved a Pearson coefficient greater than 0.80. Moreover, in almost all cases, when the Pearson coefficient decreases, the RMSE increases. Finally, the RMSE of three models is not reported in any article, since some of them only report the Pearson coefficient.
Table 4. Comparison of various models by the Pearson correlation coefficient R p and the RMSE (Rooted Mean Square Error), displayed from the best to the worst R p .
Table 4. Comparison of various models by the Pearson correlation coefficient R p and the RMSE (Rooted Mean Square Error), displayed from the best to the worst R p .
ModelRef.Year R p RMSEData Ref.
CheapNET[11]20250.8701.107[11]
saCNN[12]20210.8651.117[13]
TopBP[14]20180.8611.650[15]
egGNN[16]20210.8601.122[16]
SS–GNN[15]20230.8531.181[15]
MP-GNN[17]20220.851-[17]
DAAP[18]20250.8451.196[18]
Mol-PSI[19]20220.8441.278[15]
DCML[20]20220.8431.255[15]
CAPLA[21]20230.8411.206[17]
GIGN[22]20230.8401.190[17]
PerSpect ML[23]20210.8401.724[15]
FPRC[24]20210.838-[17]
AGL-Score[25]20190.8331.733[25]
SableBind[26]20250.8321.205[26]
HPC/HWPC[27]20220.8311.307[15]
CurvAGN[28]20230.8301.217[28]
DEAttentionDTA[29]20240.8271.266[11]
PLEC[30]20190.826-[17]
DeepAtom[31]20190.8251.232[13]
DG-GL[32]20190.8251.767[32]
PLANET[33]20240.8241.247[33]
LGN-GIN[34]20240.8221.333[34]
IGN[35]20210.8211.269[11]
KDeep[36]20180.8201.270[15]
EGNN[37]20210.8161.289[11]
OnionNet[38]20190.8161.278[15]
Fusion-Score[13]20210.8151.300[13]
ELGN[39]20240.8101.285[28]
TNET-BP[40]20170.8101.340[40]
FAST[41]20210.8101.308[41]
GAABind[42]20240.8031.297[11]
SIGN[43]20210.7971.316[28]
LGN-GAT[34]20240.7941.424[34]
SchNet[44]20170.7871.390[11]
DeepDTAF[45]20210.7851.357[45]
AttentionSiteDTI[46]20220.7841.352[11]
Pafnucy[47]20180.7801.420[15]
PotentialNET[48]20180.7721.503[11]
CMPNN[49]20200.7651.408[28]
LGN-GTN[34]20240.7671.481[34]
GraphDTA-GAT-GCN[50]20210.7541.434[11]
MGraphDTA[51]20220.7531.439[11]
DimeNet[52]20210.7521.453[28]
MAT[53]20200.7471.457[28]
GNN-DTI[54]20190.7361.492[28]
SGCN[55]20200.6861.583[28]
GraphDTA-GIN[50]20210.6671.640[28]
GraphDTA-GCN[50]20210.6131.735[28]
GraphDTA-GAT[50]20210.6011.765[28]

4.3. Structural Properties of the Binding Affinity Methods

This section shows a new taxonomy for organising computational models for binding affinity prediction based on eight binary properties (exist/absent). They describe aspects of the structure of the compound, including the protein, the drug, and their interactions. They are grouped into three categories.
The first category considers how the drug and the protein are represented. Basically, two types of representation have been proposed: the ones that generate a vector of properties, such as fingerprints, and the ones that generate attributed graphs, in which nodes are atoms or residues and edges are bonds or energies between them. There are two properties in this group:
  • DG: The Drug is represented as an attributed Graph. Other alternatives are to represent the drug as a string (SMILES), molecular fingerprints (Morgan, ECFP, MACCS keys) or Physicochemical Descriptor Vectors (LogP, TPSA). In all the models, the whole drug, usually much smaller than the protein, is included.
  • PrG: The Protein or a part of the protein is represented as an attributed Graph. Some of the models do not include the whole protein but only the pocket. The next category is used to distinguish between both cases.
The second category considers the model’s input, and more specifically the representation of the protein, since all models incorporate the drug as part of the input. In this category, three properties are considered:
  • PrI: The whole Protein is part of the Input. As in PrG, some models only include the pocket.
  • PoI: The Pocket is part of the Input. Some models specifically incorporate the pocket, although they can also include the whole protein or not. The existence of this property is not contradictory to the existence of PrI. Nevertheless, if both exist, some redundant information is introduced into the model.
  • II: Interaction between the protein and drug is part of the Input. Some models deduce the interactions between the protein and drug, such as an estimation of the non-covalent bonds, and then consider them in the model.
Finally, the third category consists of three properties related to the atoms and the synergies between them. More specifically, they are related to the 3D position of the atoms and the type of bonds that appear.
  • A3D: The Atom’s 3D positions are considered. The model introduces the 3D position of the atom, usually obtained by the SDF and PDB files or some chemical computational programs. This knowledge is written in the node attributes.
  • D3D: Data on 3D positions is considered, although it is not part of the node attributes. Some distances or functions are computed using the 3D position, but the 3D information itself is not stored in the node attributes. Therefore, D3D and A3D are mutually exclusive.
  • BT: Bond Types are considered as attributes of the graph edges. In the same way as for the 3D position, this information is extracted from the SDF and PDB files or computed in some chemistry programs. In contrast, some models deduce the existence of a pair-of-atoms relation, and this information is structured as an edge between nodes. However, edges do not have attributes. A common option is to impose an edge if the distance between atoms is smaller than a given threshold, for example, to 5 Å.
Table 5 presents the same set of 50 models used for drug–protein binding affinity prediction shown in Table 4, together with their eight binary properties (where 1 indicates presence and 0 indicates absence).
In general, the computational cost and memory requirements increase when either the drug or the protein is represented as an attributed graph. Considering that the proteins are typically much larger than the drugs, several models consider only representing the drug as a graph. Others represent only the binding side as a graph, excluding the remaining part of the protein. As a general rule, the slowest and more memory-demanding models are those that represent both the drug and the whole protein as a graph (DG = 1, PrG = 1 and PrI = 1). These models, in Table 5, include CheapNET, TopBP, SableBind, Fusion-Score, PotentialNET and CMPNN. Among them, TopBP also incorporates the pocket (PoI = 1), which means that three attributed graphs are included in the model.
In contrast, the presence or absence of properties in the third category (A3D, D3D and BT) has relatively little impact on computational power and/or memory demand.
Only the five models—DAAP, CAPLA, DEAttentionDTA, PLEC and OnionNet—introduce the pocket as a non-graph representation (PrG = 0 and PoI = 1), such as a vector or a fingerprint. Among them, only DAAP and PLEC also model drug–protein interactions as a non-graph (PrG = 0, PoI = 1 and II = 1). The other three models do not consider interactions (PrG = 0, PoI = 1 and II = 0).
By definition of the properties, it is not possible for both A3D = 1 and D3D = 1 to occur simultaneously. Moreover, there is no relation between the presence or absence of these properties and whether the drug or protein is represented as an attributed graph.
Finally, seven models explicitly account for the types of bonds: CheapNET, TopBP, egGNN, SS-GNN, GIGN, SableBind and PLANET. All these models represent both the drug and the protein as graphs (i.e., BT = 1, DG = 1 and PrG = 1).
Table 5. Models in Table 4 are also displayed from the best to the worst R p . Further, 1 or 0 symbolise the existence or non-existence of the property. DG: The Drug is represented as an attributed Graph. PrG: The Protein is represented as an attributed Graph. PoI: The Pocket is part of the Input. PrI: The Protein is part of the Input. II: Interaction between Protein and Drug is part of the Input. A3D: Atom 3D positions are considerable. D3D: Data on 3D positions are considerable. BT: Bond Types are considerable.
Table 5. Models in Table 4 are also displayed from the best to the worst R p . Further, 1 or 0 symbolise the existence or non-existence of the property. DG: The Drug is represented as an attributed Graph. PrG: The Protein is represented as an attributed Graph. PoI: The Pocket is part of the Input. PrI: The Protein is part of the Input. II: Interaction between Protein and Drug is part of the Input. A3D: Atom 3D positions are considerable. D3D: Data on 3D positions are considerable. BT: Bond Types are considerable.
RepresentationModel InputStruct. Features
ModelRef.DGPrGPoIPrIIIA3DD3DBT
CheapNET[11]11011011
saCNN[12]11101010
TopBP[14]11111011
egGNN[16]11101011
SS-GNN[15]11101011
MP-GNN[17]11101010
DAAP[18]00111010
Mol-PSI[19]11101010
DCML[20]11101010
CAPLA[21]00110010
GIGN[22]11101011
PerSpect ML[23]11100010
FPRC[24]11101010
AGL-Score[25]11101100
SableBind[26]11010001
HPC/HWPC[27]11101010
CurvAGN[28]11101010
DEAttentionDTA[29]00110000
PLEC[30]00101000
DeepAtom[31]00000010
DG-GL[32]11101010
PLANET[33]11101011
LGN-GIN[34]11101010
IGN[35]11101010
KDeep[36]00010010
EGNN[37]11100010
OnionNet[38]00100010
Fusion-Score[13]11010100
ELGN[39]11101010
TNET-BP[40]00010010
FAST[41]11100100
GAABind[42]11100010
SIGN[43]11101010
LGN-GAT[34]11101010
SchNet[44]10010010
DeepDTAF[45]00110000
AttentionSiteDTI[46]11100010
Pafnucy[47]00010010
PotentialNET[48]11010010
CMPNN[49]11010000
GraphDTA-GAT-GCN[50]10010000
LGN-GTN[34]11101010
MGraphDTA[51]10010000
DimeNet[52]10010000
MAT[53]10010000
GNN-DTI[54]11101010
SGCN[55]11100100
GraphDTA-GIN[50]10010000
GraphDTA-GCN[50]10010000
GraphDTA-GAT[50]10010000

5. Conclusions

The aim of this paper is not to present a new survey of computational models for binding affinity prediction, because other ones have been presented, but a statistical analysis of the main properties that the best models have, with the aim of promoting better models in future research.
The final conclusion extracted from the statistical analysis is that future models have to incorporate:
  • Structural information of the pocket and the ligand.
  • The chemical relations generated between the protein and the ligand.
  • 3D information independent of rotations and translations.
The property “drug being introduced as a graph” is not incorporated into the t-test due to the imbalance problem. The best and newest models incorporate this property, and only ten models represent the ligand as a vector instead of a graph. The final conclusion extracted from the research analysis is that future models have to incorporate:
  • The drug as an attributed graph.
Future work is going to involve the development of a new architecture based on the main properties listed above, and evaluate it using the PDBbind/CASF 2016 datasets to experimentally demonstrate its usefulness.

Author Contributions

Conceptualization, N.S.-A. and F.S.; Methodology, N.S.-A. and F.S.; Software, N.S.-A. and F.S.; Validation, N.S.-A. and F.S.; Formal analysis, N.S.-A. and F.S.; Investigation, N.S.-A. and F.S.; Resources, N.S.-A. and F.S.; Data curation, N.S.-A. and F.S.; Writing—original draft, N.S.-A. and F.S.; Writing—review & editing, N.S.-A. and F.S.; Visualization, N.S.-A. and F.S.; Supervision, F.S.; Project administration, F.S.; Funding acquisition, F.S. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the project PID2022-138327OB-I00 financed by the Ministerio de Ciencia e Innovación (MCIN)/Agencia Estatal de Investigación (AEI)/10.13039/501100011033/FEDER, UE.

Data Availability Statement

The code to generate Table 2 and Table 3 is available at: https://github.com/FrancescSerratosa/Structural-Knowledge-Binding-Affinity, accessed on 3 June 2026.

Acknowledgments

We acknowledge the Universitat Rovira i Virgili lecturers Santi García-Vallvé, Aleix Gimeno, Gerard Pujadas, Susana Álvarez, Carme Julià and Albert Fernández for their valuable discussions on this topic.

Conflicts of Interest

The authors declare no conflicts of interest.

Appendix A

Figure A1. Distribution of Pearson correlation coefficients for DG, PrG, PoI and PrI binary properties. Each row corresponds to a different property (from top to bottom: DG, PrG, PoI, and PrI). For each row, the left column shows samples where the property is absent (0), while the right column shows samples where the property is present (1).
Figure A1. Distribution of Pearson correlation coefficients for DG, PrG, PoI and PrI binary properties. Each row corresponds to a different property (from top to bottom: DG, PrG, PoI, and PrI). For each row, the left column shows samples where the property is absent (0), while the right column shows samples where the property is present (1).
Molecules 31 02025 g0a1
Figure A2. Distribution of Pearson correlation coefficients for the II, A3D, D3D, and BT binary properties. Each row corresponds to a different property (from top to bottom: II, A3D, D3D, and BT). For each row, the left column shows samples where the property is absent (0), while the right column shows samples where the property is present (1).
Figure A2. Distribution of Pearson correlation coefficients for the II, A3D, D3D, and BT binary properties. Each row corresponds to a different property (from top to bottom: II, A3D, D3D, and BT). For each row, the left column shows samples where the property is absent (0), while the right column shows samples where the property is present (1).
Molecules 31 02025 g0a2

References

  1. Zhao, T.; Hu, Y.; Valsdottir, L.R.; Zang, T.; Peng, J. Identifying drug–target interactions based on graph convolutional network and deep neural network. Brief. Bioinform. 2020, 22, 2141–2150. [Google Scholar] [CrossRef]
  2. Fadlallah, S.; Julià, C.; García-Vallvé, S.; Pujadas, G.; Serratosa, F. Drug Potency Prediction of SARS-CoV-2 Main Protease Inhibitors Based on a Graph Generative Model. Int. J. Mol. Sci. 2023, 24, 8779. [Google Scholar] [CrossRef]
  3. Serratosa, F. AE+GAE: A mixture model for structural and semantic feature detection in graph neural network regression. Pattern Recognit. Lett. 2025, 195, 80–86. [Google Scholar] [CrossRef]
  4. Nelson, D.L.; Cox, M.M. Lehninger Principles of Biochemistry, 8th ed.; W. H. Freeman and Company: New York, NY, USA, 2021. [Google Scholar]
  5. Cheng, Y.C.; Prusoff, W.H. Relationship between the inhibition constant (Ki) and the concentration of inhibitor which causes 50 per cent inhibition (IC50) of an enzymatic reaction. Biochem. Pharmacol. 1973, 22, 3099–3108. [Google Scholar] [CrossRef] [PubMed]
  6. Liu, Z.; Su, M.; Han, L.; Liu, J.; Yang, Q.; Li, Y.; Wang, R. Forging the Basis for Developing Protein–Ligand Interaction Scoring Functions. Acc. Chem. Res. 2017, 50, 302–309. [Google Scholar] [CrossRef] [PubMed]
  7. Su, M.; Yang, Q.; Du, Y.; Feng, G.; Liu, Z.; Li, Y.; Wang, R. Comparative Assessment of Scoring Functions: The CASF-2016 Update. J. Chem. Inf. Model. 2019, 59, 895–913. [Google Scholar] [CrossRef]
  8. Debnath, K.; Rana, P.; Ghosh, P. A survey on deep learning for drug-target binding prediction: Models, benchmarks, evaluation, and case studies. Brief. Bioinform. 2025, 26, bbaf491. [Google Scholar] [CrossRef]
  9. Wang, Y.; Lv, J.; Xia, Y.; Xu, J.; Meng, Y.; Cui, F.; Wei, L.; Zou, Q.; Zhang, Z. A unified survey on drug-target interaction and binding affinity prediction: Models, representations, and challenges. Biotechnol. Adv. 2026, 88, 108843. [Google Scholar] [CrossRef]
  10. Dietterich, T.G. Approximate Statistical Tests for Comparing Supervised Classification Learning Algorithms. Neural Comput. 1998, 10, 1895–1923. [Google Scholar] [CrossRef]
  11. Lim, H.; Kim, S.; Lee, S. CHEAPNET: Cross-attention on hierarchical representations for efficient protein-ligand binding affinity prediction. In Proceedings of the 13th International Conference on Learning Representations, ICLR 2025, Singapore, 24–28 April 2025; pp. 17663–17696. [Google Scholar]
  12. Wang, Y.; Qiu, Z.; Jiao, Q.; Chen, C.; Meng, Z.; Cui, X. Structure-Based Protein-Drug Affinity Prediction with Spatial Attention Mechanisms. In Proceedings of the 2021 IEEE International Conference on Bioinformatics and Biomedicine (BIBM), Houston, TX, USA, 9–12 December2021. [Google Scholar]
  13. Wang, Y.; Jiao, Q.; Wang, J.; Cai, X.; Zhao, W.; Cui, X. Prediction of protein-ligand binding affinity with deep learning. Comput. Struct. Biotechnol. J. 2023, 21, 5796–5806. [Google Scholar] [CrossRef]
  14. Cang, Z.; Mu, L.; Wei, G.W. Representability of algebraic topology for biomolecules in machine learning based scoring and virtual screening. PLoS Comput. Biol. 2018, 14, e1005929. [Google Scholar] [CrossRef]
  15. Zhang, S.; Jin, Y.; Liu, T.; Wang, Q.; Zhang, Z.; Zhao, S.; Shan, B. SS-GNN: A Simple-Structured Graph Neural Network for Affinity Prediction. ACS Omega 2023, 8, 22496–22507. [Google Scholar] [CrossRef]
  16. Jiao, Q.; Qiu, Z.; Wang, Y.; Chen, C.; Yang, Z.; Cui, X. Edge-Gated Graph Neural Network for Predicting Protein-Ligand Binding Affinities. In Proceedings of the 2021 IEEE International Conference on Bioinformatics and Biomedicine (BIBM), Houston, TX, USA, 9–12 December 2021; pp. 334–339. [Google Scholar] [CrossRef]
  17. Li, X.S.; Liu, X.; Lu, L.; Hua, X.S.; Chi, Y.; Xia, K. Multiphysical graph neural network (MP-GNN) for COVID-19 drug design. Brief. Bioinform. 2022, 23, bbac231. [Google Scholar] [CrossRef] [PubMed]
  18. Rahman, J.; Newton, M.; Ali, M.; Sattar, A. Distance plus attention for binding affinity prediction. J. Cheminform. 2024, 16, 52. [Google Scholar] [CrossRef] [PubMed]
  19. Jiang, P.; Chi, Y.; Li, X.S.; Meng, Z.; Liu, X.; Hua, X.S.; Xia, K. Molecular Persistent Spectral Image (Mol-PSI) Representation for Machine Learning Models in Drug Design. Brief. Bioinform. 2022, 23, bbab527. [Google Scholar]
  20. Liu, X.; Feng, H.; Wu, J.; Xia, K. Dowker complex based machine learning (DCML) models for protein-ligand binding affinity prediction. PLoS Comput. Biol. 2022, 18, e1009943. [Google Scholar]
  21. Jin, Z.; Wu, T.; Chen, T.; Pan, D.; Wang, X.; Xie, J.; Quan, L.; Lyu, Q. CAPLA: Improved prediction of protein–ligand binding affinity by a deep learning approach based on a cross-attention mechanism. Bioinformatics 2023, 39, btad049. [Google Scholar] [CrossRef]
  22. Yang, Z.; Zhong, W.; Lv, Q.; Dong, T.; Chen, C.Y.C. Geometric Interaction Graph Neural Network for Predicting Protein Ligand Binding Affinities from 3D Structures (GIGN). J. Phys. Chem. Lett. 2023, 14, 2020–2033. [Google Scholar] [CrossRef]
  23. Meng, Z.; Xia, K. Persistent spectral–based machine learning (PerSpect ML) for protein-ligand binding affinity prediction. Sci. Adv. 2021, 7, eabc5329. [Google Scholar] [CrossRef]
  24. Wee, J.; Xia, K. Forman persistent Ricci curvature (FPRC)-based machine learning models for protein-ligand binding affinity prediction. Brief. Bioinform. 2021, 22, bbab136. [Google Scholar]
  25. Nguyen, D.D.; Wei, G.W. AGL-Score: Algebraic Graph Learning Score for Protein-Ligand Binding Scoring, Ranking, Docking, and Screening. J. Chem. Inf. Model. 2019, 59, 3291–3304. [Google Scholar] [CrossRef]
  26. Li, J.; Gong, X. Harnessing Pre-trained Models for Accurate Prediction of Protein-Ligand Binding Affinity. BMC Bioinform. 2025, 26, 55. [Google Scholar] [CrossRef]
  27. Liu, X.; Wang, X.; Wu, J.; Xi, K. Hypergraph-based persistent cohomology (HPC) for molecular representations in drug design. Brief. Bioinform. 2022, 5, bbaa411. [Google Scholar]
  28. Wu, J.; Chen, H.; Cheng, M.; Xiong, H. CurvAGN: Curvature-based Adaptive Graph Neural Networks for Predicting Protein-Ligand Binding Affinity. BMC Bioinform. 2023, 24, 378. [Google Scholar] [CrossRef]
  29. Chen, X.; Huang, J.; Shen, T.; Zhang, H.; Xu, L.; Yang, M.; Xie, X.; Yan, Y.; Yan, J. DEAttentionDTA: Protein–ligand binding affinity prediction based on dynamic embedding and self-attention. Bioinformatics 2024, 40, btae319. [Google Scholar] [CrossRef]
  30. Wójcikowski, M.; Kukiełka, M.; Stepniewska-Dziubinska, M.M.; Siedlecki, P. Development of a protein–ligand extended connectivity (PLEC) fingerprint and its application for binding affinity predictions. Bioinformatics 2019, 35, 1334–1341. [Google Scholar] [CrossRef] [PubMed]
  31. Li, Y.; Rezaei, M.A.; Li, C.; Li, X.; Wu, D. DeepAtom: A framework for protein-ligand binding affinity prediction. In Proceedings of the 2019 IEEE International Conference on Bioinformatics and Biomedicine (BIBM), San Diego, CA, USA, 18–21 November 2019. [Google Scholar]
  32. Nguyen, D.D.; Wei, G.W. DG-GL: Differential geometry-based geometric learning of molecular datasets. Int. J. Numer. Method Biomed. Eng. 2019, 35, e3179. [Google Scholar] [CrossRef]
  33. Zhang, X.; Gao, H.; Wang, H.; Chen, Z.; Zhang, Z.; Chen, X.; Li, Y.; Qi, Y.; Wang, R. PLANET: A Multi-Objective Graph Neural Network Model for Protein–Ligand Binding Affinity Prediction. J. Chem. Inf. Model. 2024, 64, 2205–2220. [Google Scholar] [CrossRef] [PubMed]
  34. Guo, J. Improving structure-based protein-ligand affinity prediction by graph representation learning and ensemble learning. PLoS ONE 2024, 19, e0296676. [Google Scholar] [CrossRef] [PubMed]
  35. Jiang, D.; Hsieh, C.Y.; Wu, Z.; Kang, Y.; Wang, J.; Wang, E.; Liao, B.; Shen, C.; Xu, L.; Wu, J.; et al. InteractionGraphNet: A Novel and Efficient Deep Graph Representation Learning Framework for Accurate Protein-Ligand Interaction Predictions. J. Med. Chem. 2021, 64, 18209–18232. [Google Scholar]
  36. Jiménez, J.; Skalic, M.; Martínez-Rosell, G.; Fabritiis, G.D. KDEEP: Protein Ligand Absolute Binding Affinity Prediction via 3D Convolutional Neural Networks. J. Chem. Inf. Model. 2018, 58, 287–296. [Google Scholar] [CrossRef] [PubMed]
  37. Satorras, V.G.; Hoogeboom, E.; Welling, M. E(n) Equivariant Graph Neural Networks. In Proceedings of the 38th International Conference on Machine Learning, Virtual Event, 18–24 July 2021; Meila, M., Zhang, T., Eds.; PMLR: Cambridge, MA, USA, 2021; Volume 139, pp. 9323–9332. [Google Scholar]
  38. Zheng, L.; Fan, J.; Mu, Y. OnionNet: A Multiple-Layer Intermolecular Contact Based Convolutional Neural Network for Protein Ligand Binding Affinity Prediction. ACS Omega 2019, 4, 15956–15965. [Google Scholar]
  39. Yi, Y.; Wan, X.; Zhao, K.; Ou-Yang, L.; Zhao, P. Equivariant Line Graph Neural Network for Protein-Ligand Binding Affinity Prediction. IEEE J. Biomed. Health Inform. 2024, 28, 4336–4347. [Google Scholar] [PubMed]
  40. Cang, Z.; Wei, G.-W. TopologyNet: Topology based deep convolutional and multi-task neural networks for biomolecular property predictions. PLoS Comput. Biol. 2017, 13, e1005690. [Google Scholar] [CrossRef] [PubMed]
  41. Jones, D.; Kim, H.; Zhang, X.; Zemla, A.; Stevenson, G.; Bennett, W.D.; Kirshner, D.; Wong, S.E.; Lightstone, F.C.; Allen, J.E. Improved Protein-Ligand Binding Affinity Prediction with Structure-Based Deep Fusion Inference. J. Chem. Inf. Model. 2021, 61, 1583–1592. [Google Scholar] [CrossRef]
  42. Tan, H.; Wang, Z.; Hu, G. GAABind: A geometry-aware attention-based network for accurate protein-ligand binding pose and binding affinity prediction. Brief. Bioinform. 2025, 25, bbad462. [Google Scholar] [CrossRef]
  43. Li, S.; Zhou, J.; Xu, T.; Huang, L.; Wang, F.; Xiong, H.; Xiong, H. Structure-aware interactive graph neural networks for the prediction of protein-ligand binding affinity. In Proceedings of the 27th ACM SIGKDD Conference on Knowledge Discovery & Data Mining, Virtually, 14–81 August 2021; pp. 975–985. [Google Scholar]
  44. Schütt, K.T.; Kindermans, P.J.; Sauceda, H.E.; Chmiela, S.; Tkatchenko, A.; Müller, K.R. SchNet: A continuous-filter convolutional neural network for modeling quantum interactions. In Proceedings of the 31st Conference on Neural Information Processing Systems (NIPS 2017), Long Beach, CA, USA, 4–9 December 2017. [Google Scholar]
  45. Wang, K.; Zhou, R.; Li, Y.; Li, M. DeepDTAF: A deep learning method to predict protein ligand binding affinity. Brief. Bioinform. 2021, 22, bbab072. [Google Scholar] [CrossRef]
  46. Yazdani-Jahromi, M.; Yousefi, N.; Tayebi, A.; Kolanthai, E.; Neal, C.J.; Seal, S.; Garibay, O.O. AttentionSiteDTI: An interpretable graph-based model for drug-target interaction prediction using NLP sentence-level relation classification. Brief. Bioinform. 2022, 23, bbac272. [Google Scholar]
  47. Stepniewska-Dziubinska, M.M.; Zielenkiewicz, P.; Siedlecki, P. Development and evaluation of a deep learning model for protein–ligand binding affinity prediction. Bioinformatics 2018, 34, 3666–3674. [Google Scholar] [CrossRef]
  48. Feinberg, E.N.; Sur, D.; Wu, Z.; Husic, B.E.; Mai, H.; Li, Y.; Sun, S.; Yang, J.; Ramsundar, B.; Pande, V.S. PotentialNet for Molecular Property Prediction. ACS Cent. Sci. 2018, 4, 1520–1530. [Google Scholar] [CrossRef]
  49. Song, Y.; Zheng, S.; Niu, Z.; Fu, Z.H.; Lu, Y.; Yang, Y. Communicative representation learning on attributed molecular graphs. In Proceedings of the IJCAI, Yokohama, Japan, 7–15 January 2020; pp. 2831–2838. [Google Scholar]
  50. Nguyen, T.; Le, H.; Quinn, T.P.; Nguyen, T.; Le, T.D.; Venkatesh, S. Graphdta: Predicting drug-target binding affinity with graph neural networks. Bioinformatics 2021, 37, 1140–1147. [Google Scholar]
  51. Yang, Z.; Zhong, W.; Zhao, L.; Chen, C.Y.C. MGraphDTA: Deep multiscale graph neural network for explainable drug–target binding affinity prediction. Chem. Sci. 2022, 13, 816–833. [Google Scholar] [CrossRef]
  52. Gasteiger, J.; Yeshwanth, C.; Günnemann, S. Directional Message Passing on Molecular Graphs via Synthetic Coordinates. In Proceedings of the 35th Conference on Neural Information Processing Systems (NeurIPS 2021), Virtual, 6–14 December 2021. [Google Scholar]
  53. Maziarka, Ł.; Danel, T.; Mucha, S.; Rataj, K.; Tabor, J.; Jastrzębski, S. Molecule attention transformer. arXiv 2020, arXiv:2002.08264. [Google Scholar] [CrossRef]
  54. Lim, J.; Ryu, S.; Park, K.; Choe, Y.J.; Ham, J.; Kim, W.Y. Predicting Drug Target Interaction Using a Novel Graph Neural Network with 3D Structure-Embedded Graph Representation. J. Chem. Inf. Model. 2019, 59, 3981–3988. [Google Scholar] [CrossRef]
  55. Danel, T.; Spurek, P.; Tabor, J.; Śmieja, M.; Struski, Ł.; Słowik, A.; Maziarka, Ł. Spatial graph convolutional networks. In Proceedings of the Neural Information Processing: 27th International Conference, ICONIP 2020, Bangkok, Thailand, 18–22 November 2020; pp. 668–675. [Google Scholar]
Figure 1. Graphical example of a protein–ligand interaction. The large outer shape represents the protein, which contains an internal cavity known as the binding pocket (outlined by the dotted rectangle). The smaller shape inside the pocket corresponds to the ligand, which interacts with surrounding residues through multiple contacts (shown as connecting lines).
Figure 1. Graphical example of a protein–ligand interaction. The large outer shape represents the protein, which contains an internal cavity known as the binding pocket (outlined by the dotted rectangle). The smaller shape inside the pocket corresponds to the ligand, which interacts with surrounding residues through multiple contacts (shown as connecting lines).
Molecules 31 02025 g001
Table 1. Size of the groups split by having the property (first column) and not having the property (second column). The last column shows the balance ratio measured as the minimum size of both sets divided by the maximum size of them. In bold, properties with a balance ratio smaller than 1/3.
Table 1. Size of the groups split by having the property (first column) and not having the property (second column). The last column shows the balance ratio measured as the minimum size of both sets divided by the maximum size of them. In bold, properties with a balance ratio smaller than 1/3.
Property10Min/Max
DG40100.25
PrG32180.56
PoI33170.51
PrI21290.72
II24260.92
A3D4460.08
D3D34160.47
BT7430.16
Table 2. Hypothesis test of means given the data in Tables 4 and 5.
Table 2. Hypothesis test of means given the data in Tables 4 and 5.
Propertyi H B ( i ) pValue ( i )
PrG210.0029
PoI310.0005
PrI400.9922
II510.0003
D3D710.0000
Table 3. p-values computed by the Chi-square test to check the independence assumption. In bold are the smaller values, which means that the variables are considered dependent (confidence 0.02).
Table 3. p-values computed by the Chi-square test to check the independence assumption. In bold are the smaller values, which means that the variables are considered dependent (confidence 0.02).
DGPrGPoIPrIIIA3DD3DBT
DG00.01830.96651.00001.00000.77030.99630.8672
PrG 00.00390.00020.00160.66520.06660.7258
PoI 00.00000.00040.91260.03650.9925
PrI 00.00090.84710.01460.9998
II 00.79450.00780.7228
A3D 01.00000.8455
D3D 00.9211
BT 0
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Segura-Alabart, N.; Serratosa, F. Structural Knowledge Is What Matters in Protein–Ligand Binding Affinity Prediction. Molecules 2026, 31, 2025. https://doi.org/10.3390/molecules31122025

AMA Style

Segura-Alabart N, Serratosa F. Structural Knowledge Is What Matters in Protein–Ligand Binding Affinity Prediction. Molecules. 2026; 31(12):2025. https://doi.org/10.3390/molecules31122025

Chicago/Turabian Style

Segura-Alabart, Natàlia, and Francesc Serratosa. 2026. "Structural Knowledge Is What Matters in Protein–Ligand Binding Affinity Prediction" Molecules 31, no. 12: 2025. https://doi.org/10.3390/molecules31122025

APA Style

Segura-Alabart, N., & Serratosa, F. (2026). Structural Knowledge Is What Matters in Protein–Ligand Binding Affinity Prediction. Molecules, 31(12), 2025. https://doi.org/10.3390/molecules31122025

Article Metrics

Article metric data becomes available approximately 24 hours after publication online.
Back to TopTop