Skip to main content
  • Original article
  • Open access
  • Published:

Genetic algorithm with a crossover elitist preservation mechanism for protein–ligand docking

Abstract

Protein–ligand docking plays an important role in computer-aided pharmaceutical development. Protein–ligand docking can be defined as a search algorithm with a scoring function, whose aim is to determine the conformation of the ligand and the receptor with the lowest energy. Hence, to improve an efficient algorithm has become a very significant challenge. In this paper, a novel search algorithm based on crossover elitist preservation mechanism (CEP) for solving protein–ligand docking problems is proposed. The proposed algorithm, namely genetic algorithm with crossover elitist preservation (CEPGA), employ the CEP to keep the elite individuals of the last generation and make the crossover more efficient and robust. The performance of CEPGA is tested on sixteen molecular docking complexes from RCSB protein data bank. In comparison with GA, LGA and SODOCK in the aspects of lowest energy and highest accuracy, the results of which indicate that the CEPGA is a reliable and successful method for protein–ligand docking problems.

Introduction

Protein–ligand docking is one of the most important methods in structure-based pharmaceutical development (Brooijmans and Kuntz 2003; Huang and Zou 2010; Jug et al. 2015; Moitessier et al. 2008; Zhao et al. 2014, 2016), and it is also an important approach for large-scale virtual screening. With the development of X-ray technology, the three-dimensional structure of docked conformations has been obtained so that protein–ligand docking has more practical significance. Through the establishment of protein–ligand docking model, and researching the interaction the receptor and the ligand, to discover and design a more effective, more ideal drugs. The process of molecular docking is to search conformations of the proteins and the ligands with lowest energy. The ligands are placed at the active site of the protein receptors, and reasonable orientations and conformations are sought to match the shape and interaction of ligands and receptors. The active binding site refers to a specific small region in the receptors, which is composed of a small number of amino acid residues on the side chain. The optimized target energy value of molecular docking is obtained by calculating the interaction between the ligands and the binding region of the receptors.

Scoring function (Hu et al. 2004; Huey et al. 2006; Jain 2006; Muryshev et al. 2003) and search algorithm (Blum et al. 2011; Lόpez-Camacho et al. 2015) are two important parts in the process of protein–ligand docking. The scoring function which is a force field to evaluate the energy of the docking conformation is helpful to explore the binding model receptors and ligands. Reasonable scoring function not only can correctly assess the docking results, but it also can distinguish the difference between the results of different docking (Bharatham et al. 2014; Li et al. 2015).

The search algorithm is to find out the optimal binding mode between small ligand and its receptor protein around binding site. Some algorithms have been shown to be very effective for solving the protein–ligand docking problem, and some researchers have improved the power of these docking methods. For example, simulated annealing (SA) (Goodsell and Olson 1990), Genetic algorithm (GA) (Cao and Li 2004; Jones et al. 1997; Thomsen 2003), Lamarckian genetic algorithm (LGA) (Fuhrmann et al. 2010), SODOCK (Chen et al. 2007; Jason et al. 2008; Ng et al. 2015), and artificial bee colony algorithm (ABC) (Uehara et al. 2015). However, to develop an efficient and reliable search algorithm is still a challenge for docking problem.

The parents of the elitist individual in original genetic algorithm are not retained, which lead to good genes of the parents do not continue produce to excellent individual through crossover operation. In the article, a new evolutionary algorithm, namely genetic algorithm with crossover elitist preservation (CEPGA), is presented to overcome the shortcoming. The introduction of the crossover elitist preservation (CEP) mechanism can improve the speed of operation and ensure that the optimal solution is not abandoned. The next generation is better for the competition of the elitist parents and their offspring. Moreover, a local search which can select a optimal solution in the near space of the current solution is incorporated into the GA.

