Templates

Systems Neuroscience

Preview

Systems Neuroscience

Systems neuroscience template for electrophysiology and optogenetics studies. Includes LFP/spike analysis methods, coherence/phase-locking statistics, behavioral paradigm descriptions, and standard neuroscience figure layouts.

Category

Academic

License

Free to use (MIT)

File

systems-neuroscience/main.tex

main.texRead-only preview
\documentclass[10pt,letterpaper]{article}

\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath,amssymb}
\usepackage{graphicx}
\usepackage{booktabs}
\usepackage{hyperref}
\usepackage{xcolor}
\usepackage[margin=1in]{geometry}
\usepackage{natbib}
\usepackage{siunitx}
\usepackage{subcaption}
\usepackage{float}
\usepackage{enumitem}

% Custom colors
\definecolor{figblue}{RGB}{51,102,204}
\definecolor{figred}{RGB}{220,57,18}
\definecolor{figgreen}{RGB}{16,150,72}

\title{Hippocampal-Prefrontal Synchronization During Spatial\\Working Memory in Freely Moving Rats}
\author{%
  First Author\textsuperscript{1,2,*}, Second Author\textsuperscript{1}, Third Author\textsuperscript{3}, Fourth Author\textsuperscript{1,2}\\[1em]
  \textsuperscript{1}Department of Neuroscience, University Medical Center\\
  \textsuperscript{2}Center for Learning and Memory\\
  \textsuperscript{3}Institute of Cognitive Science\\[0.5em]
  \textsuperscript{*}Correspondence: \texttt{[email protected]}
}
\date{}

\begin{document}

\maketitle

\begin{abstract}
The hippocampus and prefrontal cortex are critical for spatial working memory, yet how these regions coordinate during memory-guided behavior remains unclear. We simultaneously recorded local field potentials (LFPs) and single units from dorsal hippocampus (dHPC) and medial prefrontal cortex (mPFC) while rats performed a delayed spatial alternation task. During the delay period, we observed enhanced theta (6-10 Hz) coherence between regions, with mPFC neurons phase-locked to hippocampal theta. Optogenetic disruption of this synchronization impaired task performance without affecting locomotion. Our findings establish theta-mediated hippocampal-prefrontal coupling as a mechanism for maintaining spatial information in working memory.
\end{abstract}

\textbf{Keywords:} hippocampus, prefrontal cortex, theta oscillations, working memory, neural synchrony

\section{Introduction}

Spatial working memory requires the maintenance of location information over short delays. Lesion studies have implicated both the hippocampus \citep{olton1978hippocampus} and prefrontal cortex \citep{goldman1971functional} in this capacity.

\subsection{Hippocampal-Prefrontal Interactions}

Anatomical and physiological evidence supports functional connectivity:
\begin{itemize}[noitemsep]
  \item Direct projections from HPC to mPFC
  \item Indirect pathway via nucleus reuniens
  \item Theta rhythm as a temporal coordination mechanism
\end{itemize}

\subsection{Objectives}

We tested the hypothesis that theta synchronization between HPC and mPFC is necessary for spatial working memory by:
\begin{enumerate}[noitemsep]
  \item Recording neural activity during a delayed alternation task
  \item Analyzing inter-regional coherence and phase-locking
  \item Optogenetically disrupting hippocampal output during delays
\end{enumerate}

\section{Materials and Methods}

\subsection{Subjects}

Eight adult male Long-Evans rats (350-450 g) were used. All procedures followed NIH guidelines and were approved by the IACUC.

\subsection{Behavioral Task}

Rats performed delayed spatial alternation on a T-maze:
\begin{enumerate}[noitemsep]
  \item \textbf{Sample phase}: Forced turn to one arm
  \item \textbf{Delay period}: 10-30 s in start box
  \item \textbf{Choice phase}: Free choice (correct = alternate)
\end{enumerate}

\subsection{Electrophysiology}

\subsubsection{Electrode Implantation}

Custom-built microdrives with:
\begin{itemize}[noitemsep]
  \item 8 tetrodes in dHPC (CA1, -3.6 AP, 2.2 ML)
  \item 8 tetrodes in mPFC (+3.0 AP, 0.5 ML)
  \item Reference electrode in corpus callosum
\end{itemize}

\subsubsection{Data Acquisition}

Signals recorded at \SI{32}{\kilo\hertz} (Neuralynx), filtered:
\begin{align}
  \text{LFP} &: 0.1-500 \text{ Hz, downsampled to 1 kHz} \\
  \text{Spikes} &: 600-6000 \text{ Hz}
\end{align}

\subsection{Optogenetics}

