Skip to contents

Planned workflow articles

gpbiometrics now contains a broad set of Gazepoint-oriented import, preprocessing, QC, plotting, modelling-preparation, reporting, and reproducibility helpers. The article section should make these helpers easier to use by organizing them into practical workflows rather than leaving users to navigate the reference index alone.

This roadmap lists the next documentation articles planned for the package. The goal is conservative, reviewer-facing documentation: each article should show how to inspect, clean, summarize, and report Gazepoint-derived signals without making clinical, affective, emotional, or diagnostic claims.

Current articles

  • gpbiometrics-workflow: package-level workflow overview.
  • quality-control-workflow: reviewer-facing QC sequence linking layout checks, metadata validation, missingness, signal quality, exclusion recommendations, dashboard summaries, and reproducibility outputs.
  • plot-gallery: visual examples for package plotting helpers.
  • cluster-permutation: cluster-based time-course testing workflow.

Priority 1: pupil and gaze quality control

Suggested file: vignettes/articles/pupil-qc-workflow.Rmd.

Core helpers to showcase:

Article purpose: show a transparent pupil/gaze preprocessing sequence, including blink detection, missingness review, smoothing, interpolation, baseline correction, and conservative reporting.

Priority 2: EDA, GSR, and SCR workflow

Suggested file: vignettes/articles/eda-scr-workflow.Rmd.

Core helpers to showcase:

Article purpose: show how to audit, preprocess, decompose, summarize, and plot EDA/GSR/SCR signals using conservative signal-processing language.

Priority 4: TTL, AOI, and event-locked workflow

Suggested file: vignettes/articles/event-alignment-aoi-workflow.Rmd.

Core helpers to showcase:

Article purpose: show how to move from raw events and biometric streams to aligned, AOI-aware, event-locked analysis tables.

Priority 5: reporting and reproducibility workflow

Suggested file: vignettes/articles/reporting-reproducibility-workflow.Rmd.

Core helpers to showcase:

Article purpose: show how to turn QC outputs into audit-ready tables, methods text, decision logs, manifests, and reproducibility statements.

Priority 6: synthetic-data showcase

Suggested file: vignettes/articles/synthetic-data-showcase.Rmd.

Core helpers to showcase:

Article purpose: provide a fully reproducible demonstration that does not depend on private Gazepoint exports.

Priority 7: design and event-coverage audit workflow

Suggested file: vignettes/articles/design-audit-workflow.Rmd.

Core helpers to showcase:

Article purpose: show how to check whether the exported dataset matches the intended experimental design before analysis.

Priority 8: external-toolbox preparation workflow

Suggested file: vignettes/articles/toolbox-bridges-workflow.Rmd.

Core helpers to showcase:

Article purpose: show how gpbiometrics prepares Gazepoint-derived data for external physiological-analysis toolchains while keeping the native QC trail in R.

Implementation order

Recommended branch order:

  1. feature/pupil-qc-workflow-article
  2. feature/eda-scr-workflow-article
  3. feature/ppg-hrv-workflow-article
  4. feature/event-alignment-aoi-workflow-article
  5. feature/reporting-reproducibility-article
  6. feature/synthetic-data-showcase-article
  7. feature/design-audit-workflow-article
  8. feature/toolbox-bridges-workflow-article
  9. feature/plot-gallery-expansion

Each article should remain compact, reproducible with synthetic or example data where possible, and explicit about what the functions do and do not claim.