This dataset, guineapig_neuro_df, is a data frame containing measurements of spontaneous current amplitudes recorded from individual brain cells in adult guinea pigs. The study investigated whether synaptic transmission occurs in quantal units, which would manifest as multimodal amplitude distributions with regularly spaced peaks.
data(guineapig_neuro_df)A data frame with 346 observations and 1 variable:
Numeric: Peak amplitude of spontaneous synaptic currents (pA or similar units)
The dataset name has been updated to 'guineapig_neuro_df' for clarity and brevity while preserving consistency with other datasets in the NeuroDataSets package. The suffix 'df' indicates that the dataset is a standard data frame.