In 4 rats, we expressed halorhodopsin (eNpHR3.0) in hippocampal pyramidal cells:
\begin{itemize}[noitemsep]
  \item AAV5-CaMKII-eNpHR3.0-eYFP
  \item \SI{593}{\nano\meter} laser, \SI{10}{\milli\watt} at fiber tip
  \item Continuous illumination during delay period
\end{itemize}

\subsection{Data Analysis}

\subsubsection{Spectral Analysis}

Power spectral density using multitaper method:
\begin{equation}
  S_{xx}(f) = \frac{1}{K} \sum_{k=1}^{K} |X_k(f)|^2
\end{equation}
where $K$ is the number of tapers (Slepian sequences).

\subsubsection{Coherence}

Magnitude-squared coherence:
\begin{equation}
  C_{xy}(f) = \frac{|S_{xy}(f)|^2}{S_{xx}(f) S_{yy}(f)}
\end{equation}

\subsubsection{Phase-Locking Value}

Spike-field coupling quantified by PLV:
\begin{equation}
  \text{PLV} = \left| \frac{1}{N} \sum_{j=1}^{N} e^{i\phi_j} \right|
\end{equation}
where $\phi_j$ is the LFP phase at spike $j$.

\section{Results}

\subsection{Behavioral Performance}

Rats reached criterion (\textgreater 80\% correct) within 10.2 ± 2.1 sessions. Performance declined with longer delays:

\begin{table}[H]
\centering
\caption{Performance by delay duration.}
\begin{tabular}{@{}lc@{}}
\toprule
\textbf{Delay (s)} & \textbf{Accuracy (\%)} \\
\midrule
10 & 91.2 ± 2.3 \\
20 & 84.7 ± 3.1 \\
30 & 75.3 ± 4.2 \\
\bottomrule
\end{tabular}
\end{table}

\subsection{Enhanced Theta Coherence During Delay}

HPC-mPFC theta coherence increased during delay versus baseline (Figure~\ref{fig:coherence}):
\begin{equation}
  \Delta C_\theta = 0.23 \pm 0.04 \quad (p < 0.001, \text{paired } t\text{-test})
\end{equation}

\begin{figure}[H]
\centering
\fbox{\parbox{0.9\textwidth}{\centering\vspace{3cm}[Coherence Spectrogram: Baseline vs Delay]\vspace{3cm}}}
\caption{Time-frequency coherence between dHPC and mPFC. \textbf{A)} Sample trial. \textbf{B)} Group average showing theta-band enhancement during delay.}
\label{fig:coherence}
\end{figure}

\subsection{mPFC Neurons Phase-Lock to Hippocampal Theta}

Of 127 mPFC units, 43 (33.9\%) showed significant phase-locking to HPC theta (Rayleigh test, $p < 0.01$).

Phase preference: $\phi_{preferred} = 251° \pm 34°$ (descending phase)

\subsection{Correlation with Performance}

Trial-by-trial coherence predicted accuracy:
\begin{equation}
  \text{Correct trials: } C_\theta = 0.41 \pm 0.06 \quad \text{vs} \quad \text{Error trials: } C_\theta = 0.28 \pm 0.05
\end{equation}

\subsection{Optogenetic Disruption}

Hippocampal silencing during delays:
\begin{itemize}[noitemsep]
  \item Reduced accuracy: 87\% $\to$ 61\% ($p < 0.001$)
  \item Abolished theta coherence
  \item No effect on locomotion or motivation
\end{itemize}

\section{Discussion}

\subsection{Theta Synchronization and Working Memory}

Our results support the "communication through coherence" hypothesis \citep{fries2015rhythms}. Theta oscillations may:
\begin{enumerate}[noitemsep]
  \item Temporally organize information transfer
  \item Gate synaptic plasticity windows
  \item Coordinate distributed neural populations
\end{enumerate}

\subsection{Directional Information Flow}

Granger causality analysis revealed predominant HPC $\to$ mPFC direction during delays, consistent with hippocampal replay driving cortical representations.

\subsection{Clinical Implications}

Disrupted hippocampal-prefrontal synchrony has been reported in:
\begin{itemize}[noitemsep]
  \item Schizophrenia
  \item Alzheimer's disease
  \item Age-related cognitive decline
\end{itemize}

\section{Conclusion}

Theta-mediated synchronization between hippocampus and prefrontal cortex is essential for maintaining spatial information in working memory. These findings provide a mechanistic framework for understanding working memory deficits in neurological and psychiatric disorders.

\section*{Author Contributions}

F.A. designed experiments and wrote the paper. S.A. performed surgeries. T.A. analyzed data. F.A. supervised the project.

\section*{Competing Interests}

The authors declare no competing interests.

\bibliographystyle{plainnat}
\bibliography{references}

\end{document}
Bibby Mascot

PDF Preview

Create an account to compile and preview

Systems Neuroscience LaTeX Template | Free Download & Preview - Bibby