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, which are predominantly animal studies of peripheral nervous system function, covering electrophysiology, anatomy, connectivity mapping, imaging, and behavioural data. The current version is SDS 2.0, released in June 2022. SDS was designed in the pattern of BIDS and is intended to complement it, covering data types and collection patterns that fall outside BIDS scope. SDS-formatted datasets are deposited in the SPARC Portal (sparc.science), which serves as the primary open data repository for peripheral nervous system research. INCF endorsed SDS in December 2022.

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
GovernanceBIDS Steering GroupNIH SPARC / SPARC Consortium (no formal independent governance structure as of 2022)

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

Connections

  • implements: NWB (electrophysiology data files within SDS datasets)
  • endorsedBy: INCF
  • relatedTo: BIDS (SDS was designed in the pattern of BIDS and is intended to cover data types outside BIDS scope; convergence efforts are ongoing)

Resources