Datahandling OptoMotorics

on Monday, September 17th, 2018 12:31 | by

Table with the generated fly test data:

Test Description Average right Average left Differece general
Ex4 normal 4.55382 4.624879 0.071059 4.5893495
Ex4 repositioned 4.562121 4.579682 0.017561 4.5709015
Ex5 normal 4.273299 4.434383 0.161084 4.353841
Ex5 repositioned 4.562121 4.579682 0.1610834 4.5709015
Ex6 normal 3.535669 3.587334 0.051665 3.5615015
Ex7 no arena 3.349097 3.337588 -0.0115097 3.343343
Ex8 bad fly 3.42903 3.394603 -0.034427 3.411816
Ex9 no arena 4.391139 4.363279 -0.0278599 4.377209
Ex9 normal 4.404213 4.456195 0.05198185 4.430204
Ex10 no arena 4.259827 4.195971 -0.0638559 4.227899
Ex10 normal 4.243121 4.360124 0.1170035 4.301622

 

Ex8:

 

Ex9:

 

Ex10:

on Monday, September 17th, 2018 10:59 | by

First Dataset From OptMoto Experiment

on Monday, September 10th, 2018 12:07 | by

Text data file with all the rawdata generated by my new programme: Rawdata OptMoto

R programme which generates the plot:

library(dygraphs)

rawdata <- read.csv(“KHZtext.txt”, header = FALSE, sep = ” “)
flydata <- rawdata[c(3, 1)]
#dygraph(flydata) %>% dyRangeSelector()

arenadata <- rawdata[c(3, 2)]

rawdata <- rawdata[c(3, 1, 2)]

dygraph(rawdata, main = “test graph”) %>%
dyRangeSelector()
# dySeries(“V1”, name = “fly”) %>%
# dySeries(“V2”, name = “arena”) %>%
# dyAxis(“y”, label = “Voltage (V)”) %>%
#

reinforcement scores

on Monday, July 23rd, 2018 2:21 | by

Below is given the plot of effect-sizes of reinforcement of 30 genotypes. On the y-axis are the PI values for learning effect sizes.  These scores are calculated by taking the average of PI values of training periods and then subtracting pretest PI values from it.

Reinforcement scores = mean of training score – pretest PI score

wiggle difference

on Monday, July 16th, 2018 3:26 | by

Below is a plot of all the flies of 18 genotypes for the wiggle difference. This is calculated by taking the sum of the difference of the tracepoint for each step. Thus, wiggle = sum(difference in tracepoint at each step). This is done for the entire 20 minutes time.

NOTE: The flies have not yet been separated into 2 categories based on pretest values.

Now we wanted to measure the difference in on wiggle and off wiggle. On wiggle is the wiggle for when the fly was in the part which is supposed to have light on and similarly off wiggle is the wiggle when light is supposed to be off(that is in the portion in which we want to train it to be in). So below is the difference of on wiggle and off wiggle i.e – on wiggle – off wiggle:-

mean of this wiggle difference :-

reinforcement(without subtracting pretest)

on Monday, July 16th, 2018 3:22 | by

Below is given the plot of effect-sizes of reinforcement of 18 genotypes. On the y-axis are the PI values for learning effect sizes and this is without subtracting the pretest (without normalizing).  These scores are calculated by taking the average of PI values of training periods. We are just comparing reinforcement without normalizing with the previous post showing graphs after subtraction of pretest PI’s.

Reinforcement(without normalizing) = mean of training PI values.

Wildtype flies and flight simulator Part 2

on Monday, June 11th, 2018 1:29 | by

Replicated wild type berlin flies in the flight simulator

Recurrence quantitative analysis

on Monday, October 30th, 2017 11:43 | by

This is an example of a recurrence plot analysis. In the first graph is shown in single point in time in the optimal embedding dimension and the distance to the other points. For the recurrence plot analysis it is needed to put a threshold to make it binary. This is the second graph. From this second graph one can count many parameters like determinism, laminarity and so on. From what I see, the plots from the Strokelitude as well as Bjoern´s flight simulator in Maye et al 2007 show similar pattern (kind of crosses with vertical and horizontal lines).

 

 

This is a measure of the Recurrence Quantitative Analysis of different groups. Recurrence threshold is a tricky and to some extent subjective measure, so this is why I tried two different ones.

DET: recurrence points that form a diagonal line of minimal length, the more diagonal, the more deterministic.

LMAX: Max diagonal line length or divergence. Sometimes considered as an estimator of max. Lyapunov exponent

ENT: Shannon entropy reflects the complexity of the system

TND: info about stationarity (trend)

LAM: Laminarity is related to laminar phases in the system (intermittency). It is tallied as vertical lines over a threshold.

TT: Trapping time, measuring the average length of vertical lines. Related to laminarity.

 

Automat

 

One stripe

Openloop

Uniform

DMSO as a solvent

on Friday, July 21st, 2017 11:48 | by

on Friday, July 14th, 2017 3:26 | by