@brainpilot/skills 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +6 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +28 -0
- package/dist/index.js.map +1 -0
- package/package.json +35 -0
- package/skills/01_Meta-Skills/contribute-skill/SKILL.md +277 -0
- package/skills/01_Meta-Skills/contribute-skills-via-pr/SKILL.md +163 -0
- package/skills/01_Meta-Skills/paper-to-skill/SKILL.md +435 -0
- package/skills/01_Meta-Skills/paper-to-skill/references/extraction-guide.md +286 -0
- package/skills/01_Meta-Skills/paper-to-skill/references/skill-template.md +250 -0
- package/skills/01_Meta-Skills/repo-to-skill/SKILL.md +289 -0
- package/skills/01_Meta-Skills/share-case/SKILL.md +253 -0
- package/skills/01_Meta-Skills/share-usage/README.md +63 -0
- package/skills/01_Meta-Skills/share-usage/SKILL.md +395 -0
- package/skills/01_Meta-Skills/verify-skill/SKILL.md +331 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-power-analysis/SKILL.md +194 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-power-analysis/references/effect-sizes.md +352 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-power-analysis/references/sample-size-guide.md +407 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-statistics/SKILL.md +361 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-statistics/references/common-analyses.md +517 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-visualization/SKILL.md +292 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-visualization/references/plot-recipes.md +709 -0
- package/skills/02_Cross-Domain_Foundation/research-literacy/SKILL.md +286 -0
- package/skills/02_Cross-Domain_Foundation/research-literacy/references/common-assumptions.md +320 -0
- package/skills/02_Cross-Domain_Foundation/research-literacy/references/planning-template.md +143 -0
- package/skills/03_Cognitive_Psychology/alternative-uses-task-designer/SKILL.md +197 -0
- package/skills/03_Cognitive_Psychology/alternative-uses-task-designer/references/instruction-templates.md +60 -0
- package/skills/03_Cognitive_Psychology/cognitive-paradigm-design/SKILL.md +246 -0
- package/skills/03_Cognitive_Psychology/cognitive-paradigm-design/references/classic-paradigms.md +435 -0
- package/skills/03_Cognitive_Psychology/cognitive-paradigm-design/references/design-principles.md +256 -0
- package/skills/03_Cognitive_Psychology/creativity-self-efficacy-mediation/SKILL.md +270 -0
- package/skills/03_Cognitive_Psychology/creativity-self-efficacy-mediation/references/lavaan-templates.md +172 -0
- package/skills/03_Cognitive_Psychology/divergent-thinking-scoring/SKILL.md +238 -0
- package/skills/03_Cognitive_Psychology/divergent-thinking-scoring/references/scoring-rubric.md +143 -0
- package/skills/03_Cognitive_Psychology/drift-diffusion-model/SKILL.md +203 -0
- package/skills/03_Cognitive_Psychology/drift-diffusion-model/references/fitting-guide.md +571 -0
- package/skills/03_Cognitive_Psychology/drift-diffusion-model/references/model-variants.md +427 -0
- package/skills/03_Cognitive_Psychology/evidence-accumulation-selector/SKILL.md +310 -0
- package/skills/03_Cognitive_Psychology/evidence-accumulation-selector/references/ez-diffusion-formulas.md +137 -0
- package/skills/03_Cognitive_Psychology/signal-detection-analysis/SKILL.md +300 -0
- package/skills/03_Cognitive_Psychology/signal-detection-analysis/references/application-guide.md +278 -0
- package/skills/03_Cognitive_Psychology/signal-detection-analysis/references/sdt-formulas.md +318 -0
- package/skills/03_Cognitive_Psychology/visual-search-array-generator/SKILL.md +283 -0
- package/skills/03_Cognitive_Psychology/visual-search-array-generator/references/array-generation-parameters.yaml +111 -0
- package/skills/04_Psycholinguistics/reading-time-analysis/SKILL.md +301 -0
- package/skills/04_Psycholinguistics/reading-time-analysis/references/measure-computation-guide.md +195 -0
- package/skills/04_Psycholinguistics/self-paced-reading-designer/SKILL.md +257 -0
- package/skills/04_Psycholinguistics/self-paced-reading-designer/references/analysis-guide.md +356 -0
- package/skills/04_Psycholinguistics/self-paced-reading-designer/references/region-segmentation.md +266 -0
- package/skills/04_Psycholinguistics/sentence-stimulus-norming/SKILL.md +346 -0
- package/skills/04_Psycholinguistics/sentence-stimulus-norming/references/lexical-databases-guide.md +184 -0
- package/skills/05_EEG_ERP/eeg-paradigm-designer/SKILL.md +226 -0
- package/skills/05_EEG_ERP/eeg-paradigm-designer/references/component-paradigm-map.md +276 -0
- package/skills/05_EEG_ERP/eeg-paradigm-designer/references/timing-parameters.md +244 -0
- package/skills/05_EEG_ERP/eeg-preprocessing-pipeline-guide/SKILL.md +367 -0
- package/skills/05_EEG_ERP/eeg-preprocessing-pipeline-guide/references/parameter-lookup-tables.md +138 -0
- package/skills/05_EEG_ERP/erp-analysis/SKILL.md +185 -0
- package/skills/05_EEG_ERP/erp-analysis/references/erp-components.md +447 -0
- package/skills/05_EEG_ERP/erp-analysis/references/preprocessing-pipeline.md +277 -0
- package/skills/05_EEG_ERP/erp-analysis/references/statistical-approaches.md +351 -0
- package/skills/05_EEG_ERP/mne-python-guide/SKILL.md +174 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/decoding.md +178 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/io_formats.md +160 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/preprocessing.md +259 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/simulation.md +173 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/source_localization.md +234 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/statistics.md +196 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/time_frequency.md +165 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/visualization.md +175 -0
- package/skills/06_fMRI_Neuroimaging/brain-connectivity-modeler/SKILL.md +317 -0
- package/skills/06_fMRI_Neuroimaging/brain-connectivity-modeler/references/method-implementation-guide.md +116 -0
- package/skills/06_fMRI_Neuroimaging/fmri-glm-analysis-guide/SKILL.md +296 -0
- package/skills/06_fMRI_Neuroimaging/fmri-glm-analysis-guide/references/design-matrix-guide.md +214 -0
- package/skills/06_fMRI_Neuroimaging/fmri-glm-analysis-guide/references/statistical-inference.md +288 -0
- package/skills/06_fMRI_Neuroimaging/fmri-preprocessing-pipeline-guide/SKILL.md +274 -0
- package/skills/06_fMRI_Neuroimaging/fmri-preprocessing-pipeline-guide/references/quality-control.md +336 -0
- package/skills/06_fMRI_Neuroimaging/fmri-preprocessing-pipeline-guide/references/step-by-step-pipeline.md +380 -0
- package/skills/06_fMRI_Neuroimaging/fmri-task-design-guide/SKILL.md +264 -0
- package/skills/06_fMRI_Neuroimaging/fmri-task-design-guide/references/design-optimization-examples.md +114 -0
- package/skills/06_fMRI_Neuroimaging/neural-decoding-analysis/SKILL.md +273 -0
- package/skills/06_fMRI_Neuroimaging/neural-decoding-analysis/references/decoding-methods.md +170 -0
- package/skills/06_fMRI_Neuroimaging/neural-decoding-analysis/references/rsa-guide.md +266 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/SKILL.md +123 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/database-subjects.md +179 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/dataset-types.md +208 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/freesurfer-fmriprep.md +162 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/mapping-transforms.md +181 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/mni-utils.md +207 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/surface-analysis.md +219 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/visualization.md +251 -0
- package/skills/07_Computational_Modeling/act-r-model-builder/SKILL.md +297 -0
- package/skills/07_Computational_Modeling/act-r-model-builder/references/model-patterns.md +197 -0
- package/skills/07_Computational_Modeling/act-r-model-builder/references/parameter-table.yaml +204 -0
- package/skills/07_Computational_Modeling/bayesian-cognitive-model-builder/SKILL.md +294 -0
- package/skills/07_Computational_Modeling/bayesian-cognitive-model-builder/references/diagnostics-checklist.md +351 -0
- package/skills/07_Computational_Modeling/bayesian-cognitive-model-builder/references/prior-selection-guide.md +241 -0
- package/skills/07_Computational_Modeling/parameter-recovery-checker/SKILL.md +269 -0
- package/skills/07_Computational_Modeling/parameter-recovery-checker/references/recovery-diagnostics.md +207 -0
- package/skills/08_Computational_Neuroscience/brain-connectivity-modeler/SKILL.md +317 -0
- package/skills/08_Computational_Neuroscience/brain-connectivity-modeler/references/method-implementation-guide.md +116 -0
- package/skills/08_Computational_Neuroscience/neural-decoding-analysis/SKILL.md +273 -0
- package/skills/08_Computational_Neuroscience/neural-decoding-analysis/references/decoding-methods.md +170 -0
- package/skills/08_Computational_Neuroscience/neural-decoding-analysis/references/rsa-guide.md +266 -0
- package/skills/08_Computational_Neuroscience/neural-population-analysis-guide/SKILL.md +305 -0
- package/skills/08_Computational_Neuroscience/neural-population-analysis-guide/references/data-requirements.md +60 -0
- package/skills/08_Computational_Neuroscience/neural-population-analysis-guide/references/method-comparison.md +151 -0
- package/skills/08_Computational_Neuroscience/spiking-network-model-builder/SKILL.md +376 -0
- package/skills/08_Computational_Neuroscience/spiking-network-model-builder/references/hh-parameters.md +117 -0
- package/skills/08_Computational_Neuroscience/spiking-network-model-builder/references/network-regimes.md +130 -0
- package/skills/09_Cellular_Molecular_Neuroscience/calcium-imaging-analysis-guide/SKILL.md +258 -0
- package/skills/09_Cellular_Molecular_Neuroscience/calcium-imaging-analysis-guide/references/indicator-parameters.md +242 -0
- package/skills/09_Cellular_Molecular_Neuroscience/calcium-imaging-analysis-guide/references/pipeline-details.md +211 -0
- package/skills/09_Cellular_Molecular_Neuroscience/optogenetics-protocol-designer/SKILL.md +261 -0
- package/skills/09_Cellular_Molecular_Neuroscience/optogenetics-protocol-designer/references/opsin-catalog.md +124 -0
- package/skills/09_Cellular_Molecular_Neuroscience/optogenetics-protocol-designer/references/stimulation-parameters.md +304 -0
- package/skills/10_Clinical_Neuropsychology/lesion-symptom-mapping-guide/SKILL.md +367 -0
- package/skills/10_Clinical_Neuropsychology/lesion-symptom-mapping-guide/references/disconnection-guide.md +152 -0
- package/skills/10_Clinical_Neuropsychology/lesion-symptom-mapping-guide/references/vlsm-pipeline.md +182 -0
- package/skills/10_Clinical_Neuropsychology/neuropsych-battery-selector/SKILL.md +250 -0
- package/skills/10_Clinical_Neuropsychology/neuropsych-battery-selector/references/deficit-profiles.md +302 -0
- package/skills/10_Clinical_Neuropsychology/neuropsych-battery-selector/references/test-catalog.md +304 -0
- package/skills/11_Developmental_Cognition/infant-looking-time-designer/SKILL.md +345 -0
- package/skills/11_Developmental_Cognition/infant-looking-time-designer/references/age-parameters.yaml +186 -0
- package/skills/12_Social_Cognition/tom-task-selector/SKILL.md +379 -0
- package/skills/12_Social_Cognition/tom-task-selector/references/task-database.md +317 -0
- package/skills/13_Visualization/nature-figure/README.md +442 -0
- package/skills/13_Visualization/nature-figure/SKILL.md +60 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-01-bar-charts.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-02-line-trends.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-03-heatmaps.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-04-scatter-bubble.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-05-radar-polar.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-06-distributions.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-07-forest-interval.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-08-area-stacked.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-09-image-plates.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-10-network-matrix.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/Dispersion_motivation.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/Dispersion_observation.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/Dispersion_observation_distillation.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_contrastive.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_results_CEDAR.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_results_IEDB.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_schematic.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/RNAGenScape_schematic.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/figures/ablation.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/figures/comparison.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/plot_ablation.py +86 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/plot_comparison.py +109 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/diffusion_swiss_roll.py +97 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/diffusion_swiss_roll.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_GeneRegulatory.pdf +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_GeneRegulatory.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_Trajectory.pdf +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_Trajectory.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/figX_comparison_Ablation.pdf +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/figX_comparison_Ablation.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/plot_comparison_Ablation.py +64 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/plot_comparison_GeneRegulatory.py +74 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/plot_comparison_Trajectory.py +74 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/figures/idea.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/figures/illustration.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/plot_idea.py +76 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/plot_illustration.py +404 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_FPGM/figures/freq_prior.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_FPGM/plot_freq_prior.py +146 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_ablation_Cancer.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_ablation_IEDB.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_comparison_Cancer.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_comparison_IEDB.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/plot_bars.py +216 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/raw_data.py +125 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/manifold.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/manifold_holes.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/results_comparison_optimization.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/results_comparison_speed.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/results_sweep.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_comparison.py +228 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_hole_manifold.py +82 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_manifold.py +61 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_sweep.py +77 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/figures/comparison_posttraining.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/figures/comparison_radar.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/plot_comparison_radar.py +173 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/plot_posttraining.py +82 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/brute_force.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/correctness_by_category.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/correctness_by_subcategory.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/rewriting.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/selfcorrection_math.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_brute_force.py +248 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_correctness_by_category.py +132 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_correctness_by_subcategory.py +131 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_rewriting.py +105 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_selfcorrection_math.py +99 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/figures/composition_heatmap.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/figures/trend_by_month.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/plot_composition.py +81 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/plot_trend.py +125 -0
- package/skills/13_Visualization/nature-figure/assets/gallery/fig1-material-mechanism-rich.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/gallery/fig2-spatial-imaging-rich.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/gallery/fig3-in-vivo-efficacy-rich.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/gallery/fig4-single-cell-systems-rich.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/gallery/fig5-validation-perturbation-rich.png +0 -0
- package/skills/13_Visualization/nature-figure/evals/evals.json +37 -0
- package/skills/13_Visualization/nature-figure/manifest.yaml +57 -0
- package/skills/13_Visualization/nature-figure/references/api.md +428 -0
- package/skills/13_Visualization/nature-figure/references/backend-selection.md +100 -0
- package/skills/13_Visualization/nature-figure/references/chart-types.md +281 -0
- package/skills/13_Visualization/nature-figure/references/common-patterns.md +350 -0
- package/skills/13_Visualization/nature-figure/references/demos.md +65 -0
- package/skills/13_Visualization/nature-figure/references/design-theory.md +436 -0
- package/skills/13_Visualization/nature-figure/references/figure-contract.md +93 -0
- package/skills/13_Visualization/nature-figure/references/nature-2026-observations.md +112 -0
- package/skills/13_Visualization/nature-figure/references/qa-contract.md +119 -0
- package/skills/13_Visualization/nature-figure/references/r-template-index.md +66 -0
- package/skills/13_Visualization/nature-figure/references/r-workflow.md +161 -0
- package/skills/13_Visualization/nature-figure/references/tutorials.md +251 -0
- package/skills/13_Visualization/nature-figure/static/core/contract.md +29 -0
- package/skills/13_Visualization/nature-figure/static/core/stance.md +37 -0
- package/skills/13_Visualization/nature-figure/static/fragments/backend/python.md +37 -0
- package/skills/13_Visualization/nature-figure/static/fragments/backend/r.md +44 -0
- package/skills/14_Writing/markdown-report-writing/SKILL.md +306 -0
- package/skills/14_Writing/markdown-report-writing/references/compatibility-matrix.md +72 -0
- package/skills/14_Writing/markdown-report-writing/references/templates.md +299 -0
- package/skills/15_Others/neuroimaging-power-guide/SKILL.md +324 -0
- package/skills/15_Others/neuroimaging-power-guide/references/effect-size-lookup-tables.md +102 -0
- package/skills/15_Others/neuroimaging-sample-size-calculator/SKILL.md +330 -0
- package/skills/15_Others/neuroimaging-sample-size-calculator/references/worked-examples.md +220 -0
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "erp-analysis"
|
|
3
|
+
description: "Domain-validated pipeline and parameter guidance for event-related potential analysis, from preprocessing through statistical testing"
|
|
4
|
+
domain: "cognitive-neuroscience"
|
|
5
|
+
version: "1.0.0"
|
|
6
|
+
papers:
|
|
7
|
+
- "Luck, 2014"
|
|
8
|
+
- "Luck & Gaspelin, 2017"
|
|
9
|
+
- "Keil et al., 2014"
|
|
10
|
+
- "Kappenman & Luck, 2010"
|
|
11
|
+
dependencies:
|
|
12
|
+
required:
|
|
13
|
+
- research-literacy
|
|
14
|
+
review_status: "ai-generated"
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
# ERP Data Analysis
|
|
18
|
+
|
|
19
|
+
## Purpose
|
|
20
|
+
|
|
21
|
+
This skill encodes expert methodological knowledge for analyzing event-related potentials (ERPs) from EEG data. It provides domain-specific parameter recommendations, processing order guidance, component identification criteria, and statistical analysis strategies that a general-purpose programmer or data scientist would not know without specialized training.
|
|
22
|
+
|
|
23
|
+
## When to Use This Skill
|
|
24
|
+
|
|
25
|
+
- Designing an ERP preprocessing pipeline for a new study
|
|
26
|
+
- Choosing filter settings, reference schemes, or artifact rejection criteria
|
|
27
|
+
- Identifying which ERP component to measure and how to define its time window and ROI
|
|
28
|
+
- Selecting appropriate amplitude measures (mean, peak, area) for a given component
|
|
29
|
+
- Choosing between traditional ANOVA-based analysis and mass univariate approaches
|
|
30
|
+
- Reviewing or troubleshooting an existing ERP analysis pipeline
|
|
31
|
+
|
|
32
|
+
## Research Planning Protocol
|
|
33
|
+
|
|
34
|
+
Before executing the domain-specific steps below, you MUST:
|
|
35
|
+
|
|
36
|
+
1. **State the research question** — What specific question is this ERP analysis addressing?
|
|
37
|
+
2. **Justify the method choice** — Why ERP (not fMRI, behavior-only, etc.)? What alternatives were considered?
|
|
38
|
+
3. **Declare expected outcomes** — Which component(s) do you expect to differ, in what direction?
|
|
39
|
+
4. **Note assumptions and limitations** — What does this method assume? Where could it mislead?
|
|
40
|
+
5. **Present the plan to the user and WAIT for confirmation** before proceeding.
|
|
41
|
+
|
|
42
|
+
For detailed methodology guidance, see the `research-literacy` skill.
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## ⚠️ Verification Notice
|
|
46
|
+
|
|
47
|
+
This skill was generated by AI from academic literature. All parameters, thresholds, and citations require independent verification before use in research. If you find errors, please [open an issue](https://github.com/HaoxuanLiTHUAI/awesome_cognitive_and_neuroscience_skills/issues).
|
|
48
|
+
|
|
49
|
+
## Preprocessing Pipeline Overview
|
|
50
|
+
|
|
51
|
+
The standard ERP preprocessing pipeline involves 7 ordered steps. Processing order matters and can influence results (the "multiverse" problem; see Lonedo et al., 2020).
|
|
52
|
+
|
|
53
|
+
### Recommended Default Order
|
|
54
|
+
|
|
55
|
+
1. **Import and inspect raw data** -- Check for gross artifacts, disconnected electrodes
|
|
56
|
+
2. **Filter** -- Apply bandpass and optional notch filter
|
|
57
|
+
3. **Re-reference** -- Choose and apply reference scheme
|
|
58
|
+
4. **Bad channel identification and interpolation** -- Identify and interpolate noisy channels
|
|
59
|
+
5. **ICA-based artifact correction** -- Remove eye blinks, saccades, cardiac artifacts
|
|
60
|
+
6. **Epoching and baseline correction** -- Segment continuous data around events
|
|
61
|
+
7. **Epoch rejection** -- Remove remaining bad epochs by amplitude threshold
|
|
62
|
+
|
|
63
|
+
> **Multiverse note**: Steps 2-5 interact. Filtering before ICA improves decomposition quality (Winkler et al., 2015). Some researchers re-reference after ICA. Document your choices and consider running key alternatives to assess robustness.
|
|
64
|
+
|
|
65
|
+
For detailed parameters at each step, see `references/preprocessing-pipeline.md`.
|
|
66
|
+
|
|
67
|
+
### Key Parameter Defaults
|
|
68
|
+
|
|
69
|
+
| Step | Parameter | Default | Source |
|
|
70
|
+
|------|-----------|---------|--------|
|
|
71
|
+
| Filter | High-pass | **0.1 Hz** | Luck, 2014, Ch. 5; Tanner et al., 2015 |
|
|
72
|
+
| Filter | Low-pass | **30 Hz** | Luck, 2014, Ch. 5 |
|
|
73
|
+
| Filter | Filter type | FIR, zero-phase | Widmann et al., 2015 |
|
|
74
|
+
| Re-reference | Scheme | Average reference | Luck, 2014, Ch. 5; Keil et al., 2014 |
|
|
75
|
+
| Artifact rejection | Threshold | **+/-100 uV** | Luck, 2014 |
|
|
76
|
+
| Bad channels | Max proportion | **< 10%** of total channels | Keil et al., 2014 |
|
|
77
|
+
| Epoching | Window | **-200 ms to 800 ms** | Luck, 2014, Ch. 5 |
|
|
78
|
+
| Baseline | Window | **-200 ms to 0 ms** | Luck, 2014, Ch. 5 |
|
|
79
|
+
|
|
80
|
+
## ERP Component Identification
|
|
81
|
+
|
|
82
|
+
To measure an ERP component correctly, you need three pieces of information:
|
|
83
|
+
|
|
84
|
+
1. **Latency range** -- The expected time window for the component
|
|
85
|
+
2. **Scalp distribution** -- Where on the scalp the component is maximal
|
|
86
|
+
3. **Functional context** -- What experimental manipulation elicits the component
|
|
87
|
+
|
|
88
|
+
### Component Selection Decision Logic
|
|
89
|
+
|
|
90
|
+
1. **Identify your cognitive process of interest** (e.g., semantic processing, error monitoring)
|
|
91
|
+
2. **Look up the canonical component** in `references/erp-components.md`
|
|
92
|
+
3. **Verify the component matches your paradigm** -- The same voltage deflection in a different paradigm may reflect a different component (Luck, 2014, Ch. 2)
|
|
93
|
+
4. **Use the recommended ROI and time window** as your starting point, then verify against your own grand average waveform
|
|
94
|
+
5. **For disputed components**, read the Interpretation Notes in `references/erp-components.md` before committing to a theoretical interpretation
|
|
95
|
+
|
|
96
|
+
### Component Domains at a Glance
|
|
97
|
+
|
|
98
|
+
| Domain | Key Components | Reference File Section |
|
|
99
|
+
|--------|---------------|----------------------|
|
|
100
|
+
| Visual perception | P1, N1, N170, N2pc | `erp-components.md` Section 1 |
|
|
101
|
+
| Language | N400, P600/LPC, ELAN, LAN | `erp-components.md` Section 2 |
|
|
102
|
+
| Executive control | ERN/Ne, Pe, N2, CNV | `erp-components.md` Section 3 |
|
|
103
|
+
| Memory | FN400, parietal old/new, Dm | `erp-components.md` Section 4 |
|
|
104
|
+
|
|
105
|
+
## Statistical Analysis Strategy
|
|
106
|
+
|
|
107
|
+
### Amplitude Measurement
|
|
108
|
+
|
|
109
|
+
Choose your measurement approach based on the component:
|
|
110
|
+
|
|
111
|
+
| Measure | Best For | Avoid When | Source |
|
|
112
|
+
|---------|----------|------------|--------|
|
|
113
|
+
| **Mean amplitude** | Broad components (N400, P300, LPC) | Component is sharp and brief | Luck, 2014, Ch. 9 |
|
|
114
|
+
| **Peak amplitude** | Sharp, well-defined peaks (P1, N1) | Component has no clear peak or has multiple peaks | Luck, 2014, Ch. 9 |
|
|
115
|
+
| **Peak latency** | Measuring processing speed | Component lacks a clear peak | Luck, 2014, Ch. 9 |
|
|
116
|
+
| **50% fractional area latency** | Latency with unequal amplitudes across conditions | Rarely inappropriate; preferred over peak latency | Luck, 2014, Ch. 9; Kiesel et al., 2008 |
|
|
117
|
+
| **Signed/unsigned area** | Components spanning positive and negative voltages | Simple, unipolar components | Luck, 2014, Ch. 9 |
|
|
118
|
+
|
|
119
|
+
### Time Window and ROI Selection
|
|
120
|
+
|
|
121
|
+
1. **A priori selection** (preferred): Choose time window and electrodes based on prior literature before looking at your data (Luck & Gaspelin, 2017)
|
|
122
|
+
2. **Collapsed localizer**: Average across all conditions to identify the window/ROI, then test differences between conditions within that window (Luck & Gaspelin, 2017)
|
|
123
|
+
3. **Data-driven**: Use mass univariate approach to avoid arbitrary window selection (see below)
|
|
124
|
+
|
|
125
|
+
> **Critical**: Never select a time window or ROI by looking at the difference between conditions. This inflates Type I error (Luck & Gaspelin, 2017).
|
|
126
|
+
|
|
127
|
+
### Choosing a Statistical Framework
|
|
128
|
+
|
|
129
|
+
```
|
|
130
|
+
Is your hypothesis about a specific, well-characterized component?
|
|
131
|
+
|
|
|
132
|
+
+-- YES --> Do you have a priori time window and ROI?
|
|
133
|
+
| |
|
|
134
|
+
| +-- YES --> Traditional ANOVA on mean/peak amplitude
|
|
135
|
+
| |
|
|
136
|
+
| +-- NO --> Use collapsed localizer, then ANOVA
|
|
137
|
+
|
|
|
138
|
+
+-- NO --> Is your effect potentially distributed across time/space?
|
|
139
|
+
|
|
|
140
|
+
+-- YES --> Cluster-based permutation test (Maris & Oostenveld, 2007)
|
|
141
|
+
|
|
|
142
|
+
+-- NO --> Mass univariate with FDR correction (Groppe et al., 2011)
|
|
143
|
+
```
|
|
144
|
+
|
|
145
|
+
For detailed statistical method descriptions, see `references/statistical-approaches.md`.
|
|
146
|
+
|
|
147
|
+
## Common Pitfalls
|
|
148
|
+
|
|
149
|
+
1. **Double-dipping**: Selecting time windows or electrodes based on the effect of interest, then testing that same effect in the selected window (Kriegeskorte et al., 2009)
|
|
150
|
+
2. **Excessive filtering**: High-pass cutoffs above **0.1 Hz** can distort slow components like the P300, N400, and LPC (Tanner et al., 2015; Widmann & Schroger, 2012)
|
|
151
|
+
3. **Confounding component overlap**: Apparent differences in one component may be driven by overlap from an adjacent component; consider difference waves and component-specific analyses (Luck, 2014, Ch. 2)
|
|
152
|
+
4. **Ignoring trial count imbalance**: Unequal trial counts across conditions produce differential noise levels, biasing peak amplitude and latency measures (Luck, 2014, Ch. 9)
|
|
153
|
+
5. **Cluster-based tests for latency**: Cluster permutation tests control family-wise error but cannot localize effects to specific time points or channels (Maris & Oostenveld, 2007)
|
|
154
|
+
6. **Reporting only p-values**: Always report effect sizes (partial eta-squared for ANOVA, Cohen's d for t-tests) alongside p-values (Keil et al., 2014)
|
|
155
|
+
|
|
156
|
+
## Minimum Reporting Checklist
|
|
157
|
+
|
|
158
|
+
Based on Keil et al. (2014) and Luck (2014):
|
|
159
|
+
|
|
160
|
+
- [ ] Number of accepted trials per condition (minimum **30** per condition recommended; Boudewyn et al., 2018)
|
|
161
|
+
- [ ] Filter settings (type, cutoff frequencies, roll-off)
|
|
162
|
+
- [ ] Reference scheme
|
|
163
|
+
- [ ] Artifact rejection method and criteria (ICA, threshold, proportion rejected)
|
|
164
|
+
- [ ] Number and identity of interpolated channels
|
|
165
|
+
- [ ] Epoch window and baseline correction window
|
|
166
|
+
- [ ] Component time window and ROI electrodes (with justification)
|
|
167
|
+
- [ ] Amplitude measure used (mean, peak, area)
|
|
168
|
+
- [ ] Statistical test, correction method, and effect sizes
|
|
169
|
+
|
|
170
|
+
## References
|
|
171
|
+
|
|
172
|
+
- Boudewyn, M. A., Luck, S. J., Farrens, J. L., & Kappenman, E. S. (2018). How many trials does it take to get a significant ERP effect? *Psychophysiology*, 55(6), e13049.
|
|
173
|
+
- Groppe, D. M., Urbach, T. P., & Kutas, M. (2011). Mass univariate analysis of event-related brain potentials/fields I. *Psychophysiology*, 48(12), 1711-1725.
|
|
174
|
+
- Keil, A., et al. (2014). Committee report: Publication guidelines and recommendations for studies using EEG and MEG. *Psychophysiology*, 51(1), 1-21.
|
|
175
|
+
- Kiesel, A., Miller, J., Jolicoeur, P., & Brisson, B. (2008). Measurement of ERP latency differences. *Psychophysiology*, 45(4), 517-523.
|
|
176
|
+
- Kriegeskorte, N., Simmons, W. K., Bellgowan, P. S., & Baker, C. I. (2009). Circular analysis in systems neuroscience. *Nature Neuroscience*, 12(5), 535-540.
|
|
177
|
+
- Lonedo, A., et al. (2020). The multiverse of ERP analysis pipelines. *NeuroImage*, 209, 116465.
|
|
178
|
+
- Luck, S. J. (2014). *An Introduction to the Event-Related Potential Technique* (2nd ed.). MIT Press.
|
|
179
|
+
- Luck, S. J., & Gaspelin, N. (2017). How to get statistically significant effects in any ERP experiment (and why you shouldn't). *Psychophysiology*, 54(1), 146-157.
|
|
180
|
+
- Maris, E., & Oostenveld, R. (2007). Nonparametric statistical testing of EEG- and MEG-data. *Journal of Neuroscience Methods*, 164(1), 177-190.
|
|
181
|
+
- Tanner, D., Morgan-Short, K., & Luck, S. J. (2015). How inappropriate high-pass filters can produce artifactual effects. *Psychophysiology*, 52(8), 997-1009.
|
|
182
|
+
- Widmann, A., Schroger, E., & Maess, B. (2015). Digital filter design for electrophysiological data. *Journal of Neuroscience Methods*, 250, 34-46.
|
|
183
|
+
- Winkler, I., Debener, S., Muller, K. R., & Tangermann, M. (2015). On the influence of high-pass filtering on ICA-based artifact reduction in EEG-ERP. *Proceedings of the IEEE EMBC*, 4101-4105.
|
|
184
|
+
|
|
185
|
+
See `references/` for detailed parameter tables, component database, and statistical method descriptions.
|
|
@@ -0,0 +1,447 @@
|
|
|
1
|
+
# ERP Component Database
|
|
2
|
+
|
|
3
|
+
A comprehensive reference of classic ERP components organized by cognitive domain. Each entry includes latency, scalp distribution, functional significance, recommended ROI, and key references. Components with disputed functional interpretations include an **Interpretation Notes** subsection.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## 1. Visual Perception Components
|
|
8
|
+
|
|
9
|
+
### P1 (Visual P1)
|
|
10
|
+
|
|
11
|
+
| Property | Value | Source |
|
|
12
|
+
|----------|-------|--------|
|
|
13
|
+
| **Latency** | **80-130 ms** post-stimulus | Luck, 2014, Ch. 3 |
|
|
14
|
+
| **Polarity** | Positive | Luck, 2014, Ch. 3 |
|
|
15
|
+
| **Scalp distribution** | Lateral occipital (O1, O2, PO7, PO8) | Luck, 2014, Ch. 3; Di Russo et al., 2002 |
|
|
16
|
+
| **Generator** | Extrastriate visual cortex (V2/V3) | Di Russo et al., 2002 |
|
|
17
|
+
| **Functional significance** | Early visual processing; modulated by spatial attention (larger for attended locations) | Hillyard et al., 1998 |
|
|
18
|
+
| **Recommended ROI** | O1, O2, PO7, PO8 | Luck, 2014, Ch. 3 |
|
|
19
|
+
| **Recommended time window** | **80-130 ms** | Luck, 2014, Ch. 3 |
|
|
20
|
+
| **Measurement** | Peak amplitude or mean amplitude in window | Luck, 2014, Ch. 9 |
|
|
21
|
+
|
|
22
|
+
**Key references**: Di Russo, F., Martinez, A., Sereno, M. I., Pitzalis, S., & Hillyard, S. A. (2002). Cortical sources of the early components of the visual evoked potential. *Human Brain Mapping*, 15(2), 95-111.
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
### N1 (Visual N1)
|
|
27
|
+
|
|
28
|
+
| Property | Value | Source |
|
|
29
|
+
|----------|-------|--------|
|
|
30
|
+
| **Latency** | **150-200 ms** post-stimulus | Luck, 2014, Ch. 3 |
|
|
31
|
+
| **Polarity** | Negative | Luck, 2014, Ch. 3 |
|
|
32
|
+
| **Scalp distribution** | Posterior (broad): anterior N1 (FCz), posterior N1 (PO7, PO8) -- multiple subcomponents | Luck, 2005 |
|
|
33
|
+
| **Generator** | Multiple generators: lateral occipital, parietal, frontal | Luck, 2005 |
|
|
34
|
+
| **Functional significance** | Discriminative processing; enhanced by attention; reflects the initial engagement of the discrimination process | Vogel & Luck, 2000 |
|
|
35
|
+
| **Recommended ROI** | PO7, PO8 (posterior); FCz (anterior) -- depends on the subcomponent | Luck, 2014, Ch. 3 |
|
|
36
|
+
| **Recommended time window** | **150-200 ms** (posterior); **100-150 ms** (anterior subcomponent) | Luck, 2005 |
|
|
37
|
+
| **Measurement** | Peak amplitude | Luck, 2014, Ch. 9 |
|
|
38
|
+
|
|
39
|
+
**Key references**: Vogel, E. K., & Luck, S. J. (2000). The visual N1 component as an index of a discrimination process. *Psychophysiology*, 37(2), 190-203.
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
### N170
|
|
44
|
+
|
|
45
|
+
| Property | Value | Source |
|
|
46
|
+
|----------|-------|--------|
|
|
47
|
+
| **Latency** | **140-200 ms** (peak ~**170 ms**) | Bentin et al., 1996; Rossion & Jacques, 2008 |
|
|
48
|
+
| **Polarity** | Negative | Bentin et al., 1996 |
|
|
49
|
+
| **Scalp distribution** | Bilateral occipitotemporal (P7/P8, PO7/PO8); often right-lateralized for faces | Bentin et al., 1996 |
|
|
50
|
+
| **Generator** | Fusiform gyrus (FFA) and superior temporal sulcus | Rossion & Jacques, 2008 |
|
|
51
|
+
| **Functional significance** | Face-specific (or expertise-specific) structural encoding; larger for faces than other objects | Bentin et al., 1996 |
|
|
52
|
+
| **Recommended ROI** | P7, P8, PO7, PO8 | Rossion & Jacques, 2008 |
|
|
53
|
+
| **Recommended time window** | **140-200 ms** | Bentin et al., 1996 |
|
|
54
|
+
| **Measurement** | Peak amplitude and peak latency | Rossion & Jacques, 2008 |
|
|
55
|
+
|
|
56
|
+
#### Interpretation Notes
|
|
57
|
+
|
|
58
|
+
The N170 was originally proposed as a face-specific component (Bentin et al., 1996). However, subsequent research has shown:
|
|
59
|
+
|
|
60
|
+
- **Face specificity view**: N170 is larger for faces than non-face objects, reflecting a dedicated face processing mechanism (Bentin et al., 1996; Rossion & Jacques, 2008)
|
|
61
|
+
- **Expertise view**: N170 is equally enhanced for any object category for which the viewer has perceptual expertise (e.g., cars for car experts, birds for birders), suggesting it reflects expert-level within-category individuation rather than face-specific processing (Gauthier et al., 2003; Tanaka & Curran, 2001)
|
|
62
|
+
- **Current consensus**: The N170 likely reflects structural encoding processes that are preferentially but not exclusively recruited by faces (Rossion & Jacques, 2008)
|
|
63
|
+
|
|
64
|
+
**Key references**: Bentin, S., Allison, T., Puce, A., Perez, E., & McCarthy, G. (1996). Electrophysiological studies of face perception in humans. *Journal of Cognitive Neuroscience*, 8(6), 551-565.
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
### P3 / P300
|
|
69
|
+
|
|
70
|
+
| Property | Value | Source |
|
|
71
|
+
|----------|-------|--------|
|
|
72
|
+
| **Latency** | **300-600 ms** (P3b); **250-350 ms** (P3a) | Luck, 2014, Ch. 3; Polich, 2007 |
|
|
73
|
+
| **Polarity** | Positive | Luck, 2014, Ch. 3 |
|
|
74
|
+
| **Scalp distribution** | P3b: centroparietal (Pz maximal); P3a: frontocentral (Fz/Cz) | Polich, 2007 |
|
|
75
|
+
| **Generator** | Multiple: temporoparietal junction, prefrontal (P3a), temporal-parietal (P3b) | Polich, 2007 |
|
|
76
|
+
| **Functional significance** | P3b: context updating in working memory (oddball target); P3a: involuntary attention to novel/deviant stimuli | Polich, 2007; Donchin & Coles, 1988 |
|
|
77
|
+
| **Recommended ROI** | P3b: Pz, P1, P2, CPz; P3a: Fz, FCz, Cz | Polich, 2007 |
|
|
78
|
+
| **Recommended time window** | P3b: **300-600 ms**; P3a: **250-350 ms** | Polich, 2007 |
|
|
79
|
+
| **Measurement** | Mean amplitude (preferred over peak for its broad morphology) | Luck, 2014, Ch. 9 |
|
|
80
|
+
|
|
81
|
+
#### Interpretation Notes
|
|
82
|
+
|
|
83
|
+
The P300 is one of the most studied ERP components, but its functional interpretation remains debated:
|
|
84
|
+
|
|
85
|
+
- **Context updating theory** (dominant): P300 reflects the updating of mental models in working memory when unexpected or task-relevant stimuli are detected (Donchin & Coles, 1988; Polich, 2007)
|
|
86
|
+
- **Decision confidence**: P3b amplitude may reflect the accumulated evidence for a perceptual decision, linking it to sequential sampling models (Twomey et al., 2015; O'Connell et al., 2012)
|
|
87
|
+
- **Inhibition account**: P3b may partly reflect inhibitory processing, related to the suppression of ongoing activity to allow processing of the target (Huster et al., 2013)
|
|
88
|
+
- **Overlap with other components**: The broad P300 time window often overlaps with the LPC, slow waves, and other components, making isolation difficult (Luck, 2014, Ch. 3)
|
|
89
|
+
|
|
90
|
+
**Key references**: Polich, J. (2007). Updating P300: An integrative theory of P3a and P3b. *Clinical Neurophysiology*, 118(10), 2128-2148.
|
|
91
|
+
|
|
92
|
+
---
|
|
93
|
+
|
|
94
|
+
### N2pc
|
|
95
|
+
|
|
96
|
+
| Property | Value | Source |
|
|
97
|
+
|----------|-------|--------|
|
|
98
|
+
| **Latency** | **200-300 ms** post-stimulus | Luck & Hillyard, 1994; Eimer, 1996 |
|
|
99
|
+
| **Polarity** | Negative (contralateral to attended item) | Luck & Hillyard, 1994 |
|
|
100
|
+
| **Scalp distribution** | Posterior lateral (PO7/PO8 contralateral to target) -- measured as contralateral minus ipsilateral difference | Luck, 2014, Ch. 3 |
|
|
101
|
+
| **Generator** | Ventral visual cortex, area V4/TEO | Hopf et al., 2000 |
|
|
102
|
+
| **Functional significance** | Attentional selection of a target among distractors; reflects the focusing of attention to the target location | Luck & Hillyard, 1994; Eimer, 1996 |
|
|
103
|
+
| **Recommended ROI** | PO7/PO8 (compute contralateral-minus-ipsilateral difference wave) | Luck, 2014, Ch. 3 |
|
|
104
|
+
| **Recommended time window** | **200-300 ms** | Luck, 2014, Ch. 3 |
|
|
105
|
+
| **Measurement** | Mean amplitude of contralateral-minus-ipsilateral difference wave | Luck, 2014, Ch. 9 |
|
|
106
|
+
|
|
107
|
+
**Key references**: Luck, S. J., & Hillyard, S. A. (1994). Spatial filtering during visual search: Evidence from human electrophysiology. *Journal of Experimental Psychology: HPP*, 20(5), 1000-1014.
|
|
108
|
+
|
|
109
|
+
---
|
|
110
|
+
|
|
111
|
+
## 2. Language Components
|
|
112
|
+
|
|
113
|
+
### N400
|
|
114
|
+
|
|
115
|
+
| Property | Value | Source |
|
|
116
|
+
|----------|-------|--------|
|
|
117
|
+
| **Latency** | **300-500 ms** | Kutas & Hillyard, 1980; Kutas & Federmeier, 2011 |
|
|
118
|
+
| **Polarity** | Negative | Kutas & Hillyard, 1980 |
|
|
119
|
+
| **Scalp distribution** | Centroparietal, right-lateralized tendency; maximum at **Cz, CPz, Pz** | Kutas & Federmeier, 2011 |
|
|
120
|
+
| **Generator** | Multiple: superior temporal cortex, anterior medial temporal lobe, prefrontal cortex | Lau et al., 2008 |
|
|
121
|
+
| **Functional significance** | Semantic processing; amplitude inversely related to cloze probability / semantic predictability | Kutas & Federmeier, 2011 |
|
|
122
|
+
| **Recommended ROI** | Cz, CPz, Pz, C3, C4, CP3, CP4, P3, P4 (centroparietal cluster) | Kutas & Federmeier, 2011 |
|
|
123
|
+
| **Recommended time window** | **300-500 ms** | Kutas & Federmeier, 2011 |
|
|
124
|
+
| **Measurement** | Mean amplitude (the component is broad and often lacks a clear peak) | Luck, 2014, Ch. 9 |
|
|
125
|
+
|
|
126
|
+
#### Interpretation Notes
|
|
127
|
+
|
|
128
|
+
The N400 is one of the most robust and widely studied language-related ERP components, but its precise functional interpretation is actively debated:
|
|
129
|
+
|
|
130
|
+
- **Lexical access / integration view** (classic): The N400 reflects the difficulty of integrating a word's meaning into the preceding context. Larger N400 = harder integration (Kutas & Hillyard, 1980; Hagoort, 2003)
|
|
131
|
+
- **Prediction / pre-activation view** (currently influential): The N400 reflects the degree to which a word's semantic features were pre-activated by the context. Reduced N400 = the word was already predicted (Kutas & Federmeier, 2011; Federmeier, 2007)
|
|
132
|
+
- **Retrieval view**: The N400 reflects the ease of retrieving information from semantic memory, modulated by the match between retrieved and presented information (Lau et al., 2008; Brouwer et al., 2017)
|
|
133
|
+
- **Key distinction**: The prediction view emphasizes *facilitatory pre-activation*, while the integration view emphasizes *post-access combinatorial processing*. These accounts make different predictions for unexpected-but-plausible words and for words in low-constraint contexts (Federmeier, 2007)
|
|
134
|
+
- **Non-linguistic N400**: The N400 is also elicited by non-linguistic stimuli (pictures, environmental sounds, gestures) when they violate semantic expectations, suggesting it reflects a domain-general semantic access process (Kutas & Federmeier, 2011)
|
|
135
|
+
|
|
136
|
+
**Key references**: Kutas, M., & Federmeier, K. D. (2011). Thirty years and counting: Finding meaning in the N400 component of the event-related brain potential (ERP). *Annual Review of Psychology*, 62, 621-647.
|
|
137
|
+
|
|
138
|
+
---
|
|
139
|
+
|
|
140
|
+
### P600 / LPC (Late Positive Complex)
|
|
141
|
+
|
|
142
|
+
| Property | Value | Source |
|
|
143
|
+
|----------|-------|--------|
|
|
144
|
+
| **Latency** | **500-800 ms** (can extend to **1000 ms**) | Osterhout & Holcomb, 1992; Kuperberg, 2007 |
|
|
145
|
+
| **Polarity** | Positive | Osterhout & Holcomb, 1992 |
|
|
146
|
+
| **Scalp distribution** | Centroparietal (Pz, CPz); sometimes more posterior | Kuperberg, 2007 |
|
|
147
|
+
| **Generator** | Not well-localized; likely multiple generators including temporal and parietal regions | Kuperberg, 2007 |
|
|
148
|
+
| **Functional significance** | Syntactic reanalysis / repair; also linked to conflict monitoring, reprocessing, and continued analysis | Osterhout & Holcomb, 1992; Kuperberg, 2007 |
|
|
149
|
+
| **Recommended ROI** | Pz, CPz, P3, P4, CP3, CP4 | Kuperberg, 2007 |
|
|
150
|
+
| **Recommended time window** | **500-800 ms** (or **600-900 ms** depending on paradigm) | Osterhout & Holcomb, 1992 |
|
|
151
|
+
| **Measurement** | Mean amplitude | Luck, 2014, Ch. 9 |
|
|
152
|
+
|
|
153
|
+
#### Interpretation Notes
|
|
154
|
+
|
|
155
|
+
The P600/LPC is among the most contentious ERP components in the language domain:
|
|
156
|
+
|
|
157
|
+
- **Syntactic reanalysis view** (classic): The P600 reflects syntactic parsing difficulty, reanalysis, or repair processes triggered by syntactic violations or garden-path sentences (Osterhout & Holcomb, 1992; Hagoort et al., 1993)
|
|
158
|
+
- **Conflict/monitoring view**: The P600 may reflect a more general conflict-monitoring or error-detection process that is triggered whenever the language system detects an unexpected or implausible combination (Kuperberg, 2007; van de Meerendonk et al., 2010)
|
|
159
|
+
- **P600 to semantic anomalies**: Some semantic violations (e.g., role-reversed sentences like "The meal was cooking the chef") elicit a P600 without an N400, challenging the strict syntax-only interpretation (Kuperberg, 2007; Kim & Osterhout, 2005)
|
|
160
|
+
- **LPC vs P600 distinction**: In the memory literature, a similar centroparietal positivity in the same time window is called the LPC (Late Positive Complex) and is associated with recollection. Whether the language P600 and memory LPC are the same or different components is debated (Brouwer et al., 2017; Sassenhagen & Fiebach, 2019)
|
|
161
|
+
- **Current view**: The P600 likely reflects continued, effortful processing -- whether syntactic reanalysis, thematic revision, or plausibility checking -- rather than a process strictly tied to syntax (Brouwer et al., 2017)
|
|
162
|
+
|
|
163
|
+
**Key references**: Kuperberg, G. R. (2007). Neural mechanisms of language comprehension: Challenges to syntax. *Brain Research*, 1146, 23-49.
|
|
164
|
+
|
|
165
|
+
---
|
|
166
|
+
|
|
167
|
+
### ELAN (Early Left Anterior Negativity)
|
|
168
|
+
|
|
169
|
+
| Property | Value | Source |
|
|
170
|
+
|----------|-------|--------|
|
|
171
|
+
| **Latency** | **100-300 ms** (often **150-200 ms**) | Friederici, 2002 |
|
|
172
|
+
| **Polarity** | Negative | Friederici, 2002 |
|
|
173
|
+
| **Scalp distribution** | Left anterior (F7, F3, FT7) | Friederici, 2002 |
|
|
174
|
+
| **Generator** | Left inferior frontal cortex (Broca's area / BA 44) | Friederici, 2002 |
|
|
175
|
+
| **Functional significance** | Early automatic detection of phrase structure violations (word category errors) | Friederici, 2002 |
|
|
176
|
+
| **Recommended ROI** | F7, F3, FT7, FC3 (left anterior cluster) | Friederici, 2002 |
|
|
177
|
+
| **Recommended time window** | **100-300 ms** | Friederici, 2002 |
|
|
178
|
+
| **Measurement** | Mean amplitude | Friederici, 2002 |
|
|
179
|
+
|
|
180
|
+
#### Interpretation Notes
|
|
181
|
+
|
|
182
|
+
The ELAN is one of the more controversial ERP components in language processing:
|
|
183
|
+
|
|
184
|
+
- **Syntax-first view**: The ELAN reflects an early, automatic, modular stage of syntactic processing that detects word category violations before semantic processing begins (Friederici, 2002)
|
|
185
|
+
- **Skeptical view**: Some researchers question whether the ELAN is a genuine ERP component or an artifact of stimulus differences (acoustic/orthographic confounds between syntactically legal and illegal continuations; Steinhauer & Drury, 2012)
|
|
186
|
+
- **Replication concerns**: The ELAN has proven difficult to replicate in many labs, and several high-powered studies have failed to find it (Steinhauer & Drury, 2012)
|
|
187
|
+
- **Context**: Some researchers have moved away from the ELAN as a reliable marker and instead focus on the N400 and P600 as more robust indices of language processing (Bornkessel-Schlesewsky & Schlesewsky, 2019)
|
|
188
|
+
|
|
189
|
+
**Key references**: Friederici, A. D. (2002). Towards a neural basis of auditory sentence processing. *Trends in Cognitive Sciences*, 6(2), 78-84.
|
|
190
|
+
|
|
191
|
+
---
|
|
192
|
+
|
|
193
|
+
### LAN (Left Anterior Negativity)
|
|
194
|
+
|
|
195
|
+
| Property | Value | Source |
|
|
196
|
+
|----------|-------|--------|
|
|
197
|
+
| **Latency** | **300-500 ms** | Friederici, 2002; Molinaro et al., 2011 |
|
|
198
|
+
| **Polarity** | Negative | Friederici, 2002 |
|
|
199
|
+
| **Scalp distribution** | Left anterior (F3, F7, FC3, FT7) | Molinaro et al., 2011 |
|
|
200
|
+
| **Generator** | Left inferior frontal cortex | Friederici, 2002 |
|
|
201
|
+
| **Functional significance** | Morphosyntactic processing, especially agreement violations (subject-verb agreement, gender agreement) | Molinaro et al., 2011 |
|
|
202
|
+
| **Recommended ROI** | F3, F7, FC3, FT7 (left anterior) | Molinaro et al., 2011 |
|
|
203
|
+
| **Recommended time window** | **300-500 ms** | Molinaro et al., 2011 |
|
|
204
|
+
| **Measurement** | Mean amplitude (compare left anterior to right anterior for laterality) | Molinaro et al., 2011 |
|
|
205
|
+
|
|
206
|
+
#### Interpretation Notes
|
|
207
|
+
|
|
208
|
+
- **Classic view**: The LAN is a distinct component reflecting morphosyntactic agreement processing, separable from the N400 (Friederici, 2002)
|
|
209
|
+
- **Skeptical view**: The LAN may simply be an N400 effect with a slightly left-anterior scalp distribution, rather than a distinct component (Tanner & Van Hell, 2014)
|
|
210
|
+
- **Individual differences**: Tanner & Van Hell (2014) showed that the "LAN" in grand averages can arise from averaging N400-dominant and P600-dominant individual response patterns, neither of which shows a LAN individually
|
|
211
|
+
- **Replication**: Like the ELAN, the LAN has proven difficult to replicate reliably across labs (Tanner, 2015)
|
|
212
|
+
|
|
213
|
+
**Key references**: Molinaro, N., Barber, H. A., & Carreiras, M. (2011). Grammatical agreement processing in reading: ERP findings and future directions. *Cortex*, 47(8), 908-930.
|
|
214
|
+
|
|
215
|
+
---
|
|
216
|
+
|
|
217
|
+
## 3. Executive Control Components
|
|
218
|
+
|
|
219
|
+
### ERN / Ne (Error-Related Negativity)
|
|
220
|
+
|
|
221
|
+
| Property | Value | Source |
|
|
222
|
+
|----------|-------|--------|
|
|
223
|
+
| **Latency** | **0-100 ms** post-response (peaks ~**50-80 ms** after error) | Gehring et al., 1993; Falkenstein et al., 1991 |
|
|
224
|
+
| **Polarity** | Negative | Gehring et al., 1993 |
|
|
225
|
+
| **Scalp distribution** | Frontocentral (FCz, Cz) | Gehring et al., 1993 |
|
|
226
|
+
| **Generator** | Anterior cingulate cortex (ACC), supplementary motor area | Dehaene et al., 1994 |
|
|
227
|
+
| **Functional significance** | Error detection / performance monitoring; larger for errors than correct responses | Gehring et al., 1993 |
|
|
228
|
+
| **Recommended ROI** | FCz, Cz, FC1, FC2 | Gehring et al., 1993 |
|
|
229
|
+
| **Recommended time window** | **0-100 ms** post-response (response-locked) | Gehring et al., 1993 |
|
|
230
|
+
| **Measurement** | Peak amplitude or mean amplitude; always **response-locked** epoching | Luck, 2014, Ch. 3 |
|
|
231
|
+
|
|
232
|
+
#### Interpretation Notes
|
|
233
|
+
|
|
234
|
+
- **Mismatch/comparison view**: The ERN reflects a comparison between the intended response and the actual response, detecting a mismatch (Gehring et al., 1993; Coles et al., 2001)
|
|
235
|
+
- **Reinforcement learning view**: The ERN is generated by a phasic decrease in dopaminergic input to the ACC when outcomes are worse than expected (Holroyd & Coles, 2002)
|
|
236
|
+
- **Conflict monitoring view**: The ERN reflects response conflict (co-activation of correct and incorrect responses) rather than explicit error detection (Yeung et al., 2004)
|
|
237
|
+
- **Clinical relevance**: Enhanced ERN is observed in anxiety disorders and OCD, suggesting it may index an overactive error-monitoring system (Endrass & Ullsperger, 2014)
|
|
238
|
+
|
|
239
|
+
**Key references**: Gehring, W. J., Goss, B., Coles, M. G. H., Meyer, D. E., & Donchin, E. (1993). A neural system for error detection and compensation. *Psychological Science*, 4(6), 385-390.
|
|
240
|
+
|
|
241
|
+
---
|
|
242
|
+
|
|
243
|
+
### Pe (Error Positivity)
|
|
244
|
+
|
|
245
|
+
| Property | Value | Source |
|
|
246
|
+
|----------|-------|--------|
|
|
247
|
+
| **Latency** | **200-400 ms** post-response (follows the ERN) | Overbeek et al., 2005; Nieuwenhuis et al., 2001 |
|
|
248
|
+
| **Polarity** | Positive | Overbeek et al., 2005 |
|
|
249
|
+
| **Scalp distribution** | Centroparietal (Cz, CPz, Pz) | Overbeek et al., 2005 |
|
|
250
|
+
| **Generator** | Anterior cingulate cortex (rostral ACC), insular cortex | Overbeek et al., 2005 |
|
|
251
|
+
| **Functional significance** | Conscious error awareness / error significance evaluation | Nieuwenhuis et al., 2001 |
|
|
252
|
+
| **Recommended ROI** | Cz, CPz, Pz | Overbeek et al., 2005 |
|
|
253
|
+
| **Recommended time window** | **200-400 ms** post-response (response-locked) | Overbeek et al., 2005 |
|
|
254
|
+
| **Measurement** | Mean amplitude; response-locked epochs | Overbeek et al., 2005 |
|
|
255
|
+
|
|
256
|
+
**Key references**: Overbeek, T. J. M., Nieuwenhuis, S., & Ridderinkhof, K. R. (2005). Dissociable components of error processing. *Journal of Psychophysiology*, 19(4), 319-329.
|
|
257
|
+
|
|
258
|
+
---
|
|
259
|
+
|
|
260
|
+
### N2 (Frontal N2 / Conflict N2)
|
|
261
|
+
|
|
262
|
+
| Property | Value | Source |
|
|
263
|
+
|----------|-------|--------|
|
|
264
|
+
| **Latency** | **200-350 ms** | Folstein & Van Petten, 2008 |
|
|
265
|
+
| **Polarity** | Negative | Folstein & Van Petten, 2008 |
|
|
266
|
+
| **Scalp distribution** | Frontocentral (Fz, FCz, Cz) | Folstein & Van Petten, 2008 |
|
|
267
|
+
| **Generator** | Anterior cingulate cortex | Nieuwenhuis et al., 2003 |
|
|
268
|
+
| **Functional significance** | Conflict monitoring / cognitive control; enhanced on incongruent trials (Flanker, Go/No-Go); distinct from the posterior N2 (mismatch) | Folstein & Van Petten, 2008 |
|
|
269
|
+
| **Recommended ROI** | Fz, FCz, Cz | Folstein & Van Petten, 2008 |
|
|
270
|
+
| **Recommended time window** | **200-350 ms** | Folstein & Van Petten, 2008 |
|
|
271
|
+
| **Measurement** | Mean amplitude or peak amplitude | Folstein & Van Petten, 2008 |
|
|
272
|
+
|
|
273
|
+
**Note**: The "N2" label is used for several functionally distinct components. The **frontal N2** (conflict/control) should not be confused with the **posterior N2** (mismatch negativity, visual novelty) or the **N2pc** (attentional selection). Always specify which N2 you are studying (Folstein & Van Petten, 2008).
|
|
274
|
+
|
|
275
|
+
**Key references**: Folstein, J. R., & Van Petten, C. (2008). Influence of cognitive control and mismatch on the N2 component of the ERP: A review. *Psychophysiology*, 45(1), 152-170.
|
|
276
|
+
|
|
277
|
+
---
|
|
278
|
+
|
|
279
|
+
### CNV (Contingent Negative Variation)
|
|
280
|
+
|
|
281
|
+
| Property | Value | Source |
|
|
282
|
+
|----------|-------|--------|
|
|
283
|
+
| **Latency** | **Sustained**, from warning stimulus to imperative stimulus (typically **1000-2000 ms** interval) | Walter et al., 1964; Luck, 2014, Ch. 3 |
|
|
284
|
+
| **Polarity** | Negative (sustained slow wave) | Walter et al., 1964 |
|
|
285
|
+
| **Scalp distribution** | Central-frontocentral (Cz, FCz); early CNV: frontal; late CNV: central | Brunia et al., 2012 |
|
|
286
|
+
| **Generator** | Supplementary motor area, premotor cortex, prefrontal cortex | Brunia et al., 2012 |
|
|
287
|
+
| **Functional significance** | Anticipatory preparation: early CNV = expectancy/orienting; late CNV = motor preparation | Brunia et al., 2012 |
|
|
288
|
+
| **Recommended ROI** | Cz, FCz (late CNV); Fz (early CNV) | Brunia et al., 2012 |
|
|
289
|
+
| **Recommended time window** | Late CNV: last **500 ms** before imperative stimulus; early CNV: **500-1000 ms** after warning stimulus | Brunia et al., 2012 |
|
|
290
|
+
| **Measurement** | Mean amplitude in the specified window | Luck, 2014, Ch. 9 |
|
|
291
|
+
|
|
292
|
+
**Important**: The CNV is a slow potential. High-pass filter cutoffs above **0.05 Hz** can substantially attenuate or eliminate the CNV. Use **0.01 Hz** or lower high-pass cutoff when studying this component (Tanner et al., 2015).
|
|
293
|
+
|
|
294
|
+
**Key references**: Brunia, C. H. M., van Boxtel, G. J. M., & Bocker, K. B. E. (2012). Negative slow waves as indices of anticipation. In S. J. Luck & E. S. Kappenman (Eds.), *The Oxford Handbook of Event-Related Potential Components*. Oxford University Press.
|
|
295
|
+
|
|
296
|
+
---
|
|
297
|
+
|
|
298
|
+
## 4. Memory Components
|
|
299
|
+
|
|
300
|
+
### FN400 (Frontal Old/New Effect)
|
|
301
|
+
|
|
302
|
+
| Property | Value | Source |
|
|
303
|
+
|----------|-------|--------|
|
|
304
|
+
| **Latency** | **300-500 ms** | Curran, 2000; Rugg & Curran, 2007 |
|
|
305
|
+
| **Polarity** | More positive for old (studied) items than new items | Curran, 2000 |
|
|
306
|
+
| **Scalp distribution** | Frontal-central (Fz, FCz, F3, F4) | Curran, 2000 |
|
|
307
|
+
| **Generator** | Perirhinal cortex (proposed) | Rugg & Curran, 2007 |
|
|
308
|
+
| **Functional significance** | Familiarity-based recognition; graded with familiarity strength | Curran, 2000 |
|
|
309
|
+
| **Recommended ROI** | Fz, F3, F4, FCz, FC3, FC4 (frontal cluster) | Curran, 2000 |
|
|
310
|
+
| **Recommended time window** | **300-500 ms** | Curran, 2000 |
|
|
311
|
+
| **Measurement** | Mean amplitude (old minus new difference) | Rugg & Curran, 2007 |
|
|
312
|
+
|
|
313
|
+
#### Interpretation Notes
|
|
314
|
+
|
|
315
|
+
- **Familiarity view** (dominant): The FN400 is an index of familiarity-based recognition memory, distinct from recollection-related parietal old/new effects (Curran, 2000; Rugg & Curran, 2007)
|
|
316
|
+
- **Conceptual priming view**: The FN400 may actually reflect conceptual implicit memory (priming) rather than explicit familiarity, since it is sensitive to conceptual manipulations but not to study-test modality changes (Paller et al., 2007; Voss & Paller, 2006)
|
|
317
|
+
- **N400 identity view**: Some researchers argue the FN400 is simply an N400 modulated by repetition, not a distinct memory component (Voss & Federmeier, 2011)
|
|
318
|
+
- **Practical implication**: When interpreting frontal old/new effects, consider whether conceptual fluency / priming could account for the observed pattern before attributing it to familiarity
|
|
319
|
+
|
|
320
|
+
**Key references**: Curran, T. (2000). Brain potentials of recollection and familiarity. *Memory & Cognition*, 28(6), 923-938.
|
|
321
|
+
|
|
322
|
+
---
|
|
323
|
+
|
|
324
|
+
### Parietal Old/New Effect (LPC / Recollection Effect)
|
|
325
|
+
|
|
326
|
+
| Property | Value | Source |
|
|
327
|
+
|----------|-------|--------|
|
|
328
|
+
| **Latency** | **500-800 ms** | Rugg & Curran, 2007; Wilding & Ranganath, 2012 |
|
|
329
|
+
| **Polarity** | More positive for old (remembered) items than new items | Rugg & Curran, 2007 |
|
|
330
|
+
| **Scalp distribution** | Left parietal (P3, CP3, P5); sometimes bilateral | Wilding & Ranganath, 2012 |
|
|
331
|
+
| **Generator** | Medial temporal lobe, posterior parietal cortex | Rugg & Curran, 2007 |
|
|
332
|
+
| **Functional significance** | Recollection-based recognition; associated with retrieval of contextual/source information | Rugg & Curran, 2007 |
|
|
333
|
+
| **Recommended ROI** | P3, CP3, P5 (left parietal); or bilateral P3/P4, CP3/CP4 | Wilding & Ranganath, 2012 |
|
|
334
|
+
| **Recommended time window** | **500-800 ms** | Wilding & Ranganath, 2012 |
|
|
335
|
+
| **Measurement** | Mean amplitude (old minus new difference) | Rugg & Curran, 2007 |
|
|
336
|
+
|
|
337
|
+
#### Interpretation Notes
|
|
338
|
+
|
|
339
|
+
- **Recollection view** (dominant): The parietal old/new effect indexes recollection, the retrieval of specific episodic details (Rugg & Curran, 2007)
|
|
340
|
+
- **LPC overlap**: This component overlaps substantially in time and space with the P600/LPC from the language literature, raising questions about whether they are the same component (Sassenhagen & Fiebach, 2019; Brouwer et al., 2017)
|
|
341
|
+
- **Attention/decision view**: Some researchers suggest the parietal old/new effect may partly reflect attentional orienting to retrieved memories or post-retrieval decision processes, rather than recollection per se (Herron et al., 2004)
|
|
342
|
+
|
|
343
|
+
**Key references**: Rugg, M. D., & Curran, T. (2007). Event-related potentials and recognition memory. *Trends in Cognitive Sciences*, 11(6), 251-257.
|
|
344
|
+
|
|
345
|
+
---
|
|
346
|
+
|
|
347
|
+
### Dm (Difference due to subsequent Memory)
|
|
348
|
+
|
|
349
|
+
| Property | Value | Source |
|
|
350
|
+
|----------|-------|--------|
|
|
351
|
+
| **Latency** | **300-800 ms** during encoding (variable depending on paradigm) | Paller & Wagner, 2002 |
|
|
352
|
+
| **Polarity** | More positive for items later remembered than items later forgotten | Paller & Wagner, 2002 |
|
|
353
|
+
| **Scalp distribution** | Broadly distributed; often frontocentral or centroparietal (varies by encoding task) | Paller & Wagner, 2002 |
|
|
354
|
+
| **Generator** | Medial temporal lobe, prefrontal cortex | Paller & Wagner, 2002 |
|
|
355
|
+
| **Functional significance** | Successful encoding processes; predicts subsequent memory performance | Paller & Wagner, 2002 |
|
|
356
|
+
| **Recommended ROI** | Depends on encoding task; frontal (Fz, FCz) for semantic encoding; centroparietal (Cz, CPz, Pz) for perceptual encoding | Paller & Wagner, 2002 |
|
|
357
|
+
| **Recommended time window** | **300-800 ms** during encoding (adjust based on grand average) | Paller & Wagner, 2002 |
|
|
358
|
+
| **Measurement** | Mean amplitude (later remembered minus later forgotten) | Paller & Wagner, 2002 |
|
|
359
|
+
|
|
360
|
+
**Design note**: Dm requires a subsequent memory paradigm -- study items at encoding, then classify at test as remembered/forgotten, and sort the encoding-phase ERP by subsequent memory outcome (Paller & Wagner, 2002).
|
|
361
|
+
|
|
362
|
+
**Key references**: Paller, K. A., & Wagner, A. D. (2002). Observing the transformation of experience into memory. *Trends in Cognitive Sciences*, 6(2), 93-102.
|
|
363
|
+
|
|
364
|
+
---
|
|
365
|
+
|
|
366
|
+
## Quick Reference Table
|
|
367
|
+
|
|
368
|
+
| Component | Latency (ms) | Polarity | Max Site | Domain | Key Citation |
|
|
369
|
+
|-----------|-------------|----------|----------|--------|-------------|
|
|
370
|
+
| P1 | 80-130 | + | O1/O2 | Visual | Di Russo et al., 2002 |
|
|
371
|
+
| N1 | 150-200 | - | PO7/PO8 | Visual | Vogel & Luck, 2000 |
|
|
372
|
+
| N170 | 140-200 | - | P7/P8 | Visual (faces) | Bentin et al., 1996 |
|
|
373
|
+
| P3a | 250-350 | + | Fz/Cz | Visual/Attention | Polich, 2007 |
|
|
374
|
+
| P3b | 300-600 | + | Pz | Visual/Attention | Polich, 2007 |
|
|
375
|
+
| N2pc | 200-300 | - | PO7/PO8 (contra) | Visual/Attention | Luck & Hillyard, 1994 |
|
|
376
|
+
| N400 | 300-500 | - | Cz/CPz | Language | Kutas & Federmeier, 2011 |
|
|
377
|
+
| P600/LPC | 500-800 | + | Pz/CPz | Language | Kuperberg, 2007 |
|
|
378
|
+
| ELAN | 100-300 | - | F7/F3 | Language | Friederici, 2002 |
|
|
379
|
+
| LAN | 300-500 | - | F3/F7 | Language | Molinaro et al., 2011 |
|
|
380
|
+
| ERN/Ne | 0-100 (resp) | - | FCz | Exec. Control | Gehring et al., 1993 |
|
|
381
|
+
| Pe | 200-400 (resp) | + | Cz/CPz | Exec. Control | Overbeek et al., 2005 |
|
|
382
|
+
| N2 (frontal) | 200-350 | - | Fz/FCz | Exec. Control | Folstein & Van Petten, 2008 |
|
|
383
|
+
| CNV | Sustained | - | Cz/FCz | Exec. Control | Brunia et al., 2012 |
|
|
384
|
+
| FN400 | 300-500 | + (old>new) | Fz/FCz | Memory | Curran, 2000 |
|
|
385
|
+
| Parietal O/N | 500-800 | + (old>new) | P3/CP3 | Memory | Rugg & Curran, 2007 |
|
|
386
|
+
| Dm | 300-800 | + (rem>forg) | Variable | Memory | Paller & Wagner, 2002 |
|
|
387
|
+
|
|
388
|
+
---
|
|
389
|
+
|
|
390
|
+
## References
|
|
391
|
+
|
|
392
|
+
- Bentin, S., et al. (1996). Electrophysiological studies of face perception in humans. *JOCN*, 8(6), 551-565.
|
|
393
|
+
- Bornkessel-Schlesewsky, I., & Schlesewsky, M. (2019). Toward a neurobiologically plausible model of language-related, negative event-related potentials. *Frontiers in Psychology*, 10, 298.
|
|
394
|
+
- Brouwer, H., Crocker, M. W., Venhuizen, N. J., & Hoeks, J. C. J. (2017). A neurocomputational model of the N400 and the P600 in language processing. *Cognitive Science*, 41, 1318-1352.
|
|
395
|
+
- Brunia, C. H. M., et al. (2012). Negative slow waves as indices of anticipation. In *The Oxford Handbook of ERP Components*. Oxford UP.
|
|
396
|
+
- Coles, M. G. H., Scheffers, M. K., & Holroyd, C. B. (2001). Why is there an ERN/Ne on correct trials? *Psychophysiology*, 38(2), 241-247.
|
|
397
|
+
- Curran, T. (2000). Brain potentials of recollection and familiarity. *Memory & Cognition*, 28(6), 923-938.
|
|
398
|
+
- Dehaene, S., Posner, M. I., & Tucker, D. M. (1994). Localization of a neural system for error detection and compensation. *Psychological Science*, 5(5), 303-305.
|
|
399
|
+
- Di Russo, F., et al. (2002). Cortical sources of the early components of the visual evoked potential. *HBM*, 15(2), 95-111.
|
|
400
|
+
- Donchin, E., & Coles, M. G. H. (1988). Is the P300 component a manifestation of context updating? *BBS*, 11(3), 357-374.
|
|
401
|
+
- Eimer, M. (1996). The N2pc component as an indicator of attentional selectivity. *Electroencephalography and Clinical Neurophysiology*, 99(3), 225-234.
|
|
402
|
+
- Endrass, T., & Ullsperger, M. (2014). Specificity of performance monitoring changes in obsessive-compulsive disorder. *Neuroscience & Biobehavioral Reviews*, 46, 124-138.
|
|
403
|
+
- Falkenstein, M., Hohnsbein, J., Hoormann, J., & Blanke, L. (1991). Effects of crossmodal divided attention on late ERP components. *Electroencephalography and Clinical Neurophysiology*, 78(6), 447-455.
|
|
404
|
+
- Federmeier, K. D. (2007). Thinking ahead: The role and roots of prediction in language comprehension. *Psychophysiology*, 44(4), 491-505.
|
|
405
|
+
- Folstein, J. R., & Van Petten, C. (2008). Influence of cognitive control and mismatch on the N2 component. *Psychophysiology*, 45(1), 152-170.
|
|
406
|
+
- Friederici, A. D. (2002). Towards a neural basis of auditory sentence processing. *TICS*, 6(2), 78-84.
|
|
407
|
+
- Gauthier, I., Curran, T., Curby, K. M., & Collins, D. (2003). Perceptual interference supports a non-modular account of face processing. *Nature Neuroscience*, 6(4), 428-432.
|
|
408
|
+
- Gehring, W. J., et al. (1993). A neural system for error detection and compensation. *Psychological Science*, 4(6), 385-390.
|
|
409
|
+
- Hagoort, P. (2003). How the brain solves the binding problem for language. *NeuroImage*, 20, S18-S29.
|
|
410
|
+
- Hagoort, P., Brown, C., & Groothusen, J. (1993). The syntactic positive shift as an ERP measure of syntactic processing. *Language and Cognitive Processes*, 8(4), 439-483.
|
|
411
|
+
- Herron, J. E., Quayle, A. H., & Rugg, M. D. (2004). Probability effects on the neural correlates of retrieval success. *NeuroImage*, 21(1), 302-310.
|
|
412
|
+
- Hillyard, S. A., Vogel, E. K., & Luck, S. J. (1998). Sensory gain control (amplification) as a mechanism of selective attention. *Philosophical Transactions of the Royal Society B*, 353(1373), 1257-1270.
|
|
413
|
+
- Holroyd, C. B., & Coles, M. G. H. (2002). The neural basis of human error processing: Reinforcement learning, dopamine, and the error-related negativity. *Psychological Review*, 109(4), 679-709.
|
|
414
|
+
- Hopf, J. M., et al. (2000). Neural sources of focused attention in visual search. *Cerebral Cortex*, 10(12), 1233-1241.
|
|
415
|
+
- Huster, R. J., et al. (2013). Electroencephalography of response inhibition tasks. *International Journal of Psychophysiology*, 87(3), 217-233.
|
|
416
|
+
- Kim, A., & Osterhout, L. (2005). The independence of combinatory semantic processing. *JEPLMC*, 31(5), 819-837.
|
|
417
|
+
- Kutas, M., & Federmeier, K. D. (2011). Thirty years and counting. *Annual Review of Psychology*, 62, 621-647.
|
|
418
|
+
- Kutas, M., & Hillyard, S. A. (1980). Reading senseless sentences: Brain potentials reflect semantic incongruity. *Science*, 207(4427), 203-205.
|
|
419
|
+
- Kuperberg, G. R. (2007). Neural mechanisms of language comprehension. *Brain Research*, 1146, 23-49.
|
|
420
|
+
- Lau, E. F., Phillips, C., & Poeppel, D. (2008). A cortical network for semantics. *Brain and Language*, 106(1), 1-11.
|
|
421
|
+
- Luck, S. J. (2005). Ten simple rules for designing ERP experiments. In T. C. Handy (Ed.), *Event-Related Potentials: A Methods Handbook*. MIT Press.
|
|
422
|
+
- Luck, S. J. (2014). *An Introduction to the Event-Related Potential Technique* (2nd ed.). MIT Press.
|
|
423
|
+
- Luck, S. J., & Hillyard, S. A. (1994). Spatial filtering during visual search. *JEP:HPP*, 20(5), 1000-1014.
|
|
424
|
+
- Molinaro, N., et al. (2011). Grammatical agreement processing in reading. *Cortex*, 47(8), 908-930.
|
|
425
|
+
- Nieuwenhuis, S., Ridderinkhof, K. R., Blom, J., Band, G. P. H., & Kok, A. (2001). Error-related brain potentials are differentially related to awareness of response errors. *Psychophysiology*, 38(5), 752-760.
|
|
426
|
+
- Nieuwenhuis, S., et al. (2003). Electrophysiological correlates of anterior cingulate function in a go/no-go task. *Cognitive, Affective, & Behavioral Neuroscience*, 3(1), 17-26.
|
|
427
|
+
- O'Connell, R. G., Dockree, P. M., & Kelly, S. P. (2012). A supramodal accumulation-to-bound signal that determines perceptual decisions in humans. *Nature Neuroscience*, 15(12), 1729-1735.
|
|
428
|
+
- Osterhout, L., & Holcomb, P. J. (1992). Event-related brain potentials elicited by syntactic anomaly. *JMLV*, 31(6), 785-806.
|
|
429
|
+
- Overbeek, T. J. M., et al. (2005). Dissociable components of error processing. *Journal of Psychophysiology*, 19(4), 319-329.
|
|
430
|
+
- Paller, K. A., & Wagner, A. D. (2002). Observing the transformation of experience into memory. *TICS*, 6(2), 93-102.
|
|
431
|
+
- Paller, K. A., Voss, J. L., & Boehm, S. G. (2007). Validating neural correlates of familiarity. *Trends in Cognitive Sciences*, 11(6), 243-250.
|
|
432
|
+
- Polich, J. (2007). Updating P300: An integrative theory of P3a and P3b. *Clinical Neurophysiology*, 118(10), 2128-2148.
|
|
433
|
+
- Rossion, B., & Jacques, C. (2008). Does physical interstimulus variance account for early electrophysiological face sensitive responses in the human brain? *NeuroImage*, 39(4), 1959-1966.
|
|
434
|
+
- Rugg, M. D., & Curran, T. (2007). Event-related potentials and recognition memory. *TICS*, 11(6), 251-257.
|
|
435
|
+
- Sassenhagen, J., & Fiebach, C. J. (2019). Finding the P3 in the P600: Decoding shared neural mechanisms of responses to syntactic violations and oddball targets. *NeuroImage*, 200, 425-436.
|
|
436
|
+
- Steinhauer, K., & Drury, J. E. (2012). On the early left-anterior negativity (ELAN) in syntax studies. *Brain and Language*, 120(2), 135-162.
|
|
437
|
+
- Tanaka, J. W., & Curran, T. (2001). A neural basis for expert object recognition. *Psychological Science*, 12(1), 43-47.
|
|
438
|
+
- Tanner, D. (2015). On the left anterior negativity (LAN) in electrophysiological studies of morphosyntactic agreement. *Cortex*, 66, 149-155.
|
|
439
|
+
- Tanner, D., Morgan-Short, K., & Luck, S. J. (2015). How inappropriate high-pass filters can produce artifactual effects. *Psychophysiology*, 52(8), 997-1009.
|
|
440
|
+
- Tanner, D., & Van Hell, J. G. (2014). ERPs reveal individual differences in morphosyntactic processing. *Neuropsychologia*, 56, 289-301.
|
|
441
|
+
- Twomey, D. M., Murphy, P. R., Kelly, S. P., & O'Connell, R. G. (2015). The classic P300 encodes a build-to-threshold decision variable. *European Journal of Neuroscience*, 42(1), 1636-1643.
|
|
442
|
+
- van de Meerendonk, N., Kolk, H. H., Vissers, C. T. W., & Chwilla, D. J. (2010). Monitoring in language perception. *Language and Linguistic Compass*, 4(4), 211-224.
|
|
443
|
+
- Voss, J. L., & Federmeier, K. D. (2011). FN400 potentials are functionally identical to N400 potentials and reflect semantic processing during recognition testing. *Psychophysiology*, 48(4), 532-546.
|
|
444
|
+
- Voss, J. L., & Paller, K. A. (2006). Fluent conceptual processing and explicit memory for faces are electrophysiologically distinct. *Journal of Neuroscience*, 26(3), 926-933.
|
|
445
|
+
- Walter, W. G., et al. (1964). Contingent negative variation: An electric sign of sensori-motor association and expectancy in the human brain. *Nature*, 203(4943), 380-384.
|
|
446
|
+
- Wilding, E. L., & Ranganath, C. (2012). Electrophysiological correlates of episodic memory processes. In *The Oxford Handbook of ERP Components*. Oxford UP.
|
|
447
|
+
- Yeung, N., Botvinick, M. M., & Cohen, J. D. (2004). The neural basis of error detection: Conflict monitoring and the error-related negativity. *Psychological Review*, 111(4), 931-959.
|