AutoDock is a protein–ligand docking software developed by Morris et al. of Scripps Research Institute in the United States. AutoDock (Kitchen et al. 2004; Morris et al. 2009) is a free and open source docking software, and it is also the most widely used automated docking program. The software first produces the grid of the binding site, and then uses the search algorithm to find the best combination of the receptor and the ligand, and finally evaluates the conformation by means of the scoring function. AutoDock 4.2.6 is used as an experimental environment in this paper. The semi-empirical free energy force field that is based on a overall thermodynamic model which can convert intramolecular energy into binding and predictive free energy in AutoDock 4.2.6 is used as a scoring function in the experiments of the paper. To study the capability of the presented method, genetic algorithm crossover elitist preservation mechanism (CEPGA), it has been tested on a set of different protein–ligand complexes from RCSB protein data bank (PDB) (http://www.rcsb.org/pdb) (Berman et al. 2002) and compared to GA, LGA, SODOCK, and ABC.

Materials and methods

Standard genetic algorithm

Genetic algorithm (GA) is a method by simulating Darwin’s theory of natural evolution to search for the optimal solution. Genetic algorithm starts from a population contains potential solutions of a specific problem. Each encoding corresponds to a solution for the problem, and it called a individual or chromosome. Then with the help of selection, crossover, and mutation produces a new population. This process results in that the population evolves from generation to generation to get more and better approximate solutions according to the principle of survival of the fittest. The best individual which is decoded in the last population can be used as an optimal solution. On the basis of the ability of the individual to adapt to the environment, selection decides the survival or the elimination of the individual. The selection operation enables the individuals with higher fitness which is evaluated using the scoring function to be preserved with greater probability, so that the population converges to the global optimum at the fastest speed. Sort selection is a ranking of all individuals according to their fitness values and determines the probability of individuals being selected, it is used in GA for protein–ligand docking. The process in which individuals randomly pair up, exchange part of their chromosomes at a probability, and form new individuals is called crossover. One point crossover, an intersection is randomly selected and two individuals swap at the front or back of the point to produce a new individual, is adopted as crossover operator of GA for protein–ligand docking. The so-called mutation, which is a number of accidental factors, causes the genes in individuals are randomly transformed at a certain probability and produces new individuals. For the protein–ligand docking problem, GA is real code, so real mutation is used as mutation operator.

Genetic algorithm with crossover elitist preservation mechanism

The crossover of genetic algorithm, first of all, two relative paired individuals are determined based on specific principles. Then, they exchange some genes in a specific way to form two new individuals. The purpose of crossover is to keep the good genes of the parent generation and generate a lot of new individuals. However, the pairing of the individuals is random in the parent generation, and the randomness plays an ineffective role in the global search. The excellent individuals of the previous generation have not been retained due to the randomness, and the individuals may not be as good as the previous generation. Accordingly, a novel crossover strategy is introduced.

In the method, X0, Xfather and Xmother are introduced. X0 represents elitist individual, Xfather represents the father of elitist individual, and Xmother represents the mother of elitist individual. When the current solution is better than any other solutions before, the current solution is defined as X0 and Xfather and Xmother of X0 are preserved. The saved value of the parents are used for the next crossover operation. With the development of the algorithm, using good values of Xfather and Xmother instead of other values for crossover, the search algorithm are gradually efficient. The new method is called crossover elitist preservation mechanism and abbreviated as CEP.

Example: suppose CEPGA randomly generates six individuals, 1a, 1b, 1c, 1d, 1e and 1f, respectively, in the first generation. In Fig. 1 (1), six new individuals are produced by crossover operator of GA in the second generation, such as 1a and 1b cross to generate 2a. If the individual 2a is the current optimal solution, the parents of the elitist individual, 1a and 1b, are preserved. Because the genes of the parents of the elitist individual are excellent, they may be more likely to reproduce elitist individuals. Then the preserved individuals, 1a and 1b, replace the individuals, 2a, 2b, 2c, 2d, 2e, and 2f, in the second generation. 2a as the elitist individual can not be replaced. Two random individuals of the remaining five individuals are selected in the second generation, such as 2b and 2c, and then replace them with 1a and 1b. In Fig. 1 (2), 2b and 2c are replaced by saved individuals 1a and 1b, so the next generation is 2a, 1a, 1b, 2d, 2e, 2f.

Fig. 1
figure 1

Diagram of CEP. (1) The individuals of the previous generation pair and cross to generate the individuals of the next generation. The optimum individual 2a serves as an elitist individual, and its parents are preserved. (2) The adjusted individuals of the next generation after CEP

By using the CEP, the parents of the elitist individual and the population of current generation are combined to make the gene quality of the population better, ensures that the genes of good individuals are not discarded during evolution, and maintain that the genes of the best individuals in the population can pass on to the next generation. For protein–ligand docking, the number of elitist individuals is θ*the number of population, where θ is a particular adjustable number (the range is 0.01–0.1). Hence, the number of the parents of elitist individuals is 2θ*the number of population. The parents of the elitist individuals are preserved, and they replace individuals of current generation except the elitist individuals.

Local search is an algorithm chooses an optimal solution in the near solution space of the current solution, until it reaches a local optimal solution. The basic idea of local search algorithm: search direction is carried out along the direction of the solution of the target. If a solution is not a local optimum, the local search can get a optimal solution in its near space. In the search process, the locally strong search algorithm always selects the neighborhood of the current solutions. The local search is also added to the novel algorithm (CEPGA) in order to improve the efficiency.

The pseudo-code and the block diagram of CEPGA is showed in Table 1 and Fig. 2, respectively. CEPGA begins with a random initialized population. Then, the next population is reproduced after crossover, CEP (steps 04–11), mutation and selection. From the second generation, elitist individuals with good genes are reproduced, and the parents of these elitist individuals are preserved. The preserved individuals of parent generation and the individuals of sub-generation are combined to form a new parent population. The introduction of the crossover elitist preservation strategy can increase the sampling space and the competition among individuals. It is easier to get a better solution through the competition among the elitist individuals in the new formed generation. This process continues until a specific termination condition is reached. The above steps ensure that the best genes are not destroyed and the algorithm evolves toward the direction of the optimal solution.

Table 1 Pseudo-code of CEPGA
Fig. 2
figure 2

Block diagram of CEPGA. The basic process of CEPGA is showed in the figure. CEP was applied after crossover so that the genes of the new population are excellent

Results

To value the impact of the presented algorithm, the performance found by CEPGA with GA, LGA, SODOCK and ABC is compared. The semi-empirical free energy force field described above is used in all experiments in this paper. In order to maintain the diversity of the protein–ligand X-ray structures, theses instances should have a wide span of the number of rotatable bonds in ligands. Sixteen protein–ligand X-ray structures (Hu et al. 2004) with 0–15 rotatable bonds in ligands are chosen from RCSB protein data bank (Berman et al. 2002) (http://www.rcsb.org/pdb) to compare the capability of the docking techniques.

(1) 3ptb beta-trypsin/ben (benzamidine)

Beta-trypsin is a kind of protease, which is extracted from the pancreas of cattle, sheep and pigs. Benzamidine is an inhibitor, and it is often used to prevent proteolytic degradation of proteins.

(2) 1aha alpha-momorcharin/ade (adenine)

Alpha-momorcharin is extracted from the seeds of Momordica charantia. Adenine is a substance in the body.

(3) 3hvt HIV-1 reverse transcriptase/nvp

HIV-1 reverse transcriptase is the three phosphate enzyme that synthesizes complementary DNA. Nvp is a potent, non-nucleoside reverse transcriptase inhibitor.

(4) 1phg cytochrome P450-cam/hem (protoporphyrin IX)

Cytochrome P450-cam is a superfamily of heme-thiolate proteins, it is involved in the metabolism of endogenous and exogenous substances. Protoporphyrin IX is purple brown crystalline powder, soluble in methanol, insoluble in water, chloroform, ether and acetone.

(5) 2mcp McPC-603/pc (phosphocholine)

McPC-603 is a phosphocholine-binding mouse myeloma protein. Phosphocholine is an intermediate in the synthesis of phosphatidylcholine in tissues.

(6) 1stp streptavidin/btn (biotin)

Biotin, also known as vitamin H or coenzyme R, is a water-soluble B-vitamin. Streptavidin/Biotin is one of the most tightly binding noncovalent complexes. 窗体顶端

Streptavidin is a kind of protein that gained from streptomyces, and it has a similar biological characteristic with affinity. Biotin is one of the B vitamins, and it is essential for the normal metabolism of fats and proteins.

(7) 6rnt ribonuclease T1/ca (calcium ion)

Ribonuclease T1 is a endonuclease that removes the non hybridized RNA region in the DNA–RNA hybrid. Calcium ion is an indispensable ion in the physiological activities of the body.

(8) 4dfr dihydrofolate reductase/mtx (methotrexate)

窗体顶端

Dihydrofolate reductase is an enzyme that has been used as a drug-target in the building of anti-cancer and other processes. Methotrexate is an substance that has a strong immunosuppressive effect, it can prevent division and proliferation of immune cells.

(9) 1ett thrombin/4qq

Thrombin is a white to gray amorphous material, and it is generally freeze-dried powder. 4qq is a non-polymer inhibitor.

(10) 1hri human rhinovirus/s57

Human rhinovirus is a kind of rhinovirus and the main cause of the common cold in humans. S57 is a kind of imidazole.

(11) 1hvr protease/xk2

Protease is an enzyme that catalyzes protein catabolism, and it can be find in plants, animals, and so on. Xk2 is an small molecule inhibitor that can block or reduce the rate of chemical reaction.

(12) 4hmg hemagglutinin/sia (sialic acid)

Hemagglutinin is a substance that results in red blood cells to coagulate. Sialic acids are acidic monosaccharides which are produced at terminal sugars chains.

(13) 1cdg cyclodextrin glycosyl transferase/mol (maltose)

窗体顶端

Cyclodextrin glycosyltransferase is a bacterial enzyme which has the ability to generate cyclodextrins. Maltose is a substance formed from malt and starch, and it is used as a nutrient and a culture medium.

(14) 1htf HIV-1 protease/g26

HIV-1 protease is an enzyme that separates newly synthesized polyproteins to their component peptides. G26 is a non-polymer inhibitor. G26 is a kind of amide which is a highly reactive and easily oxidizable perssad.

(15) 1glq glutathione S-transferase/gtb (S-(P-nitrobenzyl)glutathione)

Glutathione S-transferase is a group of enzymes related to the detoxification function of the liver. S-(P-nitrobenzyl)Glutathione is an important synthesis of glutathione precursor.

(16) 1tmn thermolysin/nas (2-naphthalenesulfonic acid)

Thermolysin is a biological substance, and it is characterized by the hydrolysis of hydrophobic amino acids at a faster rate. 2-naphthalenesulfonic acid is white crystal or powder, soluble in water, insoluble in alcohol, and it can be used in organic synthesis.

The AutoDock’s PDBQTs of the protein and the ligand are prepared firstly. The PDBQT of the protein is obtained using the following steps: (1) read protein. (2) remove water molecules. (3) add hydrogen. The ligand follow the lowing procedure to get the PDBQT format: (1) read ligand. (2) detect root. (3) choose torsion. (4) set number of torsion.

It is necessary to make sure that the parameters of different search algorithms are equally set up. Therefore, in the three GAs, the population is 50, the number of generations is 27,000, and the energy evaluations is 1.5 × 106 in a docking. In this way, the dockings are terminated by reaching the maximum number of generations. In the SODOCK, the number of particles and immediate neighbors is 50 and 5, respectively; while the maximal number of function evaluations is 1.5 × 106. And in the ABC, the number of the population is 50, and the maximum number of cycles is 1.5 × 106.

Each method is run ten times independent for each protein–ligand docking problem. Table 2 lists the protein–ligand complex names (PDB), the ligand names, the number ligand torsions, the lowest energies and the smallest RMSDs for all 16 test proteins. RMSD is the root mean square deviation between the docking results and the crystal complex, and it is the most important index to evaluate the docking accuracy. It is acceptable if the RMSD is less than 2.0 Å, otherwise the docking is invalid. Through the results table, It is concluded that the CEPGA finds 13 lowest energy of thirteen in the 16 molecular docking complexes. The smallest RMSD found by each of the five search algorithms is 9, 2, 2, 1, and 2 using CEPGA, LGA, GA, SODOCK, and ABC respectively.

Table 2 Lowest energy and smallest RMSD results of five compared algorithms

The convergence diagrams are illustrated in Fig. 3. The experiment records the optimal energy as the vertical axis and the number of energy evaluations when the optimal energy value is evaluated as the horizontal axis. The convergence curve and the convergence period of the algorithm are observed, which provides a reference for the performance evaluation. Figure 4 shows box plots between five compared algorithms in different PDB. The energy values of each PDB are arranged from large to small, and the upper edge, the upper quartile, median, the median, the lower four quantile, and the lower edge are calculated, respectively. Under the confidence level of 0.05, we adopt hypothesis test (Knowles et al. 2006) to demonstrate whether CEPGA can be applied to all protein–ligand docking problem in Table 3. When comparing algorithm 1 with algorithm 2, the algorithm 1 is superior to the algorithm 2 if the p value is less than 0.05.

Fig. 3
figure 3

Convergence diagrams of five algorithms in different PDB. The energy is used as the vertical axis and the number of energy evaluations Neval is used as the horizontal axis. The energy values of different Neval are recorded

Fig. 4
figure 4

Box plots of five algorithms in different PDB. The energy is used as the vertical axis and the five compared algorithms are used as the horizontal axis. The energy values of the upper edge, the upper quartile, the median, median, the lower four quantile, and the lower edge are recorded, respectively

Table 3 Hypothesis test result

Discussion

Drug molecular design plays a decisive role in the development of drugs. Protein–ligand docking is the major method of computer aided drug design (Guedes et al. 2014; Huang and Zou 2010), which takes advantage of the combination of drug chemistry and computer technology to improve the efficiency of drug development (Zhao et al. 2008, 2011). The aim of protein–ligand docking is to find the best ligand conformation of a ligand against a protein target with the lowest energy (Bohlooli et al. 2017). many researchers have made great efforts to improve the power of the protein–ligand docking methods, such as simulated annealing (SA), genetic algorithm (GA) (Jones et al. 1997), Lamarckian genetic algorithm (LGA) (Fuhrmann et al. 2010), SODOCK (Chen et al. 2007), and artificial bee colony (ABC) (Uehara et al. 2015). However, the quality of the solutions that the existing algorithms obtain is insufficient. This paper illustrates a novel and robust optimization algorithm (CEPGA) for solving the protein–ligand docking problems with an aim to overcome the above-mentioned drawback.

An efficient docking method consists of two connected goals, which are the fitness accuracy (energy based) and the pose accuracy (root mean square deviation (RMSD) based) (Guo et al. 2014; Hu et al. 2004). For the fitness accuracy, the lower energy is associated with the greater binding activity which can also give rise to better drug efficiency. RMSD is utilized to determine whether two docked conformations are similar enough to be categorized into the same cluster. A docked conformation with a smaller RMSD is considered as a more accurate solution to the docking problem. Compared CEPGA with GA, LGA, SODOCK, and ABC (Castro-Alvarez et al. 2017; Feinstein and Brylinski 2015), Table 2 show that CEPGA has the best performance in the search for the lowest energy and the smallest RMSD of molecular docking conformations.

We also evaluate the performance of CEPGA in other aspects including convergence analysis, data distribution, and hypothesis test (Knowles et al. 2006) in comparison with GA, LGA, SODOCK, and ABC (Castro-Alvarez et al. 2017; Feinstein and Brylinski 2015). The convergence diagrams (Fig. 3) indicate that CEPGA is superior to other methods in terms of convergence rate and solution quality, and these figures also show that CEPGA can prevent premature convergence. For data distribution, as seen in box plots (Fig. 4), the medians of CEPGA are the lowest and its data are the most concentrated. This can demonstrate that CEPGA is a stable algorithm for protein–ligand docking. Hypothesis tests are showed in Table 3, and it can be obviously seen that CEPGA is better than other algorithms according the p value in the tables.

In conclusion, the paper presents the CEPGA which combines genetic algorithms, crossover elitist preservation (CEP), and local search method to extends the power of the GA_based algorithm for molecular docking problems. By using the CEP mechanism, the search algorithm not only can retain elitists to improve the efficiency of crossover, but also can get better energy value and RMSD. The five search methods, CEPGA, LGA, GA, SODOCK, and ABC are tested by experiments above. The results indicate that CEPGA has superior ability to the other four search algorithms in terms of robustness and efficiency. This suggests that CEPGA can enhance the applicability of AutoDock to docking problems.

Abbreviations

CEP:

crossover elitist preservation

CEPGA:

genetic algorithm with crossover elitist preservation

SA:

simulated annealing

GA:

genetic algorithm

LGA:

Lamarckian genetic algorithm

ABC:

artificial bee colony algorithm

RMSD:

root-mean-square deviation

References

  • Berman HM, Battistuz T, Bhat TN, Bluhm WF, Bourne PE, Burkhardt K, Feng Z, Gilliland GL, Iype L, Jain S, Fagan P, Marvin J, Padilla D, Ravichandran V, Schneider B, Thanki N, Weissig H, Westbrook JD, Zardecki C (2002) The protein data bank. Acta Crystallogr D Biol Crystallogr 58:899–907

    Article  PubMed  Google Scholar 

  • Bharatham N, Bharatham K, Shelat AA, Bashford D (2014) Ligand binding more prediction by docking: mdm2/mdmx inhibitors as a case study. J Chem Inf Model 54(2):648–659

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  • Blum C, Puchinger J, Raidl GR, Roli A (2011) Hybrid mataheuristics in combinatorial optimization: a survey. Appl Soft Comput 11(6):4135–4151

    Article  Google Scholar 

  • Bohlooli F, Sepehri S, Razzaghi-AsI N (2017) Response surface methodology in drug design: a case study on docking analysis of a potent antifungal fluconazole. Comput Biol Chem 67:158–173

    Article  CAS  PubMed  Google Scholar 

  • Brooijmans N, Kuntz ID (2003) Molecular recognition and docking alogirthms. Annu Rev Biophys Biomol Struct 32(32):335–373

    Article  CAS  PubMed  Google Scholar 

  • Cao TC, Li TH (2004) A combination of numeric genetic algorithm and tabu search can be applied to molecular docking. Comput Biol Chem 28(4):303–312

    Article  CAS  Google Scholar 

  • Castro-Alvarez A, Costa AM, Vilarrasa J (2017) The performance of several docking programs at reproducing protein-macrolide-like crystal structures. Molecules 22(1):136

    Article  Google Scholar 

  • Chen HM, Liu BF, Huang HL, Hwang SF, Ho SY (2007) SODOCK: swarm optimization for highly flexible protein–ligand docking. J Comput Chem 28(2):612–623

    Article  CAS  PubMed  Google Scholar 

  • Feinstein WP, Brylinski M (2015) Calculating an optimal box size for ligand docking and virtual screening against experimental and predicted binding pockets. J Cheminform 7:18

    Article  PubMed  PubMed Central  Google Scholar 

  • Fuhrmann J, Rurainsk A, Lenhof HP, Neumann D (2010) A new Lamarckian genetic algorithm for flexible ligang-receptor docking. J Comput Chem 31(9):1911–1918

    CAS  PubMed  Google Scholar 

  • Goodsell DS, Olson AJ (1990) Automated docking of substrates to proteins by simulated annealing. Proteins Struct Funct Genet 8(3):195–202

    Article  CAS  PubMed  Google Scholar 

  • Guedes IA, de Magalhães CS, Dardenne LE (2014) Receptor-ligand molecular docking. Biophys Rev 6(1):75–87

    Article  CAS  PubMed  Google Scholar 

  • Guo LY, Yan ZQ, Zheng XL, Hu L, Yang YL, Wang J (2014) A comparison of various optimization algorithms of protein–ligand docking programs by fitness accuracy. J Mol Model 20:2251

    Article  PubMed  Google Scholar 

  • Hu X, Balaz S, Shelver WH (2004) A practical approach to docking of zinc metalloproteinase inhibitors. J Mol Graph Model 22(4):293–307

    Article  CAS  PubMed  Google Scholar 

  • Huang SY, Zou XQ (2010) Advances and challenges in protein–ligand docking. Int J Mol Sci 11(8):3016–3034

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  • Huey R, Morris GM, Olson AJ, Goodsell DS (2006) Software news and update a semiempirical free energy force field with charge-based desolvation. J Comput Chem 10:1145–1152

    Google Scholar 

  • Jain AN (2006) Scoring functions for protein–ligand docking. Curr Protein Pept Sci 7(5):407–420

    Article  CAS  PubMed  Google Scholar 

  • Jason S, Merkle D, Middendorf M (2008) Molecular docking with multi-objective particle swarm optimization. Appl Soft Comput 8(1):666–675

    Article  Google Scholar 

  • Jones G, Willett P, Glen RC, Leach AR, Taylor R (1997) Development and validation of a genetic algorithm for flexible docking. J Mol Biol 267(3):727–748

    Article  CAS  PubMed  Google Scholar 

  • Jug G, Anderluh M, Tomašič T (2015) Comparative evaluation of several docking tools for docking small molecule ligands to DC-SIGN. J Mol Model 21(6):164–178

    Article  PubMed  Google Scholar 

  • Kitchen DB, Decomez H, Furr JR, Bajorath J (2004) Docking and scoring in virtual screening for drug discovery: methods and applications. Nat Rev Drug Discov 3:935–949

    Article  CAS  PubMed  Google Scholar 

  • Knowles J, Thiele L, Zitzler E (2006) A tutorial on the performance assessment of stochastic multiobjective optimizers. Computer Engineering and Networks Laboratory (TIK), ETH Zurich

  • Li ZF, Gu JF, Zhuan HY, Kang L, Zhao XY, Guo G (2015) Adaptive molecular docking method baesd on information entropy genetic algorithm. Appl Soft Comput 26:299–302

    Article  Google Scholar 

  • Lόpez-Camacho E, Godoy MJ, Garcỉa-Nieto J, Nebro AJ, Aldana-Montes JF (2015) Solving molecular flexible docking problems with mataheuristics: a comparative study. Appl Soft Comput 28(6):379–393

    Article  Google Scholar 

  • Moitessier N, Englebienne P, Lee D, Lawandi J, Gorbeil CR (2008) Towards the development of universal, fast and highly accurate docking/scoring methods: a long way to go. Br J Pharmacol 153(1):7–26

    Google Scholar 

  • Morris GM, Huey R, Lindstrom W, Sanner MF, Belew RK, Goodsell DS, Olson AJ (2009) AutoDock4 and AutoDockTools4: automated docking with selective receptor flexibility. J Comput Chem 30(16):2785–2791

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  • Muryshev AE, Tarasov DN, Butygin AV, Butygina OV, Aleksandrov AB, Nikitin SM (2003) A novel scoring function for molecular docking. J Comput Aided Mol Des 17(9):597–605

    Article  CAS  PubMed  Google Scholar 

  • Ng MC, Fong S, Siu SW (2015) PSOVina: the hybrid particle swarm optimization algorithm for protein–ligand docking. J Bioinform Comput Biol 13(3):1541007

    Article  CAS  PubMed  Google Scholar 

  • Thomsen R (2003) Flexible ligand docking using evolutionary algorithms: investigating the effects of variation operators and local search hybrids. Biosystems 72:57–73

    Article  CAS  PubMed  Google Scholar 

  • Uehara S, Fujimoto KJ, Tanaka S (2015) Protein–ligand docking using fitness learning-based artificial bee colony with proximity stimuli. Phys Chem Chem Phys 17(25):16412–16417

    Article  CAS  PubMed  Google Scholar 

  • Zhao YH, Jeffrey XY, Wang GR (2008) Maximal Subspace Coregulated Gene Clustering. IEEE Trans Knowl Data Eng 20(1):83–98

    Article  Google Scholar 

  • Zhao YH, Wang GR, Li Y, Wang ZH (2011) Finding novel diagnostic gene patterns based on interesting non-redundant contrast sequence rules. ICDM. p 972–981

  • Zhao YH, Wang GR, Zhang X, Yu JX, Wang ZH (2014) Learning phenotype structure using sequence model. IEEE Trans Knowl Data Eng 26(3):667–681

    Article  Google Scholar 

  • Zhao YH, Wang GR, Yin Y (2016) Improving ELM-based microarray data classification by diversified sequence features selection. Neural Comput Appl 27(1):155–166

    Article  Google Scholar 

Download references

Authors’ contributions

BG planned and carried out the experiments, analyzed the data and wrote the manuscript; CZ reviewed the manuscript; JN participated in the data analysis. All authors read and approved the final manuscript.

Authors’ information

Boxin Guan is a Ph.D. candidate in computer science, Northeastern University, China. His major research interests include evolutionary computation and bioinformatics. Changsheng Zhang is an associate professor in the School of Computer Science and Engineering, Northeastern University, China. His major research interests include data mining, evolutionary computation, and bioinformatics. Jiaxu Ning is a Ph.D. candidate in computer science, Northeastern University, China. Her major research interests include machine learning and bioinformatics.

Acknowledgements

We are grateful to Prof. Yuhai Zhao for excellent technical assistance.

Competing interests

The authors declare that they have no competing interests.

Availability of data and materials

All relevant data are presented in the manuscript.

Consent for publication

Not applicable.

Funding

This work was supported by the National Natural Science Foundation Program of China (61572116, 61572117, 61502089, 61772124),  the Fundamental Research Funds for the Central Universities (N150402002) and the National key Technology R&D Program of the Ministry of Science and Technology (2015BAH09F02).

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Changsheng Zhang.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Guan, B., Zhang, C. & Ning, J. Genetic algorithm with a crossover elitist preservation mechanism for protein–ligand docking. AMB Expr 7, 174 (2017). https://doi.org/10.1186/s13568-017-0476-0

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s13568-017-0476-0

Keywords