当前位置:网站首页>November 22, 2021 [reading notes] - bioinformatics and functional genomics (Chapter 5, section 4, hidden Markov model)
November 22, 2021 [reading notes] - bioinformatics and functional genomics (Chapter 5, section 4, hidden Markov model)
2022-06-30 07:37:00 【Muyiqing】
- 5.4 Spectral search : hidden Markov model (HMMs)
- The spectral hidden Markov model is used to generate a position specific scoring system for identifying the similarity of distant sequences , Than PSSMs A more general , Such as voice detection , A series of signal detection problems such as sonar ;
- In the field of bioscience ,HMMs It has been used in a wide variety of applications : Sequence alignment 、 Protein structure prediction 、 Protein transmembrane region prediction 、 Chromosome copy number change analysis and gene discovery algorithm ;
- advantage :
- Spectrum HMMs It's a probability model , It evaluates the occurrence of a match at a given location in the comparison 、 Mismatch 、 Insert and confirm ( vacancy ) The possibility of . By developing a statistical model based on known sequences , We can use spectrum HMM To describe the possibility of a particular sequence matching the model .
- Spectrum HMM A multiple sequence alignment can be transformed into a position specific scoring system . Spectrum HMM A common application of is in spectrum HMMs Query a single protein sequence of interest in a database , In another application, a spectrum is used in a database search HMM As a query entry , for example PFAM and SMART.
- Markov chain :
- A data structure , By an initial state , A finite 、 A discrete set of possible states and a transition function that describes how to move from one state to the next . Also known as finite state machine .
- A data structure , By an initial state , A finite 、 A discrete set of possible states and a transition function that describes how to move from one state to the next . Also known as finite state machine .
- One HMM Contains a set of defined states , It can be used to describe the position of each position in a sequence “ state ” Model of .
- Hidden Markov model structure diagram
- Icon :

- 1. The bottom box is a list of Main States , It may correspond to the residue of this amino acid sequence
- 2. The second line consists of an insert state , This state contrast models the region in which two changes are made due to the necessary insertion
- 3. The third line is composed of the deletion state corresponding to the vacancy represented by a circle . Provide a way to skim a column in a multiple sequence alignment . The emission generates the observation sequence in the comparison
- State influencing factors
- Transition probability and launch probability
- The transition probability describes the path of the hidden state sequence along the Markov chain ;
- The transmission probability is described as the matching state of the comparison time ;
- Transition probability and launch probability
- Icon :
- HMMER Software : Command line and web version
- hmmbuild: A multiple sequence alignment can be read to create a spectrum HMM
- hmmsearch: Appoint HMM And the database
- Icon

- Icon
- hmmcalibrate: take 5000 Random sequence alignment to spectrum HMM On , Match the scores to a mechanism distribution , And calculate the parameters that are very necessary for estimating the statistical significance of database matching .
- HMMER3 Improvement
- Speed up
- Provide HMMER Web version
- Icon

- Welcome to join the group , Or add VX:bbplayer2021, Invite in

边栏推荐
- Use of ecostruxure (2) IEC61499 to establish function blocks
- Tencent and Fudan University "2021-2022 yuan universe report" with 102 yuan universe collections
- Xiashuo think tank: 125 planet updates reported today (packed with 101 meta universe collections)
- STM32 infrared communication 2
- Efga design open source framework openlane series (I) development environment construction
- C language - student achievement management system
- Distance from point to line
- 342 maps covering exquisite knowledge, one of which is classic and pasted on the wall
- Network security - single arm routing, DHCP relay and ICMP Protocol
- Periodic planning work
猜你喜欢

期末复习-PHP学习笔记1

Introduction notes to pytorch deep learning (10) neural network convolution layer

Examen final - notes d'apprentissage PHP 6 - traitement des chaînes

Wangbohua: development situation and challenges of photovoltaic industry

期末复习-PHP学习笔记8-mysql数据库

Cross compile opencv3.4 download cross compile tool chain and compile (3)

Sublime text 3 configuring the C language running environment

Final review -php learning notes 9-php session control

Inversion Lemma

National technology n32g45x series about timer timing cycle calculation
随机推荐
期末复习-PHP学习笔记9-PHP会话控制
Cadence physical library lef file syntax learning [continuous update]
Socket socket programming -- UDP
记录开发过程中无法使用管理员身份修改系统文件问题
期末复习-PHP学习笔记3-PHP流程控制语句
Introduction to ecostruxure (1) IEC61499 new scheme
Examen final - notes d'apprentissage PHP 6 - traitement des chaînes
DXP shortcut key
Calculate Euler angle according to rotation matrix R yaw, pitch, roll source code
Use of ecostruxure (3) creating composite function blocks
next InitializeSecurityContext failed: Unknown error (0x80092012) - 吊销功能无法检查证书是否吊销。
Test enumeration types with STM32 platform running RT thread
Virtual machine VMware: due to vcruntime140 not found_ 1.dll, unable to continue code execution
Embedded test process
Private method of single test calling object
Basic theory of four elements and its application
Deloitte: investment management industry outlook in 2022
Final review -php learning notes 7-php and web page interaction
Digital tube EEPROM key to save value
The most convenient serial port screen chip scheme designed at the charging pile in China




