P-unit_model/thesis/Masterthesis.tex
2020-07-14 17:28:25 +02:00

383 lines
18 KiB
TeX
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\documentclass[12pt,a4paper,pdftex]{article}
\usepackage[left=25mm, right=25mm, top=20mm, bottom=25mm]{geometry}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{natbib}
\usepackage[breaklinks=true,bookmarks=true,bookmarksopen=true,pdfpagemode=UseNone,pdfstartview=FitH,colorlinks=false,citecolor=blue]{hyperref}
\usepackage[utf8x]{inputenc}
\usepackage[english]{babel}
%\usepackage{float}
\usepackage{floatrow}
\usepackage{listings} % für den code am Ende
\newcommand{\todo}[1]{{(\color{red} TODO: #1) }}
\newcommand{\AptLepto}{{\textit{Apteronotus leptorhynchus}}}
\newcommand{\lepto}{{\textit{A. leptorhynchus}}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Ab hier beginnt der eigentliche Text:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Titelseite
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{titlepage}
\begin{center}
{\Huge TITEL \par}
\vspace{0.75cm}
{\Large Masterthesis \par}
\vspace{0.25cm}
{der Mathematisch-Naturwissenschaftlichen Fakultät \par} {der Eberhard Karls Universität Tübingen \par}
\vspace{0.75cm}
{Erstkorrektor: \\
Zweitkorrektor: Prof.~Dr.~Jan Benda \par}
\vspace{0.25cm}
{Lehrbereich für Neuroethologie}
\vfill
\large vorgelegt von \par
\large Alexander Mathias Ott \par
Abgabedatum: 30.11.2017
\end{center}
\end{titlepage}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Erklärung
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section*{Eigenständigkeitserklärung}
\vspace{0.5cm}
Hiermit erkläre ich, dass ich die vorgelegte Arbeit selbstständig verfasst habe und keine anderen als die angegebenen Quellen und Hilfsmittel benutzt habe.
\vspace{2mm}
\noindent
Außerdem erkläre ich, dass die eingereichte Arbeit weder vollständig noch in wesentlichen Teilen Gegenstand eines anderen Prüfungsverfahrens gewesen ist.
\vfill
\begin{tabular}{ll}
$\overline{\text{Unterschrift}\hspace{6cm}}$ & $\overline{\text{Ort, Datum}\hspace{4cm}}$ \\
\end{tabular}
\newpage\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Inhalsverzeichnis
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
{
\hypersetup{linkcolor=black}
\tableofcontents
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Zusammenfassung
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Abstract}
%Einleitung + Ergebnisse der Diskussion in kurz
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Einleitung
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Introduction}
\begin{enumerate}
\item electric fish
\begin{enumerate}
\item general: habitat,
\item as model animal for ethology
\item electric organ + eod
\item sensory neurons p- and t(?)-type
\end{enumerate}
\item sensory perception
\begin{enumerate}
\item receptor -> heterogenic population
\item further analysis limited by what receptors code for - P-Units encoding
\item p-type neurons code AMs
\end{enumerate}
\item goal be able to simulate heterogenic population to analyze full coding properties -> many cells at the same time needed -> only possible in vitro/ with model simulations
\item Possible to draw representative values for model parameters to generate a population ?
\end{enumerate}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Methoden
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Materials and Methods}
\subsection{Notes:}
\begin{enumerate}
\item Data generation
\begin{enumerate}
\item How data was measured / which data used
\item How data was chosen -> at least 30s baseline, 7 contrasts with 7 trials
\item experimental protocols were allowed by XYZ (before 2012: All experimental protocols were approved and complied with national and regional laws (file no. 55.2-1-54-2531-135-09). between 2013-2016 ZP 1/13 Regierungspräsidium Tübingen and after 2016 ZP 1/16 Regierungspräsidium Tübingen)
\item description of data -> Baseline properties, FI-Curve with images made from cells
\item make a point of using also bursty cells as part of what is new in this work!
\end{enumerate}
\item behavior parameters:
\begin{enumerate}
\item which behaviors were looked at / calculated and why (bf, vs, sc, cv, fi-curve...)
\item how exactly were they calculated in the cell and model
\item stimulus protocols
\end{enumerate}
\item Construction of model
\begin{enumerate}
\item Explain general LIF
\item parameters explanation, dif. equations
\item Explain addition of adaption current
\item note addition of noise + factor for the independence from step size
\item addition of refractory period
\item check between alpha in fire-rate model adaption and a-delta in LIFAC
\end{enumerate}
\item Fitting of model to data
\begin{enumerate}
\item which variables where determined beforehand (None, just for start parameters)
\item which variables where fit
\item What method was used (Nelder-Mead) and why/(how it works?)
\item fit routine ? (currently just all at the same time)
\end{enumerate}
\end{enumerate}
\subsection{Leaky Integrate and Fire Model}
% add info about simulation by euler integration and which time steps!
% show voltage dynamics with resistance :
also show function with membrane resistance before explaining that is is unknown an left out: $ \tau_m \frac{dV}{dt} = -V + I$
% explain subthreshold behaviour first then add V_{th} and adaption etc
% explain modeling of the adaption current see Benda2010
% table with explanation of variables ?
\todo{restructure sounds horrible}
The P-units were modeled with an noisy leaky integrate-and-fire neuron with an adaption current (LIFAC). The basic voltage dynamics in this model follows equation \ref{basic_voltage_dynamics}. The voltage is integrated over time while also exponentially decaying back to zero. When a voltage threshold is reached the voltage is set back to zero and a spike is recorded. The currents in this model carry the unit mV as the the cell bodies of p-units are inaccessible during the recordings and as such the resistance of the cell membrane is unknown \todo{ref mem res p-units}.
The current can be split into three parts: the adaption current, the input current and the bias current (Eq. \ref{currents_lifac}). The input current is the stimulus from outside the cell, the bias current models the general activity of the cell and the adaption current models a combination of the M-type, mAHP-type and sodium adaption currents \todo{ref Benda 2005}.
The adaption current is modeled as an exponential decay with the time constant $\tau_A$ and a strength called $\Delta_A$ (Eq. \ref{Adaption_dynamics}). $\Delta_A$ is multiplied with the sum of events in the spike train ($\delta (t)$) of the model cell itself. For the simulation using the Euler integration this results in an increase of $I_A$ by $\Delta_A$ in every time step where a spike is recorded. \todo{image of model simulation with voltage adaption and spikes?}
Finally a noise current and an absolute refractory period where added to the model. The noise $\xi$ is drawn in from a Gaussian noise with values between 0 and 1 and divided by $\sqrt{\Delta t}$ to get a noise which autocorrelation function is independent of the integration step size $\Delta t$. After an excitation of the model the voltage is kept at zero for the duration of the refractory period.
\begin{equation}
\tau_m \frac{dV}{dt} = -V + I
\label{basic_voltage_dynamics}
\end{equation}
\begin{equation}
I = \alpha I_{Input} - I_A + I_{Bias}
\label{currents_lifac}
\end{equation}
\begin{equation}
\tau_A \frac{dI_A}{dt} = -I_A + \Delta_A \sum \delta (t)
\label{Adaption_dynamics}
\end{equation}
\begin{equation}
\tau_m \frac{dV}{dt} = -V+I_{Bias} +\alpha I_{Input} - I_{A} + \sqrt{2D}\frac{\xi}{\sqrt{\Delta t}}
\label{full_voltage_dynamics}
\end{equation}
\subsection{Data Generation}
The data for this master's thesis was collected as part of other previous studies \todo{ref other studies}. The collection method provided here is only an overview for the exact details see \todo{link papers}.
The in vivo intracellular recordings of P-unit electroreceptors of \AptLepto were done in the lateral line nerve . The fish were an anesthetized with MS-222 (100-130 mg/l; PharmaQ; Fordingbridge, UK) and the part of the skin covering the lateral line just behind the skull was removed
general anesthetic MS-222 (100-130 mg/l; PharmaQ; Fordingbridge, UK)
local anesthetics Lidocaine (2\%; bela-pharm; Vechta, Germany)
immobilization with (Tubocurarine; Sigma-Aldrich; Steinheim, Germany, 2550 $\mu l$ of 5\. mg/ml solution)
\subsection{Stimulus Protocols}
% image of Baseline stimulus as baseline doesn't mean no stimulus here
% image of Fi curve stimulus sinusoidal step
% image of SAM stimulus
\subsection{Fitting of the Model}
\subsection{Henriette's structure:}
\begin{enumerate}
\item data generation - recordings
\item model simulations - construction of model
\item Simulation protocols
\item Data analysis - calculation of behavior parameters
\begin{enumerate}
\item calculation of baseline parameters
\item calculation of fi curve parameters
\item stimuli step SAM(?) noise(?)
\item goodness of fit
\item sensitivity analysis (influence of par on model)
\end{enumerate}
\end{enumerate}
\section{Results}
\begin{enumerate}
\item how well does the fitting work?
\item distribution of behavior parameters (cells and models)
\item distributions of parameters
\item correlations: between parameters between parameters and behavior
\item correlation between final error and behavior parameters of the cell -> hard to fit cell types
\item (response to SAM stimuli)
\end{enumerate}
\section{Discussion}
\section{Possible Sources}
\subsection{Henriette Walz - Thesis}
\subsubsection{Nervous system - Signal encoding}
\begin{enumerate}
\item single neurons are the building blocks of the nervous system (Cajal 1899)
\item encoding of information in spike frequency - rate code(first description(?) Adrian 1928) also find examples! (light flash intensity Barlow et al. 1971, )
\item encoding info in inter spike intervals (Singer and Gary 1995)
\item encoding time window (Theunissen and Miller 1995) "This time window is the time scale in which the encoding is assumed to take placewithin the nervous system
\item encoding is noisy (Mainen and Sejnowski 1995, Tolhurst et al 1983, Tomko and Crapper 1974 -> review Faisal et al 2008) in part because of stimulus properties but also cell properties (Ion channel stochasticity (van Rossum et al.,2003))
\item noise can be beneficial to encoding -> "stochastic resonance" (weak stimuli on thresholding devices like neurons, noise allows coding of sub threshold stimuli) (Benzi et al., 1981)
\item single neurons are anatomically and computationally independent units, the
representation and processing of information in vertebrate nervous systems is distributed
over groups or networks of cells (for a review, see Pouget et al., 2000)
\item It has
been shown that the synchrony among cells carries information on a very fine temporal
scale in different modalities, from olfaction (Laurent, 1996) to vision (Dan et al., 1998)
\item In the electrosensory system it was shown before that communication signals change the synchrony of the receptor population (Benda et al., 2005, 2006)
and that this is read out by cells in the successive stages of the electrosensory pathway
(Marsat and Maler, 2010, 2012; Marsat et al., 2009).
\item An advantage of rate coding in populations is that it is fast. The rate in
single neurons has to be averaged over a time window, that is at least as long as the
minimum interspike interval. In contrast, the population rate can follow the stimulus
instantaneous, as it does not have to be averaged over time but can be averaged over
cells (Knight, 1972a).
\item In a population of neurons subject to neuronal noise, stochastic resonance occurs
even if the stimulus is strong enough to trigger action potentials itself (supra-threshold
stochastic resonance described by Stocks, 2000; see Fig. 1.1 B
\item Cells of the same type and from the same population often vary in their stimulus sen-
sitivity (Ringach et al., 2002) as well as in their baseline activity properties (Gussin et al., 2007; Hospedales et al., 2008)
\item Heterogeneity has been shown to improve information coding in both situations, in the presence of noise correlations, for example in
the visual system cells (Chelaru and Dragoi, 2008) or when correlations mainly originate
from shared input as in the olfactory system (Padmanabhan and Urban, 2010)
\item A prerequisite to a neural code thus is that it can be read out by other neurons (Perkel
and Bullock, 1968).
\item Development and evolution shape the functioning of many physiological systems and there is evidence that they also shape the encoding mechanisms of nervous systems. For example, the development of frequency
selectivity in the auditory cortex has been shown to be delayed in animals stimulated
with white noise only (Chang and Merzenich, 2003). Also, several encoding mechanisms can be related to the selective pressure that the energetic consumption of the nervous system has exerted on its evolution (Laughlin, 2001; Niven and Laughlin, 2008).
These finding conformed earlier theoretical predictions that had proposed that coding
should be optimized to encode natural stimuli in an energy-efficient way (Barlow, 1972). -> importance of using natural stimuli as the coding and nervous system could be optimized for unknown stimuli features not contained in the artificial stimuli like white noise.
\end{enumerate}
\subsubsection{electrosensory system - electric fish}
\begin{enumerate}
\item For decades, studies examining the neurophysiological systems of weakly electric
fish have provided insights into how natural behaviors are generated using relatively
simple sensorimotor circuits (for recent reviews see: Chacron et al., 2011; Fortune, 2006;
Marsat and Maler, 2012). Further, electrocommunication signals are relatively easy to
describe, classify and simulate, facilitating quantification and experimental manipulation. Weakly electric fish are therefore an ideal system for examining how communication signals influence sensory scenes, drive sensory system responses, and consequently
exert effects on conspecific behavior.
\item The weakly electric fish use active electroreception to navigate and communicate under
low light conditions (Zupanc et al., 2001).
\item In active electroreception, animals produce
an electric field using and electric organ (and this electric field is therefore called the
electric organ discharge, EOD) and infer, from changes of the EOD, information about
the location and identification of objects and conspecifics in their vicinity (e.g. Kelly
et al., 2008; MacIver et al., 2001). However, perturbations result not only from objects
and other fish, but also from self-motion and other factors. All of these together make
up the electrosensory scene. The perturbed version of the fish's own field on its skin
is called the electric image (Caputi and Budelli, 2006), which is sensed via specialized
receptors distributed over the body surface (Carr et al., 1982).
\item In A. leptorhynchus, the
dipole-like electric field (electric organ discharge, EOD) oscillates in a quasi-sinusoidal
fashion at frequencies from 700 to 1100 Hz (Zakon et al., 2002) with males emitting at
higher frequencies than females (Meyer et al., 1987).
\item The EOD of each individual fish
has a specific frequency (the EOD frequency, EODf) that remains stable in time (exhibit-
ing a coefficient of variation of the interspikes intervals as low as $2 10^{4} $; Moortgat et al., 1998).
\item During social encounters, wave-type fish often modulate the frequency as
well as the amplitude of their field to communicate (Hagedorn and Heiligenberg, 1985).
\item Communication signals in A. leptorhynchus have been classified into two classes: (i) chirps are transient and stereotyped EODf excursions over
tens of milliseconds (Zupanc et al., 2006), while (ii) rises are longer duration and more
variable modulations of EODf, typically lasting for hundreds of milliseconds to sec-
onds (Hagedorn and Heiligenberg, 1985; Tallarovic and Zakon, 2002). (OLD INFO ? RISES NOW OVER MINUTES/HOURS)
\end{enumerate}
\subsubsection{P-Units encoding}
\begin{enumerate}
\item In baseline conditions (stimulus only own EOD), they fire irregularly at a certain baseline rate. Action potentials occur approximately at a certain phase of the EOD cycle, they are phase-locked to the EOD, but only with a certain probability to each cycle. The baseline rate differs from cell to cell (compare the two example cells in Fig. 2.2 A and B, Gussin et al., 2007)
\item Since tuberous receptors are distributed over the whole body and the EOD spans the
whole surrounding, all P-units of a given animal are stimulated with a similar stimulus
(see Kelly et al. (2008) for an exact model of the EOD). Their noise sources are, however,
uncorrelated (Chacron et al., 2005b).
\item In response to a step increase in EOD amplitude, P-units exhibit pronounced spike frequency
adaptation (Benda et al., 2005; Chacron et al., 2001b; Nelson et al., 1997; Xu et al., 1996).
\end{enumerate}
\subsubsection{Chapter 4 - other models}
\begin{enumerate}
\item Kashimori et al.
(1996) built a conductance-based model of the whole electroreceptor unit and were able to qualitatively reproduce the behaviour of different types of tuberous units.
\item Nelson
et al. (1997) constrained a stochastically spiking model by linear filters of the previously determined P-unit frequency tuning.
\item Kreiman et al. (2000) used the same frequency
filters to stimulate a noisy perfect integrate-and-fire neuron with which they investi-
gated the variability of cell responses to random amplitude modulations (RAMs).
\item To reproduce the probabilistic phase-locked firing and the correlations of the ISIs, Chacron
et al. (2000) used a noisy leaky integrate-and-fire model with refractoriness as well as a
dynamical threshold.
\item Benda et al. (2005) used a firing rate model with a negative adap-
tation current to reproduce the high-pass behaviour of P-units.
\end{enumerate}
\subsection{Zakon: Negative Interspike Interval Correlations Increase the Neuronal
Capacity for Encoding Time-Dependent Stimuli}
\begin{enumerate}
\item P-type electroreceptors on their skin detect amplitude modulations (AMs) of this field caused by nearby objects or conspecifics (for review, see Bastian, 1981; Zakon, 1986).
\end{enumerate}
\end{document}