Datasets
Standard Dataset
Vagus nerve recordings and blood-glucose levels from 12 adult female Sprague-Dawley rats.

- Citation Author(s):
- Submitted by:
- Antonio Malpica...
- Last updated:
- Fri, 02/28/2025 - 17:22
- DOI:
- 10.21227/g5vh-7q07
- Data Format:
- License:
- Categories:
- Keywords:
Abstract
A collection of Python pickles objects containing a Pandas DataFrame. Each Dataframe corresponds to the postprocessed firing rate (fr) in Hz and mean amplitude of the spikes (AMP) in microV/s of the vagus nerve recordings obtained from 12 adult female Sprague-Dawley rats. Additionally, the blood-glucose level in mg/dL is included. The fr and AMP signals have 0.1 miliseconds of resolution, whereas the glucose level was measured approximately every 5 minutes. Temporal variations are due to experimental factors. The number of available glucose samples changes across recordings.
Load the data using a Python version with the Pandas package installed. The loaded dataframe has time index, variable number of rows and 3 columns: fr, amp and glucose.
Comments
Initial submission