Top Banner
TIME WARPING OF EVOLUTIONARY DISTANT TEMPORAL GENE EXPRESSION DATA BASED ON NOISE SUPPRESSION Yury Goltsev and Dmitri Papatsenko *Department of Molecular and Cell biology, University of California, Berkeley, USA * BMC Bioinformatics Oct. 2009 1 V C L a b , D e p t . o f C o m p u t e r S c i e n c e , N T H U , T a i w a n
16

T IME WARPING OF EVOLUTIONARY DISTANT TEMPORAL GENE EXPRESSION DATA BASED ON NOISE SUPPRESSION Yury Goltsev and Dmitri Papatsenko *Department of Molecular.

Dec 19, 2015

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: T IME WARPING OF EVOLUTIONARY DISTANT TEMPORAL GENE EXPRESSION DATA BASED ON NOISE SUPPRESSION Yury Goltsev and Dmitri Papatsenko *Department of Molecular.

1

TIME WARPING OF EVOLUTIONARY DISTANT TEMPORAL GENE EXPRESSION DATA BASED ON NOISE SUPPRESSIONYury Goltsev and Dmitri Papatsenko

*Department of Molecular and Cell biology, University of California, Berkeley, USA

* BMC Bioinformatics Oct. 2009

VC

Lab, D

ept. o

f Com

pute

r Scie

nce

, NTH

U, Ta

iwan

Page 2: T IME WARPING OF EVOLUTIONARY DISTANT TEMPORAL GENE EXPRESSION DATA BASED ON NOISE SUPPRESSION Yury Goltsev and Dmitri Papatsenko *Department of Molecular.

2

VC

Lab, D

ept. o

f Com

pute

r Scie

nce

, NTH

U, Ta

iwa

n

OVERVIEW

Introduction Dynamic Time Wraping

Kruskal's algorithm Orthologous Genes

Alignments of cell cycles Simulation data Real data

Conclusion Reference

Page 3: T IME WARPING OF EVOLUTIONARY DISTANT TEMPORAL GENE EXPRESSION DATA BASED ON NOISE SUPPRESSION Yury Goltsev and Dmitri Papatsenko *Department of Molecular.

3

VC

Lab, D

ept. o

f Com

pute

r Scie

nce

, NTH

U, Ta

iwa

n

INTRODUCTION

Dynamic Time Wraping(DTW)

0 10 20 30 40 50 60

-2-1

01

2

t

f

g

0 10 20 30 40 50

-2-1

01

23

4

t

f,g

*http://dblab.cs.nccu.edu.tw/presentation/DynamicTimeWarping.ppt

Page 4: T IME WARPING OF EVOLUTIONARY DISTANT TEMPORAL GENE EXPRESSION DATA BASED ON NOISE SUPPRESSION Yury Goltsev and Dmitri Papatsenko *Department of Molecular.

4

VC

Lab, D

ept. o

f Com

pute

r Scie

nce

, NTH

U, Ta

iwa

n

INTRODUCTION

Dynamic Time Wraping(DTW)

*http://www.evanlin.com/document/DataMiniing/Discovering similar time series patterns with fuzzy clustering and DTW methonds.ppt

Page 5: T IME WARPING OF EVOLUTIONARY DISTANT TEMPORAL GENE EXPRESSION DATA BASED ON NOISE SUPPRESSION Yury Goltsev and Dmitri Papatsenko *Department of Molecular.

5

VC

Lab, D

ept. o

f Com

pute

r Scie

nce

, NTH

U, Ta

iwa

n

DYNAMIC TIME WRAPING

Kruskal's algorithm

jiji

jiji

jiji

ji

badD

badD

badD

D

,2

,2

,2

min

1,

,1

1,1

,

