SPARC Data Structure (SDS)

Overview

The SPARC Data Structure (SDS) is the data organisation standard developed by the NIH SPARC (Stimulating Peripheral Activity to Relieve Conditions) programme for sharing data about the peripheral nervous system, autonomic nervous system, and organ-nerve interactions. SDS provides a standardised folder hierarchy and metadata schema for organising experimental data from SPARC-funded studies, covering electrophysiology, anatomy, connectivity mapping, imaging, and behavioural data related to peripheral nervous system function. SDS-formatted datasets are deposited in the SPARC Portal (sparc.science), which serves as the primary open data repository for peripheral nervous system research.

Structure

SDS organises a dataset into a standardised hierarchy:

dataset/
├── dataset_description.json   ← dataset-level metadata
├── subjects.xlsx              ← subject-level metadata
├── samples.xlsx               ← sample-level metadata
├── code/                      ← analysis code
├── docs/                      ← documentation
├── primary/                   ← raw data (organised by subject/sample)
└── derivative/                ← processed data

Metadata is captured in standardised xlsx templates and a JSON descriptor, with controlled vocabularies drawn from community ontologies.

Relationship to BIDS

SDS and BIDS are complementary standards addressing different nervous system domains:

FeatureBIDSSDS
Primary domainCentral nervous systemPeripheral nervous system
Key modalitiesMRI, EEG, MEG, iEEG, PETEphys, anatomy, connectivity, imaging
RepositoryOpenNeuroSPARC Portal
GovernanceINCF / BIDS Steering GroupNIH SPARC / SPARC Consortium

Convergence efforts are underway to harmonise BIDS and SDS metadata schemas for studies that span central and peripheral nervous systems.

Connections

  • Uses: NWB (electrophysiology data files within SDS datasets)

Resources