{"id":40106,"date":"2021-09-30T10:30:09","date_gmt":"2021-09-30T10:30:09","guid":{"rendered":"https:\/\/biomedpharmajournal.org\/?p=40106"},"modified":"2021-10-11T10:21:29","modified_gmt":"2021-10-11T10:21:29","slug":"genetic-algorithm-approach-to-find-the-estimated-value-of-hmm-parameters-for-ns5-methyltransferase-protein","status":"publish","type":"post","link":"https:\/\/biomedpharmajournal.org\/staging\/vol14no3\/genetic-algorithm-approach-to-find-the-estimated-value-of-hmm-parameters-for-ns5-methyltransferase-protein\/","title":{"rendered":"Genetic Algorithm Approach to Find the Estimated Value of HMM parameters for NS5 Methyltransferase Protein"},"content":{"rendered":"<p><strong>Introduction<\/strong><\/p>\n<p>Dengue virus (DV), the causative agent of dengue, resides in the family Flaviviridae and is transmitted to humans by biting Aedesaegypti mosquitoes. Four serotypes (Dengue Virus serotype 1, Dengue virus serotype 2, Dengue virus serotype 3, and\u00a0Dengue virus serotype 4) are recognized (El Sahili, Lescar2017).The range of dengue disease spans from a flu-like disease termed dengue fever to Dengue hemorrhagic fever. In chronic cases, it causes dengue shock syndrome and sometimes terminates in death. The most prevalent clinical symptoms of acute dengue disease are hemorrhagic\u00a0diathesis, liver involvement, and plasma leakage.The DV genome is prepared into a single open reading frame (ORF)of single-stranded (positive -sense) RNA of 900 kDa and flanked at 5&#8217;end by type I cap and at 3&#8217;end by untranslated regions and encodes a\u00a0precursor polyprotein. Post-translational modification of precursor protein gives rise to three structural (C, prM, and E) proteins and seven non-structural(NS1, NS2A, NS2B, NS3, NS4A, NS4B, and NS5)proteins(Anasir<em>et al.,<\/em>2020).<\/p>\n<p>The NS5, non-structural methyltransferase, is the largest and conserved region of the genome among all serotypes. It is a bifunctional enzyme with a Methyltransferase domain (MTase; residues 1\u2013296) at its N-terminal end and anRNA-dependent RNA\u00a0polymerase (RdRp; residues 320\u2013900) at its C-terminal end (Vannice2016).This protein has three active sites, namely S-adenosylmethionine(SAM)S-adenosyl-homocysteine (SAH), guanosine triphosphate (GTP), and RNA-binding site (Herrero<em>et al<\/em>., 2013).<\/p>\n<p>In this work, we considerthe NS5 Methyltransferase protein of the Dengue Virus to find out the probability of observation sequence. Firstly we convert the protein sequence into nucleotide sequence. After that, we implement the G.A. (selection, crossover,\u00a0and mutation operator).The forward algorithm of HMM is already well discussed in my previous paper (Katiyar<em>et al<\/em>., 2020) to calculate the probability of the observation sequence. In their work, we compare both (HMM and GA) results in the bases of\u00a0crystallography data the resolution (in Angstroms).<\/p>\n<p>Here, we define the Hidden Markov Model as probabilistic models, in which sequences are generated from two simultaneous stochastic processes.This model captures the hidden information from observable sequential symbols (e.g., a nucleotide sequence\u00a0AGCT).This model is defined by states (n), state probabilities (m), transition probabilities (a), emission probabilities (b), and initial probabilities (i). Therefore in a hidden model, there are two stochastic processes: moving between states and the\u00a0process of emitting an output sequence. The sequence of state transitions is a hidden process and is observed through the sequence of emitted symbols(Alghamdi R 2016).<\/p>\n<p>HMM is characterized by the following:<\/p>\n<p>N &#8211; The number of states in the model.<\/p>\n<p>M- The number of district observation symbols per state.<\/p>\n<p>The state transition probability distribution A = (a<sub>ij<\/sub>)<\/p>\n<p>The observation symbol probability distribution B = {b<sub>j<\/sub>(k)}<\/p>\n<p>The initial state distribution \u03c0 =\u00a0 (\u03c0<sub>i<\/sub>)<\/p>\n<p>Given applicable values of N, M, A, B, and \u03c0, the HMM can be used as a maker to give an observation sequence.<\/p>\n<p><strong>Three Basic Problems for HMM<sup>s<\/sup><\/strong><\/p>\n<p>Given the form of HMM of the previous section, there are three basic problems of interest that must be solved for the model to be useful in real-world applications (Mor B<em>et al.,<\/em> 2020).<\/p>\n<p>These problems are the following:<\/p>\n<p>Problem 1: Given the observation sequence O = O<sup>1<\/sup> O<sup>2<\/sup>\u2026\u2026 O<sup>.T. <\/sup>and a model \u00a0\u03bb = (A, B, \u03c0), how do we efficiently compute P (O|\u00a0\u03bb), the probability of the observation sequence, given the model?<\/p>\n<p>Problem 2: Given the observation sequence O = O<sup>1<\/sup> O<sup>2<\/sup>\u2026\u2026O<sup>T <\/sup>and the model \u00a0\u03bb, how do we choose a corresponding state sequence Q = q<sup>1<\/sup>, q<sup>2<\/sup>\u2026\u2026\u2026. q<sup>T, <\/sup>which is optimal in some meaningful sense (i.e., best &#8220;explains&#8221; the observations)?<\/p>\n<p>Problem 3: How do we adjust the model parameters \u00a0\u03bb = (A, B, \u03c0) to maximize P (O|\u00a0\u03bb)?<\/p>\n<p><strong>Genetic Algorithm (GA)<\/strong><\/p>\n<p>The genetic algorithm is a method of natural selection that belongs to the class of Evolutionary Algorithms (EA).Genetic Algorithms type of optimization algorithm, meaning they are used to find the optimal solution(s) for a given problem that\u00a0maximizes or minimizes solution of problem(Silva<em>et al., <\/em>2019).A Genetic Algorithm is the biological process of reproduction and natural random selection to find for the best `fittest&#8217; solution. Like evolution, several of a genetic algorithm&#8217;s works randomly\u00a0permit us to set the level of randomization and control (Jennings<em>et al.<\/em>\u00a02019). These are expected to be more powerful algorithms providing random and in-depth search. Such features prove GA to be better than other optimization methods, which have\u00a0drawbacks like lack of stability, derivatives, linearity, or other features. GAareoften designed to simulate a biological process.However, the entities that this terminology refers to in genetic algorithms much simpler than their biological complements (L Haldurai<em>et al., <\/em>2016).<\/p>\n<p>The basic components of Genetic Algorithms are:<\/p>\n<p>Function of optimization<\/p>\n<p>Population of chromosomes<\/p>\n<p>Random selection of chromosomes<\/p>\n<p>Crossover to next generation of chromosomes<\/p>\n<p>Mutation of chromosomes in the new generation<\/p>\n<p>Some programming languages are also used to implement the GA. They are also well suited for modeling occurrences in economics, ecology, the human immune system, population genetics, and social systems optimization, machine learning optimization (Harsh Bhasin<em>et al.<\/em> 2011) etc.<\/p>\n<p>The necessary steps involved in the genetic algorithm are (i) generate a random population (suitable and possible solutions for the problem) of chromosomes, (ii) calculate the fitness f(x) of each chromosome (x), (iii) repeat the process until a totallynew population is created, (iv) select two parent chromosomes of better\u00a0fitness, (v) taking into consideration of crossover probability, a crossover is performed between the selected parents (without crossover offspring would be same as a parent), (iv) similarly, with some mutation probability, the new offspring is mutated at each locus, (vii) resulting new offspring is placed in a new population, (viii) the\u00a0newly generated population is used for running with the genetic algorithm, (ix) if end condition is satisfied, run is stopped, the resultant best solution is placed in the current population and (x) go back to step number two for its fitness evaluation.<\/p>\n<p>A list of some genetic algorithm applications is shown in (Table 1). GA methods play a significant role and provide a useful set of tools in different fields and bioinformatics analysis.<\/p>\n<p><strong>Table 1: Some common applications of Genetic Algorithm<\/strong><\/p>\n<table style=\"width: 95%;\" border=\"1\" cellspacing=\"0\" cellpadding=\"4\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" width=\"226\"><strong>Domain<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"346\"><strong>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Application Type<\/strong><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"226\">Business<\/td>\n<td style=\"text-align: center;\" width=\"346\">Control the gas pipeline, missile evasion<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"226\">Optimization<\/td>\n<td style=\"text-align: center;\" width=\"346\">Molecular structure optimization, Data compression system, \u00a0stochastic optimization<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"226\">Management and Engineering<\/td>\n<td style=\"text-align: center;\" width=\"346\">Computer-automated design, vehicle routing problem, sorting network, quality control<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"226\">Design<\/td>\n<td style=\"text-align: center;\" width=\"346\">Power, electronics aircraft design, keyboard configuration,communication network<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"226\">Robotics<\/td>\n<td style=\"text-align: center;\" width=\"346\">Trajectory planning<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"226\">Machine Learning<\/td>\n<td style=\"text-align: center;\" width=\"346\">Learning fuzzy rule base using genetic algorithms, neural networks<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"226\">Game Playing<\/td>\n<td style=\"text-align: center;\" width=\"346\">Poker, checkers<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"226\">Security<\/td>\n<td style=\"text-align: center;\" width=\"346\">Encryption, Decryption, and code-breaking<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"226\">Image Processing<\/td>\n<td style=\"text-align: center;\" width=\"346\">Dense pixel matching<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"226\">Bioinformatics<\/td>\n<td style=\"text-align: center;\" width=\"346\">Multiple sequence alignment, motif discovery, building phylogenetic trees, protein folding, and protein\/ligand docking<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"226\">Other Applications<\/td>\n<td style=\"text-align: center;\" width=\"346\">Multidimensional system, mutation testing, wireless sensor networks, and clustering using a genetic algorithm.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>The GA-based methodology provides accuracy, efficiency, and potential for growth to data analysis in bioinformatics. The basic principle behind GAs is that itcreates and maintains a population of individuals represented by chromosomes. Chromosomes are\u00a0essentially a character string analogous to the chromosomes appearing in DNA. These chromosomes are typically encoded solutions to a problem, which then undergo a process of evolution according to rules of reproduction and mutation.<\/p>\n<p><strong>Material and methods<\/strong><\/p>\n<p>In this work, we use the NS5 Methyltransferase protein sequence. The protein structure was downloaded from RCSB PDB (http:\/\/www .rcsb.org), and accession codes are used in this study. The coordinates and structure factors for DENV-2 NS5\u00a0 Methyltransferase protein complexes have been deposited in the Protein Data Bank under accession code.<\/p>\n<table style=\"width: 70%;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2021\/08\/Vol14No3_Gen_Nid_fig1.jpg\"><img decoding=\"async\" class=\"alignnone size-thumbnail wp-image-40124\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2021\/08\/Vol14No3_Gen_Nid_fig1-150x150.jpg\" alt=\"Vol14No3_Gen_Nid_fig1\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2021\/08\/Vol14No3_Gen_Nid_fig1-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2021\/08\/Vol14No3_Gen_Nid_fig1-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2021\/08\/Vol14No3_Gen_Nid_fig1.jpg 455w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a><\/td>\n<td><strong>Figure 1: <\/strong><strong>Flow-chart of Genetic Algorithm.<\/strong><\/p>\n<p><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2021\/08\/Vol14No3_Gen_Nid_fig1.jpg\" target=\"_blank\">Click here to view figure\u00a0<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Find the optimization value of the function. In the process of the crossover method, first, we select any one population and select any two random points of some length shown in (Figure 1). The same process can be done in the second selected population\u00a0Then we exchange that portion from one population to the other. In mutation, we make minor changes in anyone&#8217;s population. Now find the estimated values of both population and compare these estimated values with previously estimated values and\u00a0check which will be better estimate value. At last, select the population contains a better-estimated value.<\/p>\n<p><strong>Table 2: <\/strong><strong>List of the dengue NS5 methyltransferase proteins with resolution power.<\/strong><\/p>\n<table style=\"width: 95%;\" border=\"1\" cellspacing=\"0\" cellpadding=\"4\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" width=\"51\"><strong>S. No<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"80\"><strong>Pdb code<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"86\"><strong>Resolution<\/strong><\/p>\n<p><strong>Power<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"86\"><strong>Residues<\/strong><\/p>\n<p><strong>Count<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"235\"><strong>References<\/strong><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"51\">1.<\/td>\n<td style=\"text-align: center;\" width=\"80\">2P1D<\/td>\n<td style=\"text-align: center;\" width=\"86\">2.90 \u00c5<\/td>\n<td style=\"text-align: center;\" width=\"86\">305<\/td>\n<td style=\"text-align: center;\" width=\"235\">Egloff, M.P.,\u00a0Benarroch, D.\u00a0\u00a0 (2002)<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"51\">2.<\/td>\n<td style=\"text-align: center;\" width=\"80\">2P3O<\/td>\n<td style=\"text-align: center;\" width=\"86\">2.76 \u00c5<\/td>\n<td style=\"text-align: center;\" width=\"86\">305<\/td>\n<td style=\"text-align: center;\" width=\"235\">Egloff, M.P.,\u00a0Decroly, E.\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 (2007)<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"51\">3.<\/td>\n<td style=\"text-align: center;\" width=\"80\">2P3Q<\/td>\n<td style=\"text-align: center;\" width=\"86\">2.75 \u00c5<\/td>\n<td style=\"text-align: center;\" width=\"86\">305<\/td>\n<td style=\"text-align: center;\" width=\"235\">Egloff, M.P.,\u00a0Decroly, E.\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 (2007)<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"51\">4.<\/td>\n<td style=\"text-align: center;\" width=\"80\">2P40<\/td>\n<td style=\"text-align: center;\" width=\"86\">2.70 \u00c5<\/td>\n<td style=\"text-align: center;\" width=\"86\">305<\/td>\n<td style=\"text-align: center;\" width=\"235\">Egloff, M.P.,\u00a0Decroly, E.\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 (2007)<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"51\">5.<\/td>\n<td style=\"text-align: center;\" width=\"80\">1R6A<\/td>\n<td style=\"text-align: center;\" width=\"86\">2.60 \u00c5<\/td>\n<td style=\"text-align: center;\" width=\"86\">295<\/td>\n<td style=\"text-align: center;\" width=\"235\">Benarroch, D., Egloff\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 (2004)<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"51\">6.<\/td>\n<td style=\"text-align: center;\" width=\"80\">1L9K<\/td>\n<td style=\"text-align: center;\" width=\"86\">2.40 \u00c5<\/td>\n<td style=\"text-align: center;\" width=\"86\">305<\/td>\n<td style=\"text-align: center;\" width=\"235\">Egloff, M.P.,\u00a0Benarroch, D.\u00a0\u00a0 (2002)<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"51\">7.<\/td>\n<td style=\"text-align: center;\" width=\"80\">4V0Q<\/td>\n<td style=\"text-align: center;\" width=\"86\">2.30 \u00c5<\/td>\n<td style=\"text-align: center;\" width=\"86\">892<\/td>\n<td style=\"text-align: center;\" width=\"235\">Zhao, Y., Soh, S., Zheng, \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0(2015)<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"51\">8.<\/td>\n<td style=\"text-align: center;\" width=\"80\">3EVG<\/td>\n<td style=\"text-align: center;\" width=\"86\">2.20 \u00c5<\/td>\n<td style=\"text-align: center;\" width=\"86\">275<\/td>\n<td style=\"text-align: center;\" width=\"235\">Geiss, B.J.,\u00a0Thompson\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 (2009)<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"51\">9.<\/td>\n<td style=\"text-align: center;\" width=\"80\">2P3L<\/td>\n<td style=\"text-align: center;\" width=\"86\">2.20 \u00c5<\/td>\n<td style=\"text-align: center;\" width=\"86\">305<\/td>\n<td style=\"text-align: center;\" width=\"235\">Egloff, M.P.,\u00a0Decroly, E.\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 (2007)<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"51\">10.<\/td>\n<td style=\"text-align: center;\" width=\"80\">5EIF<\/td>\n<td style=\"text-align: center;\" width=\"86\">2.00 \u00c5<\/td>\n<td style=\"text-align: center;\" width=\"86\">552<\/td>\n<td style=\"text-align: center;\" width=\"235\">Benmansour, F.,\u00a0Trist, I.\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 (2016)<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"51\">11.<\/td>\n<td style=\"text-align: center;\" width=\"80\">4R05<\/td>\n<td style=\"text-align: center;\" width=\"86\">2.00 \u00c5<\/td>\n<td style=\"text-align: center;\" width=\"86\">534<\/td>\n<td style=\"text-align: center;\" width=\"235\">Brecher, M.B.,\u00a0Li, Z.\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 (2015)<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"51\">12.<\/td>\n<td style=\"text-align: center;\" width=\"80\">3MTE<\/td>\n<td style=\"text-align: center;\" width=\"86\">1.80 \u00c5<\/td>\n<td style=\"text-align: center;\" width=\"86\">444<\/td>\n<td style=\"text-align: center;\" width=\"235\">Macmaster, R.,\u00a0Zelinskaya, N. (2010)<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"51\">13.<\/td>\n<td style=\"text-align: center;\" width=\"80\">2P41<\/td>\n<td style=\"text-align: center;\" width=\"86\">1.80 \u00c5<\/td>\n<td style=\"text-align: center;\" width=\"86\">305<\/td>\n<td style=\"text-align: center;\" width=\"235\">Egloff, M.P.,\u00a0Decroly, E.\u00a0\u00a0\u00a0\u00a0 (2007)<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"51\">14.<\/td>\n<td style=\"text-align: center;\" width=\"80\">5E9Q<\/td>\n<td style=\"text-align: center;\" width=\"86\">1.79 \u00c5<\/td>\n<td style=\"text-align: center;\" width=\"86\">512<\/td>\n<td style=\"text-align: center;\" width=\"235\">Benmansour, F.,\u00a0Trist, I.\u00a0\u00a0\u00a0\u00a0 (2016)<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"51\">15.<\/td>\n<td style=\"text-align: center;\" width=\"80\">3P8Z<\/td>\n<td style=\"text-align: center;\" width=\"86\">1.79 \u00c5<\/td>\n<td style=\"text-align: center;\" width=\"86\">534<\/td>\n<td style=\"text-align: center;\" width=\"235\">Lim, S.P.,\u00a0Sonntag, L.S.\u00a0\u00a0\u00a0\u00a0\u00a0 (2011)<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"51\">16.<\/td>\n<td style=\"text-align: center;\" width=\"80\">5EC8<\/td>\n<td style=\"text-align: center;\" width=\"86\">1.76 \u00c5<\/td>\n<td style=\"text-align: center;\" width=\"86\">552<\/td>\n<td style=\"text-align: center;\" width=\"235\">Benmansour, F.,\u00a0Trist, I.\u00a0\u00a0\u00a0\u00a0 (2016)<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"51\">17.<\/td>\n<td style=\"text-align: center;\" width=\"80\">5EKX<\/td>\n<td style=\"text-align: center;\" width=\"86\">1.76 \u00c5<\/td>\n<td style=\"text-align: center;\" width=\"86\">552<\/td>\n<td style=\"text-align: center;\" width=\"235\">Benmansour, F.,\u00a0Trist, I.\u00a0\u00a0\u00a0\u00a0 (2016)<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"51\">18.<\/td>\n<td style=\"text-align: center;\" width=\"80\">3P97<\/td>\n<td style=\"text-align: center;\" width=\"86\">1.74 \u00c5<\/td>\n<td style=\"text-align: center;\" width=\"86\">534<\/td>\n<td style=\"text-align: center;\" width=\"235\">Lim, S.P.,\u00a0Sonntag, L.S.\u00a0\u00a0\u00a0\u00a0\u00a0 (2011)<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"51\">19.<\/td>\n<td style=\"text-align: center;\" width=\"80\">5CUQ<\/td>\n<td style=\"text-align: center;\" width=\"86\">1.74 \u00c5<\/td>\n<td style=\"text-align: center;\" width=\"86\">534<\/td>\n<td style=\"text-align: center;\" width=\"235\">Brecher, M.,\u00a0Chen, H.\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 (2015)<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"51\">20.<\/td>\n<td style=\"text-align: center;\" width=\"80\">3MQ2<\/td>\n<td style=\"text-align: center;\" width=\"86\">1.69 \u00c5<\/td>\n<td style=\"text-align: center;\" width=\"86\">436<\/td>\n<td style=\"text-align: center;\" width=\"235\">Macmaster, R.,\u00a0Zelinskaya, N. (2010)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong>Implementation of HMM using GA<\/strong><\/p>\n<p>In the implementation of the Genetic algorithm, we have taken the state transition matrix used in the forward algorithm of the HMM (as described inmy previous paper published) (Katiyar<em>et al<\/em>., 2020). (Table 2) shows the data of 20 gene sequences of\u00a0non-structural methyltransferase protein with resolution power, their number of residues count and relevant references.<\/p>\n<p><strong>Selection of Population<\/strong><\/p>\n<p>From (Table 2), we select any two sequences, i.e. (PDB code1 and PDB code2), as the initial population and apply the crossover and mutation function and generate the estimated values of both populations using the forward algorithm of HMM. Then select\u00a0the population PDB code of better-estimated value. Again we select the one sequence of PDB code from (Table 2) and other PDB code, which contains a better-estimated value and applies the same crossover and mutation function now. Once again, find\u00a0which PDB code contains a better estimate value; this process will continue until all the PDB code finished from the (Table 2).<\/p>\n<p><strong>Crossover<\/strong><\/p>\n<p>To generate a random population, we applied the crossover operator on the given gene sequences. In this method, we have selected the two gene sequences (among 1\u00a0to 20 protein codes in table 2) of NS5 Methyltransferase protein of dengue virus and interchanged their position.<\/p>\n<p><strong>Mutation<\/strong><\/p>\n<p>In this process, we slightly changed a small part of the gene sequence. In a simple sentence, we can say that mutation would change one or more genes, also called as interchanging mutation. After applying the mutation operator, we get the mutated\u00a0gene sequence, and after this, we calculate the optimum value of the gene sequence of using the forward method of the HMM approach.<\/p>\n<p>In this method, we used the two strings of gene sequences of NS5 methyltransferase protein then applied the crossover and mutation operator. Further,the process of selection, crossover, and mutation operator was performedshown in (Figure 2).<\/p>\n<table style=\"width: 70%;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2021\/08\/Vol14No3_Gen_Nid_fig2.jpg\"><img decoding=\"async\" class=\"alignnone size-thumbnail wp-image-40119\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2021\/08\/Vol14No3_Gen_Nid_fig2-150x150.jpg\" alt=\"Vol14No3_Gen_Nid_fig2\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2021\/08\/Vol14No3_Gen_Nid_fig2-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2021\/08\/Vol14No3_Gen_Nid_fig2-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2021\/08\/Vol14No3_Gen_Nid_fig2.jpg 664w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a><\/td>\n<td><strong>Figure 2:<\/strong><strong> Selection, Crossover, and Mutation operator Applied.<\/strong><\/p>\n<p><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2021\/08\/Vol14No3_Gen_Nid_fig2.jpg\" target=\"_blank\">Click here to view figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Selected two points randomly of some length in seq1, and the same length at seq2 then applied the crossover operation. In crossover operation, exchange the selected part from both gene sequence seq1 and seq2, and at the result, we have got seq1* and seq2*; and after this, we did mutation operator seq2* and got the seq2**. (In mutation operation here, we have selected a single char &#8216;G&#8217; and char &#8216;C&#8217; at the different places of seq2* and then interchange both characters, and get the\u00a0seq2**).The same process is applied in the (Figure 3). In which we have got results after crossover and mutation operation.<\/p>\n<table style=\"width: 70%;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2021\/08\/Vol14No3_Gen_Nid_fig3.jpg\"><img decoding=\"async\" class=\"alignnone size-thumbnail wp-image-40121\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2021\/08\/Vol14No3_Gen_Nid_fig3-150x150.jpg\" alt=\"Vol14No3_Gen_Nid_fig3\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2021\/08\/Vol14No3_Gen_Nid_fig3-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2021\/08\/Vol14No3_Gen_Nid_fig3-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2021\/08\/Vol14No3_Gen_Nid_fig3.jpg 582w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a><\/td>\n<td><strong>Figure 3:<\/strong><strong> Result of after mutation operation.<\/strong><\/p>\n<p><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2021\/08\/Vol14No3_Gen_Nid_fig3.jpg\" target=\"_blank\">Click here to view figure\u00a0<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Following matrix for the forward algorithm of HMMs, where each sequence have individual tables ofA = (a<sub>ij<\/sub>), B = {b<sub>j<\/sub>(k)} and \u03c0 =\u00a0 (\u03c0<sub>i<\/sub>) matrix values.<\/p>\n<table style=\"width: 70%;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2021\/08\/Vol14No3_Gen_Nid_tab3.jpg\"><img decoding=\"async\" class=\"alignnone size-thumbnail wp-image-40117\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2021\/08\/Vol14No3_Gen_Nid_tab3-150x150.jpg\" alt=\"Vol14No3_Gen_Nid_tab3\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2021\/08\/Vol14No3_Gen_Nid_tab3-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2021\/08\/Vol14No3_Gen_Nid_tab3-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2021\/08\/Vol14No3_Gen_Nid_tab3.jpg 626w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a><\/td>\n<td><strong>Table 3<\/strong><\/p>\n<p><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2021\/08\/Vol14No3_Gen_Nid_tab3.jpg\" target=\"_blank\">Click here to view table<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Using matrices of A, B, and Pi, we apply the GA and forward algorithm of HMM to find the global maxima value of P(O|\u00a0\u03bb) and store in (Table 4).<\/p>\n<p><strong>Table\u00a0 4: <\/strong><strong>Showing the value of P(O|\u00a0\u03bb<\/strong><strong>)using the Forward Algorithm and Genetic Algorithm.<\/strong><\/p>\n<table style=\"width: 95%;\" border=\"1\" cellspacing=\"0\" cellpadding=\"4\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" width=\"48\"><strong>S. No<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"109\"><strong>Gene Sequence after mutation<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"75\"><strong>Residues Count<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"131\"><strong>P(O|\u00a0\u03bb<\/strong><strong>) value after<br \/>\n<\/strong><strong>Forward Algorithm<\/strong><\/td>\n<td style=\"text-align: center;\" width=\"137\"><strong>P(O|\u00a0\u03bb<\/strong><strong>) value after<br \/>\n<\/strong><strong>Genetic Algorithm<\/strong><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"48\">1.<\/td>\n<td style=\"text-align: center;\" width=\"109\">5EIF<\/td>\n<td style=\"text-align: center;\" width=\"75\">980<\/td>\n<td style=\"text-align: center;\" width=\"131\">3.96E<sup>-278<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"137\">1.63E<sup>-266<\/sup><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"48\">2.<\/td>\n<td style=\"text-align: center;\" width=\"109\">5EC8<\/td>\n<td style=\"text-align: center;\" width=\"75\">980<\/td>\n<td style=\"text-align: center;\" width=\"131\">3.50E<sup>-282<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"137\">1.78E<sup>-276<\/sup><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"48\">3.<\/td>\n<td style=\"text-align: center;\" width=\"109\">5E9Q<\/td>\n<td style=\"text-align: center;\" width=\"75\">902<\/td>\n<td style=\"text-align: center;\" width=\"131\">8.93E<sup>-269<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"137\">1.08E<sup>-244<\/sup><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"48\">4.<\/td>\n<td style=\"text-align: center;\" width=\"109\">5CUQ<\/td>\n<td style=\"text-align: center;\" width=\"75\">936<\/td>\n<td style=\"text-align: center;\" width=\"131\">1.85E<sup>-259<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"137\">9.86E<sup>-271<\/sup><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"48\">5.<\/td>\n<td style=\"text-align: center;\" width=\"109\">4VOQ<\/td>\n<td style=\"text-align: center;\" width=\"75\">1625<\/td>\n<td style=\"text-align: center;\" width=\"131\">0.00E<sup>+00<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"137\">0.00E<sup>+00<\/sup><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"48\">6.<\/td>\n<td style=\"text-align: center;\" width=\"109\">4R05<\/td>\n<td style=\"text-align: center;\" width=\"75\">936<\/td>\n<td style=\"text-align: center;\" width=\"131\">8.06E<sup>-270<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"137\">3.31E<sup>-266<\/sup><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"48\">7.<\/td>\n<td style=\"text-align: center;\" width=\"109\">3P97<\/td>\n<td style=\"text-align: center;\" width=\"75\">936<\/td>\n<td style=\"text-align: center;\" width=\"131\">8.59E<sup>-280<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"137\">1.76E<sup>-272<\/sup><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"48\">8.<\/td>\n<td style=\"text-align: center;\" width=\"109\">3P8Z<\/td>\n<td style=\"text-align: center;\" width=\"75\">936<\/td>\n<td style=\"text-align: center;\" width=\"131\">1.16E<sup>-279<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"137\">8.39E<sup>-274<\/sup><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"48\">9.<\/td>\n<td style=\"text-align: center;\" width=\"109\">3MTE<\/td>\n<td style=\"text-align: center;\" width=\"75\">755<\/td>\n<td style=\"text-align: center;\" width=\"131\">1.40E<sup>-210<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"137\">5.51E<sup>-206<\/sup><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"48\">10.<\/td>\n<td style=\"text-align: center;\" width=\"109\">3MQ2<\/td>\n<td style=\"text-align: center;\" width=\"75\">740<\/td>\n<td style=\"text-align: center;\" width=\"131\">3.48E<sup>-213<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"137\">1.81E<sup>-206<\/sup><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"48\">11.<\/td>\n<td style=\"text-align: center;\" width=\"109\">1R6A<\/td>\n<td style=\"text-align: center;\" width=\"75\">514<\/td>\n<td style=\"text-align: center;\" width=\"131\">6.86E<sup>-300<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"137\">2.86E<sup>-284<\/sup><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"48\">12.<\/td>\n<td style=\"text-align: center;\" width=\"109\">1L9K<\/td>\n<td style=\"text-align: center;\" width=\"75\">530<\/td>\n<td style=\"text-align: center;\" width=\"131\">1.96E<sup>-304<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"137\">1.87E<sup>-306<\/sup><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"48\">13.<\/td>\n<td style=\"text-align: center;\" width=\"109\">2P1D<\/td>\n<td style=\"text-align: center;\" width=\"75\">530<\/td>\n<td style=\"text-align: center;\" width=\"131\">5.29E<sup>-321<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"137\">9.35E<sup>-296<\/sup><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"48\">14.<\/td>\n<td style=\"text-align: center;\" width=\"109\">3EVG<\/td>\n<td style=\"text-align: center;\" width=\"75\">481<\/td>\n<td style=\"text-align: center;\" width=\"131\">3.44E<sup>-281<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"137\">3.34E<sup>-278<\/sup><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"48\">15.<\/td>\n<td style=\"text-align: center;\" width=\"109\">2P3L<\/td>\n<td style=\"text-align: center;\" width=\"75\">530<\/td>\n<td style=\"text-align: center;\" width=\"131\">1.96E<sup>-304<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"137\">1.99E<sup>-313<\/sup><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"48\">16.<\/td>\n<td style=\"text-align: center;\" width=\"109\">2P3O<\/td>\n<td style=\"text-align: center;\" width=\"75\">530<\/td>\n<td style=\"text-align: center;\" width=\"131\">1.96E<sup>-304<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"137\">1.20E<sup>-304<\/sup><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"48\">17.<\/td>\n<td style=\"text-align: center;\" width=\"109\">2P3Q<\/td>\n<td style=\"text-align: center;\" width=\"75\">530<\/td>\n<td style=\"text-align: center;\" width=\"131\">1.88E<sup>-304<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"137\">7.08E<sup>-311<\/sup><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"48\">18.<\/td>\n<td style=\"text-align: center;\" width=\"109\">2P40<\/td>\n<td style=\"text-align: center;\" width=\"75\">481<\/td>\n<td style=\"text-align: center;\" width=\"131\">1.96E<sup>-304<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"137\">8.83E<sup>-295<\/sup><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"48\">19.<\/td>\n<td style=\"text-align: center;\" width=\"109\">2P41<\/td>\n<td style=\"text-align: center;\" width=\"75\">530<\/td>\n<td style=\"text-align: center;\" width=\"131\">1.96E<sup>-304<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"137\">1.66E<sup>-307<\/sup><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"48\">20.<\/td>\n<td style=\"text-align: center;\" width=\"109\">5EKX<\/td>\n<td style=\"text-align: center;\" width=\"75\">980<\/td>\n<td style=\"text-align: center;\" width=\"131\">1.15E<sup>-282<\/sup><\/td>\n<td style=\"text-align: center;\" width=\"137\">2.74E<sup>-274<\/sup><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong>Results and Discussion<\/strong><\/p>\n<p>This paper presents a comparative result of HMM and GA with the resolution power (crystallographic value of protein sequence given in Table 2).Table3 shows the value of P(O|\u00a0\u03bb) for the gene sequences taken in this research work after the crossover and mutation operation of the GA and forward algorithm of HMM. The result also depends\u00a0on the length of the gene sequence. We have taken 20 gene sequences of NS5methyltransferase protein with residues count (i.e.,the total number of A, G, C, and T characters in sequence) and P (O|\u00a0\u03bb) value of the forward algorithm of HMM and\u00a0P (O|\u00a0\u03bb) of the value of forwarding algorithm after applying GA method. We observed that sequences that have the minimum values of protein 3MTE are1.40E<sup>-210<\/sup>,and the maximum value of protein 1L9K is 1.96E<sup>-304<\/sup> in the forwarding algorithm. But after GA protein code 2P3Q has the minimum value 7.08E<sup>-311 <\/sup>while the maximum values of\u00a0protein 3MQ2 is1.81E<sup>-206<\/sup>. Using Table 3, we are comparing and showing the value after the forward algorithm and after GA in (Figure4).<\/p>\n<table style=\"width: 70%;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2021\/08\/Vol14No3_Gen_Nid_fig4.jpg\"><img decoding=\"async\" class=\"alignnone size-thumbnail wp-image-40118\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2021\/08\/Vol14No3_Gen_Nid_fig4-150x150.jpg\" alt=\"Vol14No3_Gen_Nid_fig4\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2021\/08\/Vol14No3_Gen_Nid_fig4-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2021\/08\/Vol14No3_Gen_Nid_fig4-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2021\/08\/Vol14No3_Gen_Nid_fig4.jpg 669w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a><\/td>\n<td><strong>Figure 4: <\/strong><strong>Graphicimage of the comparative analysisof P(O|<\/strong><strong>\ud835\udecc<\/strong><strong>) values between HMM and Genetic Algorithm for 20 gene sequences of proteins.<\/strong><\/p>\n<p><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2021\/08\/Vol14No3_Gen_Nid_fig4.jpg\" target=\"_blank\">Click here to view figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>(Figure4) shown thecomparative graph of between HMM and GA to find which method shows the global maxima. Here we observed that in GA, global maxima values lie between (9.85 to 9.35) while in HMM, global maxima values lie between (8.93 to\u00a08.59).So we can say for this experiment, the values of GA for global maxima always give a better result as compared to the HMM forward algorithm. So, here we can state that we can use the global maximum values of both the algorithms so as to get the knowledge of which protein to use among the given four protein as a drug target (in\u00a0case of drug design). Thus, we obtained the better protein in all four proteins which have maxima values, can take any protein which has the highest value of, i.e., (9.86).<\/p>\n<p>In the case study, we discussed the crystallographic data of the resolution (in Angstroms) of a protein structure resolved by X-ray diffraction or Nuclear Magnetic\u00a0Resonance (NMR). This field can be queried for a value or a range of values. But here, we apply the computational methods to find the resolution power of a protein sequence to take the large data of protein sequence.Most of the structure data are\u00a0obtained from X-ray crystallography and NMR-spectroscopy.\u00a0X-ray crystallography\u00a0determines the preparation of atoms within a protein by passing X-rays through a crystallized form of the protein and analyzing the resulting X-ray\u00a0diffraction pattern. This technique provides the highest resolution and usually yields only one model of a structure.\u00a0Nuclear magnetic resonance (NMR)\u00a0determines the structure of a protein in solution and generally yields multiple models, which allow\u00a0for a description of the biomolecule&#8217;s signaling solution(Madej T, Lanczycki CJ\u00a0\u00a0<em>et al<\/em>., 2014).In addition to these experimental methods, some researchers use\u00a0computational modeling\u00a0to predict the structure of a protein by simulating the\u00a0forces that act on each atom in a molecule of known structure. However, this method produces non-experimental models and the least dependable results.<\/p>\n<p><strong>Conclusion<\/strong><\/p>\n<p>In this work, we are studying and applying the GA and forward algorithm of HMM on the protein sequence of NS5 Methyltransferase protein of the dengue virus. At last, we compared the estimated value of the forward algorithm of HMM with the GA\u00a0approach. In our experiment, we observed that the genetic algorithm provides a better result as compared to the forward algorithm. In the future, we will repeat this experiment with a large number of gene sequences with higher lengths and will\u00a0compare the results of different algorithms like GA, Metropolis, GWW, and Ant Colony algorithms to evaluate their capabilities to find the global maxima. In a further study, we will improve the algorithm and make it more effective for long protein sequence\u00a0prediction using a multi-core computing platform used other machine learning approaches as an above mention\u00a0for the biological data generation in the analysis and discovery for the drug design.<\/p>\n<p><strong>Acknowledgement<\/strong><\/p>\n<p>This study is part of Doctoral research work, and both authors read and approved the final manuscript.<\/p>\n<p><strong>Conflict of Interest<\/strong><\/p>\n<p>All the authors declare that there are no conflicts of interest regarding the publication of this research paper.<\/p>\n<p><strong>Funding Source<\/strong><\/p>\n<p>This work did not provide any source of financial support.<\/p>\n<p><strong>References<\/strong><\/p>\n<ol>\n<li>Anasir M IRamanathan B and Poh C L. Structure-Based Design of Antivirals against Envelope Glycoprotein of Dengue Virus\u00a0<em>Viruses<\/em>., 2020; 12:4: 367.<br \/>\n<a href=\"https:\/\/doi.org\/10.3390\/v12040367\" target=\"_blank\">CrossRef<\/a><\/li>\n<li>Amjad M K Butt S I Kousar R Ahmad Agha M H Faping Z Anjum N Asgher U. Recent Research Trends in Genetic Algorithm Based Flexible Job Shop Schedulling Problems Mathematical\u00a0 Problems in Engineering Article ID 9270802., 2018; 32.<br \/>\n<a href=\"https:\/\/doi.org\/10.1155\/2018\/9270802\" target=\"_blank\">CrossRef<\/a><\/li>\n<li>Alghamdi R. Hidden Markov Models (HMMs) and security applications Int J AdvComputSci Appl., 2016; 7: 2: 39-47.<br \/>\n<a href=\"https:\/\/doi.org\/10.14569\/IJACSA.2016.070205\" target=\"_blank\">CrossRef<\/a><\/li>\n<li>Benmansour F Trist I Coutard B Decroly EQuerat G Brancale A and Barral K. Discovery of novel dengue virus NS5 methyltransferase non-nucleoside inhibitors by fragment-based drug design European journal of medicinal chemistry., 2017; 125: 865-880.<br \/>\n<a href=\"https:\/\/doi.org\/10.1016\/j.ejmech.2016.10.007\" target=\"_blank\">CrossRef<\/a><\/li>\n<li>Brecher M B Li Z Zhang J ChenH Lin Q Liu B and Li H. Refolding of a fully functional flavivirus methyltransferase revealed that S\u2010adenosyl methionine but not S\u2010adenosylhomocysteine is copurified with flavivirus methyltransferase\u00a0<em>Protein Science<\/em>., 2015; 24: 1: 117-128.<br \/>\n<a href=\"https:\/\/doi.org\/10.1002\/pro.2594\" target=\"_blank\">CrossRef<\/a><\/li>\n<li>Chuang C H Chiou S J Cheng T L and Wang Y T. A molecular dynamics simulation study decodes the Zika virus NS5 methyltransferase bound to SAH and RNA analogue <em>Scientific reports<\/em>., 2018; <em>8: <\/em>1: 6336.<br \/>\n<a href=\"https:\/\/doi.org\/10.1038\/s41598-018-24775-4\" target=\"_blank\">CrossRef<\/a><\/li>\n<li>El Sahili A and Lescar J. Dengue Virus Non-Structural Protein 5\u00a0<em>Viruses<\/em>., 2017;\u00a09: 4: 91.<br \/>\n<a href=\"https:\/\/doi.org\/10.3390\/v9040091\" target=\"_blank\">CrossRef<\/a><\/li>\n<li>Herrero L J et al. <em>, 2013; <\/em>137: 266-82.<\/li>\n<li>Harsh Bhasin<em>et al.<\/em>Application of Genetic Algorithms in Machine learning International Journal of Computer Science and Information Technologies <em>(IJCSIT)<\/em>. , 2011; 2: 5: 2412-2415.<\/li>\n<li>Jennings C Lysgaard S Hummelsh\u00f8j JS\u00a0<em>et al.<\/em>Genetic algorithms for computational materials discovery accelerated by machine learning\u00a0<em>npjComput Mater<\/em>., 2019;\u00a05: 46.<br \/>\n<a href=\"https:\/\/doi.org\/10.1038\/s41524-019-0181-4\" target=\"_blank\">CrossRef<\/a><\/li>\n<li>Katiyar, Nidhi, Nath, Ravindra and Katiyar, Shashwat. Estimated Value of Hidden Markov Model Parameters for NS5 methyltransferase Protein of Dengue Virus.<em>International Journal on Emerging Technologies<\/em>., 2020; <em>11:<\/em> 1: 01\u201311.<\/li>\n<li>L Haldurai T Madhubala and R Rajalakshmi. A Study on Genetic Algorithms and its Applications In ternational Journal of Computer sciences and Engineering., 2016; 4: 10: 139-143.<\/li>\n<li>Lim S P Sonntag L S Noble C Nilar S H Ng R H Zou G and Bodenreider C. Small molecule inhibitors that selectively block dengue virus methyltransferase Journal of Biological Chemistry., 2011; 286: 8: 6233-6240.<br \/>\n<a href=\"https:\/\/doi.org\/10.1074\/jbc.M110.179184\" target=\"_blank\">CrossRef<\/a><\/li>\n<li>Macmaster R Zelinskaya N Savic M Rankin C R and Conn G L. Structural insights into the function of aminoglycoside-resistance A1408 16S rRNA methyltransferases from antibiotic-producing and human pathogenic bacteria Nucleic acids research., 2010; 38: 21:7791-7799.<br \/>\n<a href=\"https:\/\/doi.org\/10.1093\/nar\/gkq627\" target=\"_blank\">CrossRef<\/a><\/li>\n<li>Madej T Lanczycki CJ Zhang D Thiessen PA Geer RC Marchler-Bauer A Bryant SH. MMDB and VAST+:tracking structural similarities between macromolecular complexesNucleic Acids Res., 2014;42: 1:297-303.<br \/>\n<a href=\"https:\/\/doi.org\/10.1093\/nar\/gkt1208\" target=\"_blank\">CrossRef<\/a><\/li>\n<li>Mor B Garhwal S and Kumar A. A Systematic Review of Hidden Markov Models and Their Applications <em>Arch Computational Methods Eng<\/em>., 2020; https:\/\/doi.org\/10.1007\/s11831-020-09422-4.<br \/>\n<a href=\"https:\/\/doi.org\/10.1007\/s11831-020-09422-4\" target=\"_blank\">CrossRef<\/a><\/li>\n<li>V. Chandrika, K. Visalakshmi and K. Sakthi Srinivasan Application of Hidden Markov Models in Stock Trading <em>2020 6th International Conference on Advanced Computing and Communication Systems (ICACCS)<\/em> Coimbatore India., 1144-1147.<br \/>\n<a href=\"https:\/\/doi.org\/10.1109\/ICACCS48705.2020.9074387\" target=\"_blank\">CrossRef<\/a><\/li>\n<li>Qiong C Huang M Xu Q Wang H Wang J. Reinforcement learning-Based Genetic Algorithm in Optimizing Multidimensional Data Discretizatio Scheme Mathematical Problems in Engineering., 2020; 13.<br \/>\n<a href=\"https:\/\/doi.org\/10.1155\/2020\/1698323\" target=\"_blank\">CrossRef<\/a><\/li>\n<li>Silva FT Silva MX and Belchior JC (2019). A New Genetic Algorithm Approach Applied to Atomic and Molecular Cluster Studies.<br \/>\n<a href=\"https:\/\/doi.org\/10.3389\/fchem.2019.00707\" target=\"_blank\">CrossRef<\/a><\/li>\n<li>S. F. Tambunan et al. Drug Target Insights., 2017; 1-11.<br \/>\n<a href=\"https:\/\/doi.org\/10.1177\/1177392817701726\" target=\"_blank\">CrossRef<\/a><\/li>\n<li>VanniceKS Durbin AHombach J. Status of vaccine research and development of vaccines for dengue<em>Vaccine<\/em>., 2016; 34: 2934\u20138.<br \/>\n<a href=\"https:\/\/doi.org\/10.1016\/j.vaccine.2015.12.073\" target=\"_blank\">CrossRef<\/a><\/li>\n<li>Yang Q M Yang Jack Y. Lecture notes and beyond the decade of high-performance computing for the next-generation sequence analysis I J Computational Biology and Drug Design., 2010; 2: 2: 204-206.<br \/>\n<a href=\"https:\/\/doi.org\/10.1504\/IJCBDD.2009.028824\" target=\"_blank\">CrossRef<\/a><\/li>\n<li>Zhao Y Soh T S Zheng J Chan K W K Phoo W W Lee C C and Shi P Y. A crystal structure of the dengue virus NS5 protein reveals a novel inter-domain interface essential for protein flexibility and virus replication\u00a0<em>PLoS pathogens., 2015; <\/em>11: 3: 1-27.<br \/>\n<a href=\"https:\/\/doi.org\/10.1371\/journal.ppat.1004682\" target=\"_blank\">CrossRef<\/a><\/li>\n<li>Zhou YH Brooks P Wang X. A two-stage Hidden Markov Model design for biomarker detection, with application to microbiome research Stat Biosci., 2018; 10: 1-18.<br \/>\n<a href=\"https:\/\/doi.org\/10.1007\/s12561-017-9187-y\" target=\"_blank\">CrossRef<\/a><\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Dengue virus (DV), the causative agent of dengue, resides  [&#8230;]<\/p>\n","protected":false},"author":14,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[93],"tags":[],"class_list":["post-40106","post","type-post","status-publish","format-standard","hentry","category-vol14no3"],"_links":{"self":[{"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/posts\/40106","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/comments?post=40106"}],"version-history":[{"count":5,"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/posts\/40106\/revisions"}],"predecessor-version":[{"id":41227,"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/posts\/40106\/revisions\/41227"}],"wp:attachment":[{"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/media?parent=40106"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/categories?post=40106"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/tags?post=40106"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}