38
Final Year project Rational Drug Design Using Genetic Algorithm Case of Malaria Disease Presented By Hassen Mohammed Abdullah Alsafi International Islamic University Malaysia Supervision by Assoc.Prof.Imad Fakhri Taha Alshaikhli

Rational Drug Design using Genetic Algorithm

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Rational Drug Design using Genetic Algorithm

Final Year project Rational Drug Design Using Genetic

Algorithm Case of Malaria Disease

Presented ByHassen Mohammed Abdullah Alsafi

International Islamic University Malaysia

Supervision byAssoc.Prof.Imad Fakhri Taha Alshaikhli

Page 2: Rational Drug Design using Genetic Algorithm

2

Hassen Alsafi International Islamic University Malaysia

Agenda

• Introduction.

• Problem statement.

• Objectives.

• Proposed methods.

• Findings and Analysis.

• Challenges and Difficulties faced.

• Conclusion and Future work.

1

Page 3: Rational Drug Design using Genetic Algorithm

3Hassen Alsafi International Islamic university Malaysia

Introduction

How a drug works and how we can expect the body to respond to the

administration of a drug?

Drug design is known as approach uses specifics tools to explore and

search for the best drug candidate.

Drug Compound Protein Medicine

3

Page 4: Rational Drug Design using Genetic Algorithm

4Hassen Alsafi International Islamic University Malaysia

problem statement

What is the best drug candidate for x disease ?

Drug design and discovery take years for discovering a

new drug and very costly.

Effort to cut down the research timeline and cost by

reducing laboratory experiment use computational

computer modeling.

4

Page 5: Rational Drug Design using Genetic Algorithm

5Hassen Alsafi International Islamic University Malaysia

Rational drug design approach(rdda)

Foundation of drug design and discovery.

Answer the question , which molecule fit best to the protein active site?

Computational Molecular Docking (CMD)

5

Page 6: Rational Drug Design using Genetic Algorithm

6Hassen Alsafi International Islamic University Malaysia

Objectives

1. Find and Select the target disease in the

human body.(e.g malaria)

2. Search and choose the best drug candidate.

3. Conduct computational drug design

simulation.

4. Propose some drugs against certain disease

based on results.

6

Page 7: Rational Drug Design using Genetic Algorithm

7Hassen Alsafi International Islamic University Malaysia

Drug design and development process

7

Page 8: Rational Drug Design using Genetic Algorithm

8Hassen Alsafi International Islamic University Malaysia

Genetic algorithm flowchart

11

Page 9: Rational Drug Design using Genetic Algorithm

9Hassen Alsafi International Islamic University Malaysia

Proposed methods

1. Target selection and identification.

1.1 Protein preparation in ADT

2. Drug or ligand identification.

2.1 Ligand preparation in ADT

3. Perform the molecular docking simulation.

4. Techniques used in docking algorithm.

5. Evaluation .

9

Page 10: Rational Drug Design using Genetic Algorithm

10Hassen Alsafi International Islamic University Malaysia

Methodology

Computational Molecular docking

AutoDock 4.2

10

Ligand database Target Protein

Molecular docking

Ligand docked into protein’s active site

Page 11: Rational Drug Design using Genetic Algorithm

11Hassen Alsafi International Islamic University Malaysia

AutoDock 4.2

Automated computational molecular docking

programs .

It is designed to predict how small molecules,

bind to a receptor of known 3D structure.

It uses Genetic Algorithm (GA) .

11

Page 12: Rational Drug Design using Genetic Algorithm

12Hassen Alsafi International Islamic University Malaysia

AutoDock 4.2

15

Page 13: Rational Drug Design using Genetic Algorithm

13Hassen Alsafi International Islamic University Malaysia

Methods and materials

1. Target selection and identification.

The protein 3D structured was retrieved form RCSB database.

13

Target disease Target protein

Malaria 2GHU.pdb

Page 14: Rational Drug Design using Genetic Algorithm

14Hassen Alsafi International Islamic University Malaysia

Autodock workflow

14

Page 15: Rational Drug Design using Genetic Algorithm

15Hassen Alsafi International Islamic University Malaysia

Autodock proposed Framework

19

Page 16: Rational Drug Design using Genetic Algorithm

16Hassen Alsafi International Islamic University Malaysia

Protein databank (pdb)

Molecular protein repository . Contains a tons of protein stored in the

repository. In order to convert the drug compound

from .sdf to pdb <openbabel> software used by the following commend line:

-i: input type(i.e .sdf and pdb) -o: output(convert) type

16

Page 17: Rational Drug Design using Genetic Algorithm

17Hassen Alsafi International Islamic University Malaysia

Grid file parameters(gfp)

After finish the preparation of protein and

drug , now the task is to precalculate

the grids using the following Linux

commend line:

17

autogrid4 –p filename.gpf –l filename.glg

