Team:Paris/Modeling/Score function

From 2008.igem.org

(Difference between revisions)
(Score Function)
(Score Function)
Line 29: Line 29:
Of course, we have had to get ride of the average value, in order to detect only the interesting peaks. Then, we sum all their intensities and normalize by the overall weigth. This provides a first criteria that we will certainely refine or even compare with other ones.
Of course, we have had to get ride of the average value, in order to detect only the interesting peaks. Then, we sum all their intensities and normalize by the overall weigth. This provides a first criteria that we will certainely refine or even compare with other ones.
-
Still, as a first try, the results are quite good as the function is able to rank properly the previously shown curves.
+
As a first try, the results are quite good as the function is able to rank properly the previously shown curves.
|}<br style="clear:both" />
|}<br style="clear:both" />

Revision as of 15:39, 31 July 2008

Contents


Types of output obtained

Here are the kind of output we can obtain from our ode system. A score function will aim at ranking properly those outputs, from low score for 'no oscillations' to high score for 'oscillations'.

No oscillations

No oscill.jpg

'Almost' oscillations

Debut osc.jpg

Oscillations

Oscill.jpg

Of course, there are other behaviours that have been observed but this section was just a broad overview of the objects we are going to deal with.

Score Function

The idea of the score function we have used is based on the Fourier Transform of the signals. Basically, it automatically detects a potential frequency and, then, estimate the relative 'weight' of this frequency and all its multiples.

Score function.JPG

Of course, we have had to get ride of the average value, in order to detect only the interesting peaks. Then, we sum all their intensities and normalize by the overall weigth. This provides a first criteria that we will certainely refine or even compare with other ones.

As a first try, the results are quite good as the function is able to rank properly the previously shown curves.