Browse Source

'README.md' ändern

Piret Kleis 2 years ago
parent
commit
3777b18e93
1 changed files with 9 additions and 3 deletions
  1. 9 3
      README.md

+ 9 - 3
README.md

@@ -1,7 +1,13 @@
 # Long-term in vivo application of a potassium channel-based optogenetic silencer in the healthy and epileptic mouse hippocampus
 
-Here you find the electrophysiological datasets and Python scripts used to analyze the data, which is underlies the conclusions made in our paper about the application of a novel potassium channel- based optogenetic silencer, PACK, in vivo (Kleis et al., submitted to BMC Biology in 2021). The local field potentials (LFPs) were recorded with a Teflon-coated platinum-iridium wire electrode, which were chronically implanted into the hippocampus of healthy or non-epileptic adult male mice. The LFPs were aquired from freely behaving mice, which were inserted to the recording arena for three hours either without illumination (reference recording) or with an optogenetic stimulation during the second hour. We had six experimental groups, which are presented in the file named "LFP_nomenclature_and_datasets.xlsx". Further details about the experimental groups and methods are presented in the published article. 
+Here we present the electrophysiological datasets and Python scripts used to analyze the data, which underlie the conclusions made in our paper about the application of a novel potassium channel-based optogenetic silencer, PACK, *in vivo* (Kleis et al., submitted to BMC Biology in 2021). The local field potentials (LFPs) were recorded with wire electrodes, which were chronically implanted into the hippocampus of healthy or non-epileptic adult male mice. The LFPs were acquired from freely behaving mice, which were placed into the recording arena for three hours either without illumination (reference recording) or with an optogenetic stimulation during the second hour. We had six experimental groups, which are presented in the file named "LFP_nomenclature_and_datasets.xlsx". Further details about the experimental groups and methods are presented in the published article. 
 
-The datasets contain LFPs resampled at 500 Hz in .h5 file format. For the non-epileptic mice (saline groups), data from one the contralateral hippocampal electrode are presented ('HCc'). For epileptic mice (kainate groups), data from ipsilateral ('HCi') and contralateral hippocampal electrodes are presented.
+The datasets contain LFPs resampled at 500 Hz in .h5 file format. We uploaded LFPs acquired at the contralateral hippocampal electrode ('HCc') of the non-epileptic mice (saline groups). For epileptic mice (kainate groups), data from ipsilateral ('HCi') and contralateral hippocampal electrodes are presented.
 
-In the three scripts...
+The Python codes that were used to analyze the data and generate the figures, can be found in three scripts:
+1) Script 1: contains the function for calculating line length (used to generate subfigures in Fig.1, Fig. 4, Fig.S2, Fig. S3, and Fig. S4)
+2) Script 2: contains functions for (1) extracting data snippets before and after light pulses and (2) calculating line length for these snippets. Additionally, examples are provided of how we used the functions (3) to extract LFP snippets and save them as matrices and (4) to calculate and save the line lengths of these snippets.
+3) Script 3: contains functions for spectral analysis, including calculation and plotting of power spectral density (PSD) and plotting of spectrograms. The script contains three examples of how the functions were used to analyze and present data. 
+Example 1. Plotting individual PSDs and creating a matrix with all PSDs
+Example 2. Extracting the power areas of the delta, theta, beta, and gamma oscillations by calculating the area under the curve of PSD plots in respective ranges
+Example 3. Plotting spectrograms