The stimulation protocol moves the measure more than the states do

Rendered from gate/RESULT-CHOCS.md
Contents
  1. Question or issue resolved
  2. The design
  3. The result
  4. Why the three variants matter here
  5. The comparison that gives this its weight
  6. The outlier, and why it does not carry the result
  7. Limitations, stated

Run 2026-09-20. Code: gate/chocs.py, gate/analyze_chocs.py. Output: gate/chocs.json (276 rows). Deposit: OpenNeuro ds003848, tasks SPESclin and CHOCS1, subjects RESP0749 and RESP0800.

Every value here is the declared-departure response window, [15, 300] ms — the column every issued reading uses, emitted as pcist_departure. The documented [0, 300] ms window is computed alongside for disclosure and runs materially higher because it still contains the amplifier saturation; it is now emitted as pcist_documented rather than pcist, after an analysis elsewhere in this session read the plain name and took the contaminated column for the real one (gate/RESULT-STREEF.md, defect 4).

Question or issue resolved

Whether the stimulation protocol — the shape and rate of the pulse, as distinct from its intensity — changes the measure, and if so whether it changes it by more or less than consciousness does.

METHOD 2.1 makes stimulation intensity a required field because intensity varies the quantity 5.4-fold. It says nothing about waveform or repetition rate, which means two laboratories could follow the standard exactly and still produce incomparable numbers. Until now nothing in the register tested that gap, because no deposit carried two protocols on the same patients.

ds003848 does. It holds an undocumented second task alongside the usual clinical one, on the same implanted contacts, in the same session, which makes the protocol the only thing that differs and the question answerable.

The design

CHOCS1 is an undocumented task in ds003848, found by enumerating tasks rather than checking the ones already believed to be there (gate/RESULT-SOURCES.md). It is a systematically different stimulation protocol:

Waveform Rate Pulsewidth
SPESclin monophasic 0.2 Hz 1.000 ms
CHOCS1 biphasic 1 Hz 1.025 ms

Two subjects carry both. Matching on (subject, site, current) leaves 46 cells in which the patient, the implanted contacts, the stimulation current (2 mA throughout) and the behavioral state (awake) are all identical, and the protocol is the only thing that differs.

Geometry is depth electrodes (SEEG), not a subdural grid. Under METHOD §3.3 that bars these absolute values from being set beside the register's grid-derived ones, and leaves the paired contrast unaffected, because geometry is held constant within every pair.

The result

Paired on the matched variant, which equalizes trial count between the two arms:

Median PCIst IQR
SPESclin, monophasic 0.2 Hz 16.83 9.37 – 33.80
CHOCS1, biphasic 1 Hz 47.20 25.42 – 73.69

Paired ratio CHOCS/SPES: median 2.069. CHOCS higher in 35 of 45 usable cells. Sign test p = 2.5 × 10⁻⁴.

Why the three variants matter here

Variant Trial counts Median ratio Higher in p
matched equalized 2.069 35/45 2.5 × 10⁻⁴
floor2 both at 2 2.035 31/45 1.6 × 10⁻²
unmatched as recorded 4.008 41/45 9.3 × 10⁻⁹

The unmatched figure is inflated and should not be quoted. CHOCS1 contributes far more trials than SPESclin — 852 against 329 in RESP0749, 1,549 against 416 in RESP0800 — and more trials average to a cleaner evoked response, which raises PCIst independently of protocol.

That the matched and floor2 estimates agree at roughly 2.0, while the unmatched one inflates exactly as trial-count theory predicts, is the useful part. The effect survives at the lowest common trial count, so it is not a trial-count artifact; and the pipeline's three variants behaved as designed, which is a check on the pipeline as much as on the protocol.

The comparison that gives this its weight

Contrast Ratio
Human wakefulness vs propofol, intracranial (NS-0015) 1.206
Mouse wakefulness vs isoflurane (NS-0016) 1.892
Stimulation protocol, same state, same contacts 2.069

Changing the stimulation waveform and rate moves PCIst further than losing consciousness does, on this deposit, in these units.

METHOD §2.1 fixes stimulation intensity per cell because intensity varies the quantity 5.4-fold. It says nothing about waveform or rate. On this evidence it has to: a standard whose protocol is unpinned admits a source of variation larger than the signal the instrument exists to detect.

The outlier, and why it does not carry the result

The ratio range is 0.248 to 3,588.7. The extreme is one cell — RESP0800 VL01-VL02, SPESclin PCIst 0.0166 against a 74.2 µV response, so PCIst collapsed despite a large evoked signal. It is the same failure mode as the three No components → PCIst=0 cells, all of which were also in the monophasic arm.

Trimming two cells from each end leaves the median at 2.069, unchanged. The sign test uses direction only and is unaffected by magnitude. Only one cell in 45 has a SPESclin PCIst below 1.0.

Limitations, stated