112
Machine Learning in Bioinformatics Dmytro Fishman ([email protected]) BIIT

Machine Learning in Bioinformatics

Embed Size (px)

Citation preview

Page 1: Machine Learning in Bioinformatics

Machine Learning in BioinformaticsDmytro Fishman ([email protected])

BIIT

Page 2: Machine Learning in Bioinformatics

Dmytro Fishman

E-mail: [email protected] 21 - 23, Tartu

Page 3: Machine Learning in Bioinformatics

Machine Learning in Bioinformatics

Page 4: Machine Learning in Bioinformatics

Machine Learning in Bioinformatics

Page 5: Machine Learning in Bioinformatics
Page 6: Machine Learning in Bioinformatics
Page 7: Machine Learning in Bioinformatics
Page 8: Machine Learning in Bioinformatics

https://siteman.wustl.edu/glossary/cdr0000046470/

Page 9: Machine Learning in Bioinformatics

Central dogma

Page 10: Machine Learning in Bioinformatics
Page 11: Machine Learning in Bioinformatics
Page 12: Machine Learning in Bioinformatics
Page 13: Machine Learning in Bioinformatics

Microlevel

http://learn.genetics.utah.edu/content/cells/scale/

Page 14: Machine Learning in Bioinformatics

What these books contain?

Page 15: Machine Learning in Bioinformatics

This is a single human genome

~4GB

Page 16: Machine Learning in Bioinformatics

Big Data

Page 17: Machine Learning in Bioinformatics

ML in Bioinformatics (part III)

2016

Page 18: Machine Learning in Bioinformatics

Labs that produce data

Research groups that can analyse data

Page 19: Machine Learning in Bioinformatics

What is Bioinformatics?

“Bioinformatics is an interdisciplinary field that develops methods and software tools for extracting knowledge from biological data.”

https://en.wikipedia.org/wiki/Bioinformatics

Page 20: Machine Learning in Bioinformatics

What is Bioinformatics?“Bioinformatics is • an interdisciplinary field • develops methods and software tools • for extracting knowledge from biological

data.”

Page 21: Machine Learning in Bioinformatics

What is Bioinformatics?

Presenting this knowledge to non-experts

“Bioinformatics is • an interdisciplinary field • develops methods and software tools • for extracting knowledge from biological

data.”

Page 22: Machine Learning in Bioinformatics

Bioinformatics

Computer Science Biology

Statistics

Page 23: Machine Learning in Bioinformatics

Bioinformatics

Computer Science Biology

Statistics

Page 24: Machine Learning in Bioinformatics

Bioinformatics

Computer Science Biology

StatisticsP-hacking

Page 25: Machine Learning in Bioinformatics

Machine Learning in Bioinformatics

Page 26: Machine Learning in Bioinformatics
Page 27: Machine Learning in Bioinformatics

Feat

ure

#2

Feature #1

Page 28: Machine Learning in Bioinformatics

Feat

ure

#2

Feature #1

Page 29: Machine Learning in Bioinformatics

Feat

ure

#2

Feature #1

Page 30: Machine Learning in Bioinformatics

Feat

ure

#2

Feature #1

Healthy

Sick

Page 31: Machine Learning in Bioinformatics

Feat

ure

#2

Feature #1

Healthy

Sick

Feat

ure

#2

Feature #1

Page 32: Machine Learning in Bioinformatics

Feat

ure

#2

Feature #1

Healthy

Sick

Feat

ure

#2

Feature #1

Page 33: Machine Learning in Bioinformatics

Feat

ure

#2

Feature #1

Healthy

Sick

Feat

ure

#2

Feature #1

Anything in common?

Page 34: Machine Learning in Bioinformatics

Feat

ure

#2

Feature #1

Healthy

Sick

Feat

ure

#2

Feature #1

Females

Males

Page 35: Machine Learning in Bioinformatics

Feat

ure

#2

Feature #1

Healthy

Sick

Feat

ure

#2

Feature #1

Females

Males

Supervised Learning

Unsupervised Learning

Page 36: Machine Learning in Bioinformatics

Linear Classifiers Decision TreesFeature #1

> 20 <= 20Feature #2

> 1000 <= 1000

1