-p: used to specifics the grid parameter file gpf: grid parameters file–i: used as log file output .glg :grid log file

Page 18: Rational Drug Design using Genetic Algorithm

18Hassen Alsafi International Islamic University Malaysia

Grid file parameters(gfp)

18

Page 19: Rational Drug Design using Genetic Algorithm

19Hassen Alsafi International Islamic University Malaysia

Docking file parameters in adt

Primary goal of AutoDock is to instruct the drug

to move inside the space search grid.

GA selected as search algorithm in the

experiment.

Run the following Linux commend line :

autodock4 –p filename.dpf –l filename.dlg

19

Page 20: Rational Drug Design using Genetic Algorithm

20

Hassen Alsafi International Islamic University Malaysia

Experiment results

Setup the environment

20

Page 21: Rational Drug Design using Genetic Algorithm

21Hassen Alsafi International Islamic University Malaysia

Equipments used in the experiment

21

Page 22: Rational Drug Design using Genetic Algorithm

22Hassen Alsafi International Islamic University Malaysia

Tools and materials

17

Page 23: Rational Drug Design using Genetic Algorithm

23Hassen Alsafi International Islamic University Malaysia

Genetic algorithm in autodock ADT represent chromosome as a vector of

real number .

Quaternion genes

Translation genes

GA features in ADT: 1. Solution space.2. Genetic code (chromosome)3. Genetic operations 4. Fitness function

18

Tx Ty Tz Qx Qy Qz Qw R1 Rn

Page 24: Rational Drug Design using Genetic Algorithm

24Hassen Alsafi International Islamic University Malaysia

Results and discussion

Experiment conduct of 3 cases. Case 1 : Default parameters. Case 2 : Parametric study. Case 3: Computational Docking Time (CDT).

19

Page 25: Rational Drug Design using Genetic Algorithm

25Hassen Alsafi International Islamic University Malaysia

Case 1 : default parameters

Run CMD in 20 drugs compound with 1 target protein.

20

Page 26: Rational Drug Design using Genetic Algorithm

26Hassen Alsafi International Islamic University Malaysia

Case 1 : default parameters

21

[1] Log p: octanol/water partition coefficient

Page 27: Rational Drug Design using Genetic Algorithm

27Hassen Alsafi International Islamic University Malaysia

Case 1 : default parameters

22

Page 28: Rational Drug Design using Genetic Algorithm

28Hassen Alsafi International Islamic University Malaysia

Case 1 : default parameters

23

Page 29: Rational Drug Design using Genetic Algorithm

29Hassen Alsafi International Islamic University Malaysia

Case 1 : default parameters

24

[1] Log p: octanol/water partition coefficient

Page 30: Rational Drug Design using Genetic Algorithm

30Hassen Alsafi International Islamic University Malaysia

Case 2 : Parametric study

480 samples has been investigated with different parametric value.

25

Parameter Value

Pop size(50) 50,100,150

Crossover rate(0.2) 0.2, 0.4, 0.6, and 0.8

Mutation(0.01) 0.01 and 0.02

Page 31: Rational Drug Design using Genetic Algorithm

31Hassen Alsafi International Islamic University Malaysia

Case 2 : Parametric study

26

Page 32: Rational Drug Design using Genetic Algorithm

32Hassen Alsafi International Islamic University Malaysia

Case 2 : Parametric study

27

Page 33: Rational Drug Design using Genetic Algorithm

33Hassen Alsafi International Islamic University Malaysia

Case 3 : computational docking time

28

Page 34: Rational Drug Design using Genetic Algorithm

34Hassen Alsafi International Islamic University Malaysia

Challenges faced

Compiling the python source code under ADT environment.

Installing the openbabel software. Dealing with the bioinformatics tools.

Time given to complete the project. Moving from the old building to the new

building

29

Page 35: Rational Drug Design using Genetic Algorithm

35Hassen Alsafi International Islamic University Malaysia

Conclusion and future work

Computational molecular docking with GA are crucial tools in RDD.

Using the ADT we can reduce the use of laboratory experiments(but not at all)

RDD helps to reduce the time required to design and discover new drugs .

Future work Further investigation is needed to select

the best potential drug candidate . I propose to deploy the grid computing in

the CMD. 30

Page 36: Rational Drug Design using Genetic Algorithm

36Hassen Alsafi International Islamic University Malaysia

Conclusion and future work

In order to perform the CMD faster and

accurate , the high speed computers is

needed.

31

Page 37: Rational Drug Design using Genetic Algorithm

37Hassen Alsafi International Islamic University Malaysia

Acknowledgments

Special thanks to My beloved supervisor

Assco.Prof.Dr.Imad Fakhri Taha Alshaikhli

32

Page 38: Rational Drug Design using Genetic Algorithm

38Hassen Alsafi International Islamic University Malaysia

Thank you for your attention Q & A

33