﻿This folder contains data from 3 experiments with the IT040 strain, conducted on 170613, 170614 and 170718.
There are 2 data structures MaxData where the columns are: CFP, mCherry, time, file
The TS data structure has the same data but is more complicated each instance is one time series and has the following propertied:
    T- time points
    FD - CFP/mCherry, note they are separate too as FD1 and FD2 below
    CS - Clasified state
    TS.tt2P=[];%testing ergodicity, comparing actual time series with random sample using ttest2 10 dp
    TS.VR=[];%relative variance in the mean data for intervals of 10 dp / variance of mean of 10 randomly sampled dp
    TS.FrUnLi=[];%fraction of values beyond 5,95 %tile  
    TS.r=[];%#records/total time points
    TS.SW=[];%switches
    TS.UNK=[];%unique states
    TS.S2R2=[];%R2 for two state model based on beg end states
    TS.LINR2=[];%R2 for linear model based on beg end states
    TS.SwT - time point for switch
    TS.SwI=[];% indx point for switch
    TS.SBeg=[];%mode of state in 20 first time points
    TS.SEnd=[];%mode of state in 20 last time points
    Means - meas of the states present in the histogram from fluorescese data 
    Variances- variance of the states present in the histogram from fluorescese data 
    Wheights- wheights of the states present in the histogram from fluorescese data 
    FD1 -CFP
    FD2 -mCherry
    col -colony
    file -fileref
