-
Notifications
You must be signed in to change notification settings - Fork 13
/
20-graphs.tex
613 lines (528 loc) · 19.4 KB
/
20-graphs.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
\include{header}
\begin{document}
\begin{frame}
\titlepage
\centering
Grafi di assemblaggio
\end{frame}
\begin{frame}[fragile]
\frametitle{Assemblaggio di genomi}
\begin{block}{Tecnologie}
\begin{itemize}
\item
Porzioni di genoma chiamate \alert{read}
\item
50--10000bp (base pairs)
\item
spesso in coppie (\alert{mate pairs})
\item
posizione originaria ignota
\end{itemize}
\end{block}
\begin{block}{Obiettivo}
Ricostruire il genoma: circa 3 miliardi bp
\end{block}
\end{frame}
\begin{frame}[fragile]
\frametitle{Evoluzione tecnologica}
\includegraphics[width=0.6\textwidth]{figures/Developments_in_next_generation_sequencing.jpg}
\end{frame}
\begin{frame}[fragile]
\frametitle{Mate pairs}
\begin{minipage}{.48\textwidth}
\includegraphics[width=\textwidth]{figures/mate-pairs-1.png}
\end{minipage}\hfill%
\begin{minipage}{.48\textwidth}
\includegraphics[width=\textwidth]{figures/mate-pairs-2.png}
\end{minipage}
\end{frame}
\begin{frame}[fragile]
\frametitle{Regola 1}
Suffisso di una read può essere prefisso di un'altra read: overlap
\begin{block}{Overlap --- sovrapposizione}
\begin{minipage}{.68\textwidth}
\begin{Verbatim}
TCTATATCTCGGCTCTAGG
||||||| |||||||
TATCTCGACTCTAGGCCC
\end{Verbatim}
\end{minipage}\hfill%
\begin{minipage}{.28\textwidth}
Read 1\\\\Read 2
\end{minipage}
\end{block}
\begin{block}{Probabile motivo}
\begin{minipage}{.68\textwidth}
\begin{Verbatim}
TCTATATCTCGGCTCTAGG
GGCGTCTATATCTCGGCTCTAGGCCCTCATTTTTT
TATCTCG\alert{A}CTCTAGGCCC
\end{Verbatim}
\end{minipage}\hfill%
\begin{minipage}{.28\textwidth}
Read 1\\True genome\\Read 2
\end{minipage}
\end{block}
Errore oppure organismi diploidi
\end{frame}
\begin{frame}[fragile]
\frametitle{Grafo di overlap}
\begin{block}{Read}
\begin{tikzpicture}
\node[rectangle, fill=blue!95, font=\scriptsize] (s1) at (0,0) {ACGTGTG};
\node[rectangle, fill=blue!90, font=\scriptsize] (s2) [right= 10pt of s1] {CGTGTGC};
\node[rectangle, fill=blue!90, font=\scriptsize] (s3) [right= 10pt of s2]{GTGCCA};
\node[rectangle, fill=blue!99, font=\scriptsize] (s4) [right= 10pt of s3]{CCACG};
\end{tikzpicture}
\end{block}
Arco fra tutte le coppie di read con overlap abbastanza lungo
\begin{block}{Grafo}
\begin{tikzpicture}
\node[draw, fill=blue, circle, font=\scriptsize, minimum size=1cm] (k1) at (0,-2.8) {ACGTGTG};
\node[draw, fill=blue, circle, font=\scriptsize, minimum size=1cm] (k2) at (0.35,-0.4) {CGTGTGC};
\node[draw, fill=blue, circle, font=\scriptsize, minimum size=1cm] (k3) at (2.7,-2.8) {GTGCCA};
\node[draw, fill=blue, circle, font=\scriptsize, minimum size=1cm] (k4) at (3.95,-0.4) {CCACG};
\draw[->, thick] (k1) to node[rotate=45, font=\scriptsize, above] {A} (k2);
\draw[->, thick] (k2) to node[rotate=-45, font=\scriptsize, above] {CGT} (k3);
\draw[->, thick] (k3) to node[rotate=45, font=\scriptsize, below] {GTG} (k4);
\draw[->, thick] (k1) to node[font=\scriptsize, below] {ACGT} (k3);
\draw[->, thick] (k2) to node[font=\scriptsize, above] {CGTGTG}(k4);
\end{tikzpicture}
\end{block}
\end{frame}
\begin{frame}[fragile]
\frametitle{String Graph}
\begin{block}{Read}
\begin{tikzpicture}
\node[rectangle, fill=blue!95, font=\scriptsize] (s1) at (0,0) {ACGTGTG};
\node[rectangle, fill=blue!90, font=\scriptsize] (s2) [right= 10pt of s1] {CGTGTGC};
\node[rectangle, fill=blue!90, font=\scriptsize] (s3) [right= 10pt of s2]{GTGCCA};
\node[rectangle, fill=blue!99, font=\scriptsize] (s4) [right= 10pt of s3]{CCACG};
\end{tikzpicture}
\end{block}
Si rimuovono gli archi transitivi dal grafo di overlap
\begin{block}{Grafo}
\begin{tikzpicture}
\node[draw, fill=blue, circle, font=\scriptsize, minimum size=1cm] (k1) at (0,-2.8) {ACGTGTG};
\node[draw, fill=blue, circle, font=\scriptsize, minimum size=1cm] (k2) at (0.35,-0.4) {CGTGTGC};
\node[draw, fill=blue, circle, font=\scriptsize, minimum size=1cm] (k3) at (2.7,-2.8) {GTGCCA};
\node[draw, fill=blue, circle, font=\scriptsize, minimum size=1cm] (k4) at (3.95,-0.4) {CCACG};
\draw[->, thick] (k1) to node[rotate=45, font=\scriptsize, above] {A} (k2);
\draw[->, thick] (k2) to node[rotate=-45, font=\scriptsize, above] {CGT} (k3);
\draw[->, thick] (k3) to node[rotate=45, font=\scriptsize, below] {GTG} (k4);
\end{tikzpicture}
\end{block}
\end{frame}
\begin{frame}[fragile]
\frametitle{Shortest superstring}
\begin{block}{Istanza}
Insieme $\mathcal{S} = \{s_{1}, \ldots , s_{n}\}$ di stringhe
\end{block}
\begin{block}{Soluzioni ammissibili}
Superstring $T$ di $\mathcal{S}$.
Ogni $s_{i}$ è sottostringa di $T$
\end{block}
\begin{block}{Funzione obiettivo}
$|T|$
\end{block}
$T$ è il genoma assemblato, $\mathcal{S}$ le read
\begin{block}{Problema}
Regioni ripetute
\end{block}
\end{frame}
\begin{frame}[fragile]
\frametitle{Algoritmo ingordo}
\begin{block}{Algoritmo}
\begin{enumerate}
\item
Fondere le due stringhe con massimo overlap
\item
Finchè non rimane una stringa sola
\end{enumerate}
\end{block}
\end{frame}
\begin{frame}[fragile]
\frametitle{Esempio: a\_long\_long\_long\_time}
\begin{enumerate}
\item
ng\_lon \_long\_ a\_long long\_l ong\_ti ong\_lo long\_t g\_long
\alert{g\_time ng\_tim}
\item
ng\_time ng\_lon
\alert{\_long\_}
a\_long long\_l ong\_ti ong\_lo long\_t
\alert{g\_long}
\item
ng\_time g\_long\_ ng\_lon a\_long long\_l
\alert{ong\_ti}
ong\_lo
\alert{long\_t}
\item
ng\_time long\_ti g\_long\_
\alert{ng\_lon}
a\_long long\_l
\alert{ong\_lo}
\item
\alert{ng\_time}
ong\_lon
\alert{long\_ti}
g\_long\_ a\_long long\_l
\item
\alert{ong\_lon}
long\_time g\_long\_ a\_long
long\_l\alert{}
\item
long\_lon
\alert{long\_time g\_long\_}
a\_long
\item
\alert{long\_lon g\_long\_time}
a\_long
\item
\alert{long\_long\_time a\_long}
\item
a\_long\_long\_time
\end{enumerate}
\end{frame}
\begin{frame}[fragile]
\frametitle{Problema del commesso viaggiatore (TSP)}
\begin{block}{Istanza}
Grafo orientato $G=\langle V,A \rangle$, con archi pesati $w:A \mapsto \mathbb{Q}^{+}$
\end{block}
\begin{block}{Soluzioni ammissibili}
Permutazione $\Pi=\langle \pi_{1}, \ldots, \pi_{n} \rangle$ of $V$
\end{block}
\begin{block}{Funzione obiettivo}
$w(\pi_{n},\pi_{1}) + \sum_{i=1}^{n} w(\pi_{i},\pi_{i+1})$
\end{block}
\begin{itemize}
\item
Una soluzione è un percorso che tocca ogni città esattamente una volta e torna
al punto di partenza
\item
Il costo è il peso totale di tutti gli archi attraversati
\item
NP-completo\uncover<2>{\alert{, ma risolvibile in pratica}}
\end{itemize}
\end{frame}
\begin{frame}[fragile]
\frametitle{Superstringa più corta e TSP}
\begin{block}{Similarità}
1 read = 1 città
\end{block}
\begin{block}{Differenze}
\begin{itemize}
\item
assemblaggio $\neq$ ciclo
\item
lunghezza stringa $\neq$ costo percorso TSP
\end{itemize}
\end{block}
\uncover<2>{
\begin{block}{Proprietà}
$|\mathcal{S}| = \sum_{i=1}^{n}|s_{i}| - \sum_{i=1}^{n-1}|ov(s_{i}, s_{i+1})|$, dove
$ov(\cdot,\cdot)$ è la sovrapposizione fra le stringhe
\end{block}}
\end{frame}
\begin{frame}[fragile]
\frametitle{Grafo di overlap --- TSP}
\begin{block}{Read}
\begin{tikzpicture}
\node[rectangle, fill=blue!95, font=\scriptsize] (s1) at (0,0) {ACGTGTG};
\node[rectangle, fill=blue!90, font=\scriptsize] (s2) [right= 10pt of s1] {CGTGTGC};
\node[rectangle, fill=blue!90, font=\scriptsize] (s3) [right= 10pt of s2]{GTGCCA};
\node[rectangle, fill=blue!99, font=\scriptsize] (s4) [right= 10pt of s3]{CCACG};
\end{tikzpicture}
\end{block}
\begin{block}{Grafo}
\begin{tikzpicture}
\node[draw, fill=red!50, rectangle, font=\scriptsize, minimum size=1cm] (p0) at (-2,-1.6) {Partenza};
\node[draw, fill=red, rectangle, font=\scriptsize, minimum size=1cm] (p1) at (7,-1.6) {\$};
\node[draw, fill=blue, rectangle, font=\scriptsize] (k1) at (1,-2.8) {ACGTGTG};
\node[draw, fill=blue, rectangle, font=\scriptsize] (k2) at (1.35,-0.4) {CGTGTGC};
\node[draw, fill=blue, rectangle, font=\scriptsize] (k3) at (3.7,-2.8) {GTGCCA};
\node[draw, fill=blue, rectangle, font=\scriptsize] (k4) at (4.95,-0.4) {CCACG};
\draw[->, thick] (k1) to node[rotate=45, font=\scriptsize, above] {A} (k2);
\draw[->, thick] (k2) to node[rotate=-45, font=\scriptsize, above] {CGT} (k3);
\draw[->, thick] (k3) to node[rotate=45, font=\scriptsize, below] {GTG} (k4);
\draw[->, thick] (k1) to node[font=\scriptsize, below] {ACGT} (k3);
\draw[->, thick] (k2) to node[font=\scriptsize, above] {CGTGTG}(k4);
\draw[->, green] (p0) to (k1);
\draw[->, green] (p0) to (k2);
\draw[->, green] (p0) to (k3);
\draw[->, green] (p0) to (k4);
\draw[->, red] (k1) to (p1);
\draw[->, red] (k2) to (p1);
\draw[->, red] (k3) to (p1);
\draw[->, red] (k4) to (p1);
\draw[->, yellow, thick] (p1.south) .. controls +(down:20mm) and +(down:20mm)
.. (p0.south);
\end{tikzpicture}
\end{block}
\end{frame}
\begin{frame}[fragile]
\frametitle{Overlay --- Layout --- Consensus}
\begin{block}{Passi}
\begin{enumerate}
\item
Overlap: calcolare le sovrapposizioni e costruire il grafo.
Usare suffix array (esatto) o programmazione dinamica (errori).
\item
Layout: Fondere i cammini per ottenere i \alert{contigs}.
Le ripetizioni (branching nodes) vengono rimosse.
\item
Consensus: calcola i nucleotidi
\end{enumerate}
\end{block}
\end{frame}
\begin{frame}[fragile]
\frametitle{Reverse and complement}
\begin{itemize}
\item
Non si conosce lo strand
\item
Versione canonica (minima fra $x$ e revcomp$(x)$
\item
complica il calcolo degli overlap
\end{itemize}
\end{frame}
\begin{frame}[fragile]
\frametitle{SBH}
\begin{block}{DNA array}
\begin{itemize}
\item
Tecnologia vecchia
\item
Per ogni $k$-mero, si conosce se appare nel genoma
\item
$k\approx 8$
\end{itemize}
\end{block}
\begin{block}{Procedura}
\begin{enumerate}
\item
Ogni $k$-mero viene diviso in $(k-1)$-meri
\item
Un vertice per ogni $(k-1)$-mero
\item
Un arco per ogni $k$-mero
\end{enumerate}
\end{block}
\begin{block}{Adesso}
Stessa procedura, a partire dai read
\end{block}
\end{frame}
\begin{frame}[t, fragile]
\frametitle{Grafo di de Bruijn}
\begin{columns}
\begin{column}[t]{0.48\textwidth}
\begin{center}
\begin{block}{Read}
\begin{tikzpicture}
\node[rectangle, fill=blue!95, font=\scriptsize] (s1) at (0,0) {ACGTGTG};
\node[rectangle, fill=blue!90, font=\scriptsize] (s2) [right= 10pt of s1] {CGTGTGC};
\node[rectangle, fill=blue!90, font=\scriptsize] (s3) [right= 10pt of s2]{GTGCCA};
\node[rectangle, fill=blue!99, font=\scriptsize] (s4) [right= 10pt of s3]{CCACG};
\end{tikzpicture}
\end{block}
\begin{block}{de Bruijn graphs}
\begin{tikzpicture}
\node[draw, fill=blue, circle, font=\scriptsize] (k0) at (0,-2.6) {ACG};
\node[draw, fill=blue, circle, font=\scriptsize] (k1) at (1.2,-1.4) {CGT};
\node[draw, fill=blue, circle, font=\scriptsize] (k2) at (1.2,-2.9) {GTG};
\node[draw, fill=blue, circle, font=\scriptsize] (k3) at (2.4,-2.3) {TGT};
\node[draw, fill=blue, circle, font=\scriptsize] (k4) at (3.6,-2.9) {TGC};
\node[draw, fill=blue, circle, font=\scriptsize] (k5) at (3.6,-1.4) {GCC};
\node[draw, fill=blue, circle, font=\scriptsize] (k6) at (4.8,-1.4) {CCA};
\node[draw, fill=blue, circle, font=\scriptsize] (k7) at (4.8,-2.6) {CAC};
% \node[draw, circle, font=\scriptsize] (k7) at (4,-2.0) {};
\draw[->, thick] (k0) to (k1);
\draw[->, thick] (k1) to (k2);
\draw[->, thick] (k3) to[bend right] (k2);
\draw[->, thick] (k2) to[bend right] (k3);
\draw[->, thick] (k2) to[bend right=45] (k4);
\draw[->, thick] (k4) to (k5);
% \draw[->, thick] (k2) to[bend right=45] (k4);
% \draw[->, thick] (k4) to (k5);
\draw[->, thick] (k5) to (k6);
\draw[->, thick] (k6) to (k7);
\draw[->, thick] (k7.south) to[bend left=45] (k0.south);
\end{tikzpicture}
\end{block}
\end{center}
\end{column}
\begin{column}[t]{0.48\textwidth}
\begin{block}{$4$-meri --- $3$-meri --- distinti}
\begin{tikzpicture}
\node[rectangle, fill=blue!85, font=\scriptsize] (s1a) at (0,0) {ACGT};
\node[rectangle, fill=blue!85, font=\scriptsize] (s4b) [below= 1pt of s1a]{CACG};
\node[rectangle, fill=blue!85, font=\scriptsize] (s4a) [below= 1pt of s4b]{CCAC};
\node[rectangle, fill=blue!85, font=\scriptsize] (s1b) [below= 1pt of s4a]{CGTG};
\node[rectangle, fill=blue!85, font=\scriptsize] (s3c) [below= 1pt of s1b]{GCCA};
\node[rectangle, fill=blue!85, font=\scriptsize] (s3a) [below= 1pt of s3c]{GTGC};
\node[rectangle, fill=blue!85, font=\scriptsize] (s1c) [below= 1pt of s3a]{GTGT};
\node[rectangle, fill=blue!85, font=\scriptsize] (s3b) [below= 1pt of s1c]{TGCC};
\node[rectangle, fill=blue!85, font=\scriptsize] (s1d) [below= 1pt of s3b]{TGTG};
\node[rectangle, fill=blue!45, font=\scriptsize] (l1a) at (1.9,0) {ACG};
\node[rectangle, fill=blue!45, font=\scriptsize] (l4b) [below= 1pt of l1a]{CAC};
\node[rectangle, fill=blue!45, font=\scriptsize] (l4a) [below= 1pt of l4b]{CCA};
\node[rectangle, fill=blue!45, font=\scriptsize] (l1b) [below= 1pt of l4a]{CGT};
\node[rectangle, fill=blue!45, font=\scriptsize] (l3c) [below= 1pt of l1b]{GCC};
\node[rectangle, fill=blue!45, font=\scriptsize] (l3a) [below= 1pt of l3c]{GTG};
\node[rectangle, fill=blue!45, font=\scriptsize] (l1c) [below= 1pt of l3a]{GTG};
\node[rectangle, fill=blue!45, font=\scriptsize] (l3b) [below= 1pt of l1c]{TGC};
\node[rectangle, fill=blue!45, font=\scriptsize] (l1d) [below= 1pt of l3b]{TGT};
\node[rectangle, fill=blue!45, font=\scriptsize] (r1a) [right= 1pt of l1a] {CGT};
\node[rectangle, fill=blue!45, font=\scriptsize] (r4b) [below= 1pt of r1a]{ACG};
\node[rectangle, fill=blue!45, font=\scriptsize] (r4a) [below= 1pt of r4b]{CAC};
\node[rectangle, fill=blue!45, font=\scriptsize] (r1b) [below= 1pt of r4a]{GTG};
\node[rectangle, fill=blue!45, font=\scriptsize] (r3c) [below= 1pt of r1b]{CCA};
\node[rectangle, fill=blue!45, font=\scriptsize] (r3a) [below= 1pt of r3c]{TGC};
\node[rectangle, fill=blue!45, font=\scriptsize] (r1c) [below= 1pt of r3a]{TGT};
\node[rectangle, fill=blue!45, font=\scriptsize] (r3b) [below= 1pt of r1c]{GCC};
\node[rectangle, fill=blue!45, font=\scriptsize] (r1d) [below= 1pt of r3b]{GTG};
\node[rectangle, fill=blue!45, font=\scriptsize] (dl1a) at (5,0) {ACG};
\node[rectangle, fill=blue!45, font=\scriptsize] (dl4b) [below= 1pt of dl1a]{CAC};
\node[rectangle, fill=blue!45, font=\scriptsize] (dl4a) [below= 1pt of dl4b]{CCA};
\node[rectangle, fill=blue!45, font=\scriptsize] (dl1b) [below= 1pt of dl4a]{CGT};
\node[rectangle, fill=blue!45, font=\scriptsize] (dl3c) [below= 1pt of dl1b]{GCC};
\node[rectangle, fill=blue!45, font=\scriptsize] (dl3a) [below= 1pt of dl3c]{GTG};
\node[rectangle, fill=blue!25, color=blue!25, font=\scriptsize] (dl1c) [below= 1pt of dl3a]{GTG};
\node[rectangle, fill=blue!45, font=\scriptsize] (dl3b) [below= 1pt of dl1c]{TGC};
\node[rectangle, fill=blue!45, font=\scriptsize] (dl1d) [below= 1pt of dl3b]{TGT};
\node[rectangle, fill=blue!25, color=blue!25, font=\scriptsize] (dr1a) [right= 1pt of dl1a]{CGT};
\node[rectangle, fill=blue!25, color=blue!25, font=\scriptsize] (dr4b) [below= 1pt of dr1a]{ACG};
\node[rectangle, fill=blue!25, color=blue!25, font=\scriptsize] (dr4a) [below= 1pt of dr4b]{CAC};
\node[rectangle, fill=blue!25, color=blue!25, font=\scriptsize] (dr1b) [below= 1pt of dr4a]{GTG};
\node[rectangle, fill=blue!25, color=blue!25, font=\scriptsize] (dr3c) [below= 1pt of dr1b]{CCA};
\node[rectangle, fill=blue!25, color=blue!25, font=\scriptsize] (dr3a) [below= 1pt of dr3c]{TGC};
\node[rectangle, fill=blue!25, color=blue!25, font=\scriptsize] (dr1c) [below= 1pt of dr3a]{TGT};
\node[rectangle, fill=blue!25, color=blue!25, font=\scriptsize] (dr3b) [below= 1pt of dr1c]{GCC};
\node[rectangle, fill=blue!25, color=blue!25, font=\scriptsize] (dr1d) [below= 1pt of dr3b]{GTG};
\end{tikzpicture}
\end{block}
\end{column}
\end{columns}
\end{frame}
\begin{frame}[fragile]
\frametitle{Problemi su grafi}
\begin{block}{Ciclo Euleriano}
\begin{enumerate}
\item
Un assemblaggio valido è un cammino che attraversa \alert{ogni arco} esattamente una volta
\item
Cammino Euleriano
\end{enumerate}
\end{block}
\begin{block}{Ciclo Hamiltoniano}
\begin{enumerate}
\item
\'E un cammino che attraversa \alert{ogni vertice} esattamente una volta
\item
Caso particolare di TSP
\end{enumerate}
\end{block}
\begin{block}{Confronto}
Qual è più difficile da risolvere?
\end{block}
\end{frame}
\begin{frame}[fragile]
\frametitle{Grafi Euleriani}
\begin{block}{Definizione}
Sia $G=\langle V,A \rangle$ un grafo orientato.
$G$ è semi-euleriano se esistono due vertici $s$, $t$ tali che $N^{-}_{G}(s) =
N^{+}_{G}(s) +1$, $N^{-}_{G}(t) = N^{+}_{G}(t) -1$, mentre per ogni altro
vertice $w$, $N^{-}_{G}(w) =N^{+}_{G}(w)$.
\end{block}
\begin{block}{Definizione}
Sia $G=\langle V,A \rangle$ un grafo orientato.
$G$ è euleriano se $N^{-}_{G}(w) =N^{+}_{G}(w)$. per ogni
vertice.
\end{block}
\begin{block}{Teorema}
Un grafo connesso $G=\langle V,A \rangle$ ha un cammino euleriano se e solo se $G$ è semi-euleriano.
$G$ ha un ciclo euleriano se e solo se $G$ è euleriano.
\end{block}
\end{frame}
\begin{frame}[fragile]
\frametitle{Grafi Euleriani 2}
\begin{block}{Teorema}
Sia $G=\langle V,A \rangle$ un grafo semi-euleriano e sia $P$ un cammino da $s$ a $t$.
Sia $G_{1}$ il grafo ottenuto da $G$ togliendo tutti gli archi di $P$.
Allora $G_{1}$ è euleriano.
\end{block}
\begin{block}{Teorema}
Sia $G=\langle V,A \rangle$ un grafo euleriano e sia $C$ un ciclo di $G$.
Sia $G_{1}$ il grafo ottenuto da $G$ togliendo tutti gli archi di $C$.
Allora $G_{1}$ è euleriano.
\end{block}
\end{frame}
% \begin{frame}[fragile]
% \frametitle{Altre fasi}
% \begin{itemize}
% \item
% bubble popping
% \item
% tip removal
% \end{itemize}
% \end{frame}
% \begin{frame}[fragile]
% \frametitle{Scaffolding}
% \begin{itemize}
% \item
% Fondere contigs in scaffolds
% \item
% usando mate pairs
% \item
% anche con revcomp
% \end{itemize}
% \end{frame}
\begin{frame}[fragile]
\frametitle{Ridurre il grafo di overlap}
\begin{itemize}
\item
Caso senza errori
\end{itemize}
\begin{block}{Osservazione 1}
$G$ grafo di overlap con $(a\to b_{1})$ unico arco irriducibile uscente da $a$, e $(a, b_{1}), \ldots , (a, b_{n})$ archi
uscenti da $a$.
Allora $(b_{i}\to b_{i+1})$ con $1\le i\le n-1$ sono archi di $G$.
\end{block}
\begin{block}{Osservazione 2}
$G$ grafo di overlap con $(a\to b_{1})$ unico arco irriducibile uscente da $a$, e $(a, b_{1}), \ldots , (a, b_{n})$ archi
uscenti da $a$.
Allora $(b_{1}\to b_{i})$ con $2\le i\le n-1$ sono archi di $G$.
\end{block}
\end{frame}
\begin{frame}[fragile]
\frametitle{Ridurre il grafo di overlap --- algoritmo}
\begin{enumerate}
\item
$b_{i}$ ordinati per lunghezza dell'arco
\item
Marcare ``da eliminare'' i vertici $b_{j}$ tale che $(b_{i} \to b_{j})$ con $i<j$
\item
Rimuovere gli archi che terminano in vertici da eliminare
\end{enumerate}
\end{frame}
\begin{frame}[containsverbatim]\frametitle{Licenza d'uso}
\small
Quest'opera {\`e} soggetta alla licenza Creative Commons:
Attribuzione-Condividi allo stesso modo 4.0.
(\verb+https://creativecommons.org/licenses/by-sa/4.0/+).
Sei libero di riprodurre, distribuire, comunicare al pubblico, esporre
in pubblico, rappresentare, eseguire, recitare e modificare quest'opera
alle seguenti condizioni:
\begin{itemize}
\item
Attribuzione — Devi attribuire la paternit{\`a} dell'opera nei modi
indicati dall'autore o da chi ti ha dato l'opera in licenza e in modo tale da
non suggerire che essi avallino te o il modo in cui tu usi l'opera.
\item
Condividi allo stesso modo — Se alteri o trasformi quest'opera, o se
la usi per crearne un'altra, puoi distribuire l'opera risultante solo con
una licenza identica o equivalente a questa.
\end{itemize}
% \vspace*{1cm}
\end{frame}
\end{document}