Neural NetworksInput Hidden

Layer

0

k-Nearest Neighbors

Others

Self-Organizing Map

https://topepo.github.io/caret

Many more

Feat

ure

#2

Feature #1

OutputLayer

1

0 1

1

Page 37: Machine Learning in Bioinformatics

Machine Learning in Bioinformatics

Page 38: Machine Learning in Bioinformatics
Page 39: Machine Learning in Bioinformatics
Page 40: Machine Learning in Bioinformatics

Anna, 32, Female, DT2,…Metadata

Page 41: Machine Learning in Bioinformatics

Anna, 32, Female, DT2,…

Medical Signal

Metadata

Page 42: Machine Learning in Bioinformatics

Anna, 32, Female, DT2,…

Medical Signal

Metadata

Medical Imaging

Page 43: Machine Learning in Bioinformatics

Anna, 32, Female, DT2,…

Medical Signal

Metadata

Medical Imaging

Page 44: Machine Learning in Bioinformatics

Anna, 32, Female, DT2,…

Medical Signal

Metadata

Medical Imaging

Clinical Data

Page 45: Machine Learning in Bioinformatics

Anna, 32, Female, DT2,…

ACCTTGCTTACC…

Medical Signal

Metadata

Medical Imaging

Clinical Data

Genetical Information

Page 46: Machine Learning in Bioinformatics

Anna, 32, Female, DT2,…

ACCTTGCTTACC…

Medical Signal

Metadata

Medical Imaging

Clinical Data

Genetical Information

Page 47: Machine Learning in Bioinformatics
Page 48: Machine Learning in Bioinformatics
Page 49: Machine Learning in Bioinformatics

Metabolite #1

Metabolite #2

Metabolite #3

First individual

Page 50: Machine Learning in Bioinformatics

Metabolite #1

Metabolite #2

Metabolite #3

First individual

M1

M2

M3

Page 51: Machine Learning in Bioinformatics

Metabolite #1

Metabolite #2

Metabolite #3

First individual

M1

M2

M3

Page 52: Machine Learning in Bioinformatics

Metabolite #1

Metabolite #2

Metabolite #3

Second individual

M1

M2

M3

Page 53: Machine Learning in Bioinformatics

Metabolite #1

Metabolite #2

Metabolite #3

Individual #N

M1

M2

M3

Page 54: Machine Learning in Bioinformatics

Metabolite #1

Metabolite #2

Metabolite #3

M1

M2

M3

Patients Healthy

Individual #N

Page 55: Machine Learning in Bioinformatics

Metabolite #1

Metabolite #2

Metabolite #3

M1

M2

M3

Patients Healthy

Individual #N

Page 56: Machine Learning in Bioinformatics

Metabolite #1

Metabolite #2

Metabolite #3

M1

M2

M3

Patients Healthy

P(disease) = 0.6*M1 + 0*M2 - 0.7*M3

Individual #N

Page 57: Machine Learning in Bioinformatics

Metabolite #1

Metabolite #2

Metabolite #3

M1

M2

M3

Patients Healthy

P(disease) = 0.6*M1 + 0*M2 - 0.7*M3

Individual #N

Page 58: Machine Learning in Bioinformatics

Dima

Page 59: Machine Learning in Bioinformatics

Anna, 32, Female, DT2,…

ACCTTGCTTACC…

Medical Signal

Metadata

Medical Imaging

Clinical Data

Genetical Information

Page 60: Machine Learning in Bioinformatics

…AACCTTTACATTAAACTGGGACCCGG… Individual #1…AACCTTTACATTATACTGGGAGCCGG… Individual #2

…CTAAACCACATTATACTGGGACCCGG… Individual #N…

Page 61: Machine Learning in Bioinformatics

…AACCTTTACATTAAACTGGGACCCGG… Individual #1…AACCTTTACATTATACTGGGAGCCGG… Individual #2

…CTAAACCACATTATACTGGGACCCGG… Individual #N…

Human genomes are 99.5% similar

Page 62: Machine Learning in Bioinformatics

…AACCTTTACATTAAACTGGGACCCGG… Individual #1…AACCTTTACATTATACTGGGAGCCGG… Individual #2

…CTAAACCACATTATACTGGGACCCGG… Individual #N…

