]> AND Private Git Repository - ancetre.git/blob - closedgenomes.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
7d84b64488ed26c2a94723ea8e0a9bc2c608453e
[ancetre.git] / closedgenomes.tex
1 The approach is further based on the ability to decide how far is each 
2 genome from each others. To achieve this, we combine XXX metrics which are 
3 detailed in this part.
4
5 \subsection{Core SNP based metric} 
6 Due to the definition of the core genome, for each element $\dot{x}$ 
7 in this set, there is a gene $x \in \dot{x}$ in each genome. 
8 Let us consider a class 
9 $\dot{x}= \{y  | x \sim y\}$. 
10
11 \JFC{Il faudrait être cohérent: deux génomes proches devraient partout avoir 
12 soit une métrique élevée soit une métrique très faible}
13
14 %1/ On SNPs of the core genome strict
15 All the $y$ are thus aligned 
16 thanks to a global alignment tool. The SNPs may thus be extracted.
17 For each genome, one can thus compute the vector of Boolean values 
18 memorizing at index $i$ whether the SNP $i$ is present in one of its gene 
19 (positive value) or  not (null value). 
20 A Hamming distance between two vectors allows to build the distance 
21 between two genes. 
22 This metric is further referred as to $m_S$.
23
24 % plus il y a de diff, plus le nombre est élevé
25
26
27 %2/ On SNPs of the core genome strict, each gene having the same weight
28 The $m_S$ method does not consider genes to have the same incidence in the 
29 metric value. A gene with many SNPs has a larger influence in 
30 the metric computation than a gene with fewer ones. 
31 The metric further referred as to $m_{|S|}$ gives the same weight to each gene
32 without considering the number of SNP it contains. 
33
34 % plus il y a de diff, plus le nombre est élevé
35
36 \subsection{Symmetric Difference based metric}
37 The third metric consider the symmetric difference $\Delta$ 
38 between the two sets $G_1$ and $G_2$ of genes recalled hereafter
39 $$
40 G_1\Delta G2 = 
41 (G1\cup G_2)\setminus (G1\cap G_2) = (G1\setminus G_2)\cup(G_2\setminus G1).
42 $$
43 The cardinality of $G_1\Delta G2$, give the metric.
44 This metric is furthered referred as to $m_{\Delta}$.
45
46 Practically, let $k$ be the number of all the equivalence classes. Due to the definition of the pan genome, this number is equal to the cardinality of this set.
47 For each genome, if we only consider which gene belongs into it \textit{i.e.}, if  we abstract away all the position this gene appears, this genome may be 
48 memorized as a vector of $k$ Boolean values. The element at index $i, 0 \le i \le k-1$ is true if and only if the $i$-th gene of the pan genome belongs to this 
49 one.  
50 This metric is equal to the Hamming distance between the two corresponding  
51 vectors of Boolean values.
52
53 \subsection{}
54
55 % 4/ Using EPFL method
56 % 5/ On size of the biggest syntheny bloc
57 % 6/ On average size of syntheny blocs
58 % 7/ On number of syntheny blocs.