*http://Fmccmb.belozersky.msu.ru/2009/Presentations/20090721MCCMB-Papatsenko.ppt

),...,,,(

,

321

1

2

aiM

ai

ai

ai

ai

M

k

bjk

aik

bj

aiE

xxxxX

xxXXd

Page 6: T IME WARPING OF EVOLUTIONARY DISTANT TEMPORAL GENE EXPRESSION DATA BASED ON NOISE SUPPRESSION Yury Goltsev and Dmitri Papatsenko *Department of Molecular.

6

VC

Lab, D

ept. o

f Com

pute

r Scie

nce

, NTH

U, Ta

iwa

n

INTRODUCTION

Orthologous Genes Homology

Budding yeast Fission yeast

Saccharomyces cerevisiae Schizosaccharomyces pombe

Page 7: T IME WARPING OF EVOLUTIONARY DISTANT TEMPORAL GENE EXPRESSION DATA BASED ON NOISE SUPPRESSION Yury Goltsev and Dmitri Papatsenko *Department of Molecular.

7

VC

Lab, D

ept. o

f Com

pute

r Scie

nce

, NTH

U, Ta

iwa

n

INTRODUCTION

Cell cycles

* Rustici G, et al., Nat Genet. 2004, 36:809-817

Page 8: T IME WARPING OF EVOLUTIONARY DISTANT TEMPORAL GENE EXPRESSION DATA BASED ON NOISE SUPPRESSION Yury Goltsev and Dmitri Papatsenko *Department of Molecular.

8

VC

Lab, D

ept. o

f Com

pute

r Scie

nce

, NTH

U, Ta

iwa

n

ALIGNMENTS OF CELL CYCLES

Periodic patterns (A,B: simulation data)

Page 9: T IME WARPING OF EVOLUTIONARY DISTANT TEMPORAL GENE EXPRESSION DATA BASED ON NOISE SUPPRESSION Yury Goltsev and Dmitri Papatsenko *Department of Molecular.

9

VC

Lab, D

ept. o

f Com

pute

r Scie

nce

, NTH

U, Ta

iwa

n

ALIGNMENTS OF CELL CYCLES

Periodic patterns (real data) A – Euclidean distance matrix B – Alignment path

No alignment

Page 10: T IME WARPING OF EVOLUTIONARY DISTANT TEMPORAL GENE EXPRESSION DATA BASED ON NOISE SUPPRESSION Yury Goltsev and Dmitri Papatsenko *Department of Molecular.

10

VC

Lab, D

ept. o

f Com

pute

r Scie

nce

, NTH

U, Ta

iwa

n

ALIGNMENTS OF CELL CYCLES

Periodic patterns (real data) A – Pearson distance matrix B – Alignment path

M

k

abbj

aiP nkjirXXd

1

2,,,1,

Page 11: T IME WARPING OF EVOLUTIONARY DISTANT TEMPORAL GENE EXPRESSION DATA BASED ON NOISE SUPPRESSION Yury Goltsev and Dmitri Papatsenko *Department of Molecular.

11

VC

Lab, D

ept. o

f Com

pute

r Scie

nce

, NTH

U, Ta

iwa

n

ALIGNMENTS OF CELL CYCLES

Use Pearson distance rather than Euclidean distance

Page 12: T IME WARPING OF EVOLUTIONARY DISTANT TEMPORAL GENE EXPRESSION DATA BASED ON NOISE SUPPRESSION Yury Goltsev and Dmitri Papatsenko *Department of Molecular.

12

VC

Lab, D

ept. o

f Com

pute

r Scie

nce

, NTH

U, Ta

iwa

n

ALIGNMENTS OF CELL CYCLES

Remove noise from the data(use Gaussian filter) A – Pearson distance matrix B – Alignment path

Page 13: T IME WARPING OF EVOLUTIONARY DISTANT TEMPORAL GENE EXPRESSION DATA BASED ON NOISE SUPPRESSION Yury Goltsev and Dmitri Papatsenko *Department of Molecular.

13

VC

Lab, D

ept. o

f Com

pute

r Scie

nce

, NTH

U, Ta

iwa

n

ALIGNMENTS OF CELL CYCLES

matching cell cycle markers to good valleys

Page 14: T IME WARPING OF EVOLUTIONARY DISTANT TEMPORAL GENE EXPRESSION DATA BASED ON NOISE SUPPRESSION Yury Goltsev and Dmitri Papatsenko *Department of Molecular.

14

VC

Lab, D

ept. o

f Com

pute

r Scie

nce

, NTH

U, Ta

iwa

n

ALIGNMENTS OF CELL CYCLES

matching cell cycle markers to good valleys G1 phase is longer in

S.cerevisiae G2 is longer in S.pombe.

Page 15: T IME WARPING OF EVOLUTIONARY DISTANT TEMPORAL GENE EXPRESSION DATA BASED ON NOISE SUPPRESSION Yury Goltsev and Dmitri Papatsenko *Department of Molecular.

15

VC

Lab, D

ept. o

f Com

pute

r Scie

nce

, NTH

U, Ta

iwa

n

CONCLUSION

Desynchronization of gene expression in evolution

Microarray data and low-level data processing

Page 16: T IME WARPING OF EVOLUTIONARY DISTANT TEMPORAL GENE EXPRESSION DATA BASED ON NOISE SUPPRESSION Yury Goltsev and Dmitri Papatsenko *Department of Molecular.

16

VC

Lab, D

ept. o

f Com

pute

r Scie

nce

, NTH

U, Ta

iwa

n

REFERENCE

http://dblab.cs.nccu.edu.tw/presentation/DynamicTimeWarping.ppt

http://www.evanlin.com/document/DataMiniing/Discovering similar time series patterns with fuzzy clustering and DTW methonds.ppt

http://Fmccmb.belozersky.msu.ru/2009/Presentations/20090721MCCMB-Papatsenko.ppt