Mutations

Page 63: Machine Learning in Bioinformatics

…AACCTTTACATTAAACTGGGACCCGG… Individual #1…AACCTTTACATTATACTGGGAGCCGG… Individual #2

…CTAAACCACATTATACTGGGACCCGG… Individual #N…

Deletions

Page 64: Machine Learning in Bioinformatics

…AACCTTTACATTAAACTGGGACCCGG… Individual #1…AACCTTTACATTATACTGGGAGCCGG… Individual #2

…CTAAACCACATTATACTGGGACCCGG… Individual #N…

Insertions

Page 65: Machine Learning in Bioinformatics

…AACCTTTACATTAAACTGGGACCCGG… Individual #1…AACCTTTACATTATACTGGGAGCCGG… Individual #2

…CTAAACCACATTATACTGGGACCCGG… Individual #N…

Compute pairwise distance

Page 66: Machine Learning in Bioinformatics

…AACCTTTACATTAAACTGGGACCCGG… Individual #1…AACCTTTACATTATACTGGGAGCCGG… Individual #2

…CTAAACCACATTATACTGGGACCCGG… Individual #N…

Compute pairwise distance

#1 #2 … #N

#1 0 29 … 34

#2 29 0 … 56

… … … … …

#N 34 56 … 0

Distance Matrix

Page 67: Machine Learning in Bioinformatics

…AACCTTTACATTAAACTGGGACCCGG… Individual #1…AACCTTTACATTATACTGGGAGCCGG… Individual #2

…CTAAACCACATTATACTGGGACCCGG… Individual #N…

#1 #2 … #N

#1 0 29 … 34

#2 29 0 … 56

… … … … …

#N 34 56 … 0

Distance Matrix

Page 68: Machine Learning in Bioinformatics

…AACCTTTACATTAAACTGGGACCCGG… Individual #1…AACCTTTACATTATACTGGGAGCCGG… Individual #2

…CTAAACCACATTATACTGGGACCCGG… Individual #N…

#1 #2 … #N

#1 0 29 … 34

#2 29 0 … 56

… … … … …

#N 34 56 … 0

Distance Matrix

PCA

Page 69: Machine Learning in Bioinformatics

…AACCTTTACATTAAACTGGGACCCGG… Individual #1…AACCTTTACATTATACTGGGAGCCGG… Individual #2

…CTAAACCACATTATACTGGGACCCGG… Individual #N…

#1 #2 … #N

#1 0 29 … 34

#2 29 0 … 56

… … … … …

#N 34 56 … 0

Distance Matrix

PCA

Principal component analysis of the combined autosomal genotypic data of individuals from Russia and seven European countries (Finnland, Estonia, Latvia, Poland, Czech Republic, Germany [5] and Italia [22]). Khrunin et al.

Page 70: Machine Learning in Bioinformatics

Anna, 32, Female, DT2,…

ACCTTGCTTACC…

Medical Signal

Metadata

Medical Imaging

Clinical Data

Genetical Information

Page 71: Machine Learning in Bioinformatics
Page 72: Machine Learning in Bioinformatics
Page 73: Machine Learning in Bioinformatics

Neuroimaging

Page 74: Machine Learning in Bioinformatics

Neuroimaging EEG Signal

Page 75: Machine Learning in Bioinformatics

Neuroimaging EEG Signal

FourierTransform

Data

Page 76: Machine Learning in Bioinformatics

Neuroimaging EEG Signal

Data

Page 77: Machine Learning in Bioinformatics

Neuroimaging EEG Signal

Data Machine Learning

Page 78: Machine Learning in Bioinformatics

Neuroimaging EEG Signal

Data Machine Learning

P( ) = .92

Page 79: Machine Learning in Bioinformatics

Neuroimaging EEG Signal

Data Machine Learning

P( ) = .92

Flying

Page 80: Machine Learning in Bioinformatics

Neuroimaging EEG Signal

Data Machine Learning

P( ) = .92

Soft Introduction to Brain-Computer Interfaces by Ilya Kuzovkin (www.ikuz.eu)

Flying

Page 81: Machine Learning in Bioinformatics

Cardiogram

Data Machine Learning

P( ) = .92

