R parity of morie.entheo_dmt.analyze_subject. Runs the
Layer-2 BOLD analyses (global-signal LZ complexity and dynamic
functional connectivity) on one subject under each condition and
returns a RichResult-style comparison summary.
Usage
morie_entheo_analyze_subject(
subject_id,
conditions = c("DMT", "PCB"),
window = 30L,
step = 5L
)
Arguments
- subject_id
integer subject ID.
- conditions
character vector. Conditions to evaluate.
- window
integer dFC window (TRs).
- step
integer dFC stride (TRs).
Value
RichResult-style named list with payload$rows as a
per-condition list of result rows.
Examples
res <- morie_entheo_analyze_subject(subject_id = 1L, conditions = c("DMT", "PCB"))
length(res$payload$rows)
#> [1] 2