11
A Compressing Method for Genome Sequence Cluster using Sequence Alignment Author: Kwang Su Jung, Nam Hee Yu, Seung Jung Shin, Keun Ho Ryu Publisher: International Conference on Computer and Information Technology ICCIT 2008 Presenter: Chin-Chung Pan Date: 2010/10/27

A Compressing Method for Genome Sequence Cluster using Sequence Alignment

  • Upload
    vito

  • View
    38

  • Download
    1

Embed Size (px)

DESCRIPTION

A Compressing Method for Genome Sequence Cluster using Sequence Alignment. Author: Kwang Su Jung, Nam Hee Yu, Seung Jung Shin, Keun Ho Ryu Publisher: International Conference on Computer and Information Technology ICCIT 2008 Presenter: Chin-Chung Pan Date: 2010/10/27. Outline. Introduction - PowerPoint PPT Presentation

Citation preview

Page 1: A Compressing Method for Genome Sequence Cluster using Sequence Alignment

A Compressing Method for Genome Sequence Cluster using SequenceAlignment

Author:Kwang Su Jung, Nam Hee Yu, Seung Jung Shin, Keun Ho Ryu Publisher:International Conference on Computer and Information Technology ICCIT 2008

Presenter: Chin-Chung Pan

Date: 2010/10/27

Page 2: A Compressing Method for Genome Sequence Cluster using Sequence Alignment

Outline• Introduction•The proposed method• The representative sequence of a cluster• The sequence distance• The soring matrix• The Edit-Script, ε• Creating a member sequence from a representative sequence

•Evaluation

2

Page 3: A Compressing Method for Genome Sequence Cluster using Sequence Alignment

Introduction

• We suggest a new compressing technique for these sequence clusters using the Smith-Waterman sequence alignment method.

• We select a representative sequence which has a minimum sequence distance (the Smith-Waterman alignment score) in a cluster by scanning the distances of all sequences.

• Then, only store representative sequences and Edit-Scripts for each cluster into a database.

3

Page 4: A Compressing Method for Genome Sequence Cluster using Sequence Alignment

The representative sequence of a cluster

5

Page 5: A Compressing Method for Genome Sequence Cluster using Sequence Alignment

The sequence distance

6

• The Euclidean distance is widely used when calculating distance between objects in a common cluster.

• In the case of a genome sequence, applying the Euclidean distance is not acceptable because sequences do not have any absolute position.

Page 6: A Compressing Method for Genome Sequence Cluster using Sequence Alignment

The sequence distance

7

Page 7: A Compressing Method for Genome Sequence Cluster using Sequence Alignment

The soring matrix

8

Page 8: A Compressing Method for Genome Sequence Cluster using Sequence Alignment

The Edit-Script, ε

• Starting Index is an index that starts a matched sequence in sequence Sx.

• Ending Index indicates an index that ends the matched sequence Sy.

• Prior MatSeq denotes a prior sequence of the matched sequence in Sy.

• Posterior MatSeq describes the posterior sequence of the matched sequence in sequence Sy.

9

Page 9: A Compressing Method for Genome Sequence Cluster using Sequence Alignment

The Edit-Script, ε

• Focusing on Matched Sequences, there exist three kinds of events such as insertion, deletion, and substitution.

• We can simply express the Edit-Script, ε = { {Prior MatSeq}, Starting Index, {operator1, operator2, operator3, … }, Ending Index, {Posterior MatSeq}.

10

Sequence Sx: R N M K ─ G I T A T Y L SSequence Sy: T I M K R G I I A ─ Y L S W P

0 1 2 3 4 5 6 7 8 9 10 11 12 13 14

0 1 2 3 4 5 6 7 8 9 10

ε = { {TI}, 2, { ins(2,R), sub(5,I), del(7,T) }, 12, {WP} }

Page 10: A Compressing Method for Genome Sequence Cluster using Sequence Alignment

Creating a member sequence from a representative sequence

• RS: Representative Sequence.• MS: Member Sequence.

11

Database

Matched Sequence of RS

Matched Sequence of

MS

Member Sequence

MS id, RS id

RS of Cluster Edit-Scripts of MS

(Starting, Ending Index)

Change Operators

Prior MatSeq Posterior MatSeq

Page 11: A Compressing Method for Genome Sequence Cluster using Sequence Alignment

Evaluation

12

• The size reduction was discovered when the homology (sequence identity) between sequences was over 50% for 2KB, 55% for 4KB, and 52% for 8KB.