Cardiograph

Page 82: Machine Learning in Bioinformatics

Anna, 32, Female, DT2,…

ACCTTGCTTACC…

Medical Signal

Metadata

Medical Imaging

Clinical Data

Genetical Information

Page 83: Machine Learning in Bioinformatics
Page 84: Machine Learning in Bioinformatics

AD NDC

Alzheimer’s Disease

Page 85: Machine Learning in Bioinformatics

Disease Stage Prediction

Diabetic Retinopathy

AD NDC

Alzheimer’s Disease

Page 86: Machine Learning in Bioinformatics

Disease Stage Prediction

Diabetic Retinopathy Alzheimer’s Disease

Heart Volume Prediction

Heart Failure

AD NDC

Page 87: Machine Learning in Bioinformatics

Disease Stage Prediction

Diabetic Retinopathy

Mitotic Cells Count

Breast Cancer

Alzheimer’s Disease

Heart Volume Prediction

Heart Failure

AD NDC

Page 88: Machine Learning in Bioinformatics

AD NDC

Alzheimer’s Disease

Disease Stage Prediction

Diabetic Retinopathy

Heart Volume Prediction

Heart Failure

Mitotic Cells Count

Breast Cancer

Stained Cells Count

Cancer

Page 89: Machine Learning in Bioinformatics

AD NDC

Alzheimer’s Disease

Disease Stage Prediction

Diabetic Retinopathy

Heart Volume Prediction

Heart Failure

Mitotic Cells Count

Breast Cancer

Stained Cells Count

Cancer

Protein Classification

Page 90: Machine Learning in Bioinformatics

AD NDC

Alzheimer’s Disease

Disease Stage Prediction

Diabetic Retinopathy

Heart Volume Prediction

Heart Failure

Mitotic Cells Count

Breast Cancer

Stained Cells Count

Cancer

Protein Classification

Accurate classification of protein subcellular localization from high throughput microscopy images using deep learning. Pärnamaa et al.

Page 91: Machine Learning in Bioinformatics

Anna, 32, Female, DT2,…

ACCTTGCTTACC…

Medical Signal

Metadata

Medical Imaging

Clinical Data

Genetical Information

Page 92: Machine Learning in Bioinformatics

National Health System [email protected]

Log InHaving trouble logging in?

Page 93: Machine Learning in Bioinformatics

Anna, 32, Femalesee full profile

see all recent scans

see all genetic risks

Susceptible to DT2

09 10 11 12 01 02 03 04

normal

Suga

r

2010 2011 2011

see other tests results

Enter symptoms here…

1984

1986

1988

1990

1992

1994

1996

1998

2000

2002

2004

2006

2008

2010

2012

2014

2016

Birth

A37: Whooping cough

J21.8: Acute bronchiolitis

S82: Fracture of lower leg

V22.0: Normal Pregnancy

Dr. Peterson

related medical reports

Logout

Page 94: Machine Learning in Bioinformatics

Anna, 32, Female, DT2,…

ACCTTGCTTACC…

Data Integration for better decision making is the key challenge

Page 95: Machine Learning in Bioinformatics

Quiz

Page 96: Machine Learning in Bioinformatics

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Page 97: Machine Learning in Bioinformatics

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Page 98: Machine Learning in Bioinformatics

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Page 99: Machine Learning in Bioinformatics

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Page 100: Machine Learning in Bioinformatics

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Page 101: Machine Learning in Bioinformatics

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Page 102: Machine Learning in Bioinformatics

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Page 103: Machine Learning in Bioinformatics

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Page 104: Machine Learning in Bioinformatics

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Page 105: Machine Learning in Bioinformatics

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Page 106: Machine Learning in Bioinformatics

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Page 107: Machine Learning in Bioinformatics

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Page 108: Machine Learning in Bioinformatics

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

Page 109: Machine Learning in Bioinformatics

Genes are us…

and them.SOURCE:,JAVIER,HERRERO,,EUROPEAN,MOLECULAR,BIOLOGY,LABORATORY—EUROPEAN,BIOINFORMAT,ICS,INSTITUTE

50%

Page 110: Machine Learning in Bioinformatics

MEETUP

Page 112: Machine Learning in Bioinformatics