Skip to main content

Hidden Markov Model in Bioinformatics

 An Overview

The Hidden Markov Model (HMM) is a relatively simple way to model sequential data. It implies that the Markov Model underlying the data is hidden or unknown to you. More specifically, you only know observational data and not information about the states. 

What is a Markov Model?

A specific type of model that produces the data but you don’t know what processes are producing it. You basically use your knowledge to make an educated guess about the model’s structure.And that model structure is called Markov Model.

As I have tried in my videos to explain HMM in a more simpler way:

Part 1

Part 2


HMMs in Sequence Analysis
  • Determine the protein family for the given amino acid sequence.
  • Similar to fitting a speech signal to a word model.
  • Insertions, Deletions and substitutions are allowed.
  • In Computational Biology, a hidden Markov model (HMM) is a statistical approach that is frequently used for modelling biological sequences.

HMMs in Speech Recognition Problem

  • Determine the words spoken in a particular line framed.
  • They are adapted fit diverse classification problems for their robust statistical foundation, conceptual simplicity and malleability.
  • A good HMM accurately models the real world source of the observed real data and has the ability to simulate the source.


If you like my videos

Please Subscribe and Share my Channel!

Comments

Popular posts from this blog

Trimming of FastQ file (Trimmomatic) - Step 4

The poor quality reads and potential adapter sequences present in your file can be removed using the trimmomatic algorithm. The following video will guide you through the process of how to remove the poor quality reads from your fastq file. #Adapater #Sequences #Linux #Ubuntu

SPSS FOR BIOLOGISTS: Forecasting Analysis using IBM Statistics

EXPECTED OUTCOME OF COVID 19 USING FORECASTING ANALYSIS Forecasting is basically a statistical approach to make predictions for  the future on the basis of past or present observation.In biological terms, this approach is quite beneficial for the researchers to give predictions about any pandemic situation on the basis on previous knowledge/observation. For instance,We can calculate the substantial number of the patients that are going to be affected using Forecasting Analysis. AIM OF THIS TUTORIAL In this tutorial we try to explain about the current COVID 19 Pandemic situation respectively in Pakistan.We have the corresponding data about the patients per million for 4 weeks.On this basis ,we have predicted the increase in numbers for next 7 days by applying forecasting Analysis For more details about how to do Forecasting Analysis watch the video THANK YOU!!

A Complete Guide for Autodock Vina

 Hello Everyone, In the following video we will explain how to use Autodock Vina for Molecular Docking. The video contains details about Downloading Installation Protein-Ligand Docking Tutorial