Skip to content

Predicting a gene in a DNA sequence is essential in order to understand various biological phenomena related to the genes.

Notifications You must be signed in to change notification settings

Ghaayathri-Devi-K/gene-prediction-hmm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gene Prediction using HMM [Hidden Markov Model]

Predicting a gene in a DNA sequence is essential in order to understand various biological phenomena related to the genes.

This Project have implementation of the Hidden Markov Model for Gene Prediction, it helps us to find the meaningful piece of information in a new sequence of DNA. We align the DNA then model it to obtain the Recurrent patterns, furthermore we visualize it to build a generative model to describe it. To understand, learn and distinguish characteristics of each state and recognize them, we identify and label the different regions of the DNA sequence. We update the previous knowledge about biological sequence using probabilistic sequence modelling. Applying the Graph Theory to the nucleotide relation in the sequence, we are able to infer the adjacency matrix to be applied in Markov Model and Hidden Markov Model. Now using the Markov Model, we get the base vector values and after that we obtain the emission matrix and transmission matrix. Furthermore, computing the obtained value, we are able to train the algorithm and predict the gene sequence from the hidden states.

About

Predicting a gene in a DNA sequence is essential in order to understand various biological phenomena related to the genes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published