@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,211 @@
|
|
|
1
|
+
# Pipeline Details: Tool Comparison and Modality-Specific Processing
|
|
2
|
+
|
|
3
|
+
## Tool Comparison Matrix
|
|
4
|
+
|
|
5
|
+
### Overview
|
|
6
|
+
|
|
7
|
+
Four major open-source pipelines exist for calcium imaging analysis. Each has distinct strengths depending on your imaging modality, data scale, and computational resources.
|
|
8
|
+
|
|
9
|
+
### Suite2P (Pachitariu et al., 2017)
|
|
10
|
+
|
|
11
|
+
- **Language**: Python
|
|
12
|
+
- **Modality**: Primarily 2P; 1P support via preprocessing
|
|
13
|
+
- **Repository**: [MouseLand/suite2p](https://github.com/MouseLand/suite2p)
|
|
14
|
+
- **Key features**:
|
|
15
|
+
- Fastest processing: runs faster than real time on standard workstations
|
|
16
|
+
- Clustering-based ROI detection via PCA and spatial smoothing
|
|
17
|
+
- Integrated Cellpose support for anatomical detection
|
|
18
|
+
- Built-in GUI for manual curation with classifier retraining
|
|
19
|
+
- Neuropil coefficient estimated iteratively with deconvolution
|
|
20
|
+
- **Best for**: Large 2P datasets (>10,000 neurons), rapid processing, labs with limited computational infrastructure
|
|
21
|
+
- **Limitations**: Less flexible background modeling than CaImAn; 1P support is secondary
|
|
22
|
+
|
|
23
|
+
### CaImAn (Giovannucci et al., 2019)
|
|
24
|
+
|
|
25
|
+
- **Language**: Python (MATLAB version also available)
|
|
26
|
+
- **Modality**: 2P and 1P (via CNMF-E mode)
|
|
27
|
+
- **Repository**: [flatironinstitute/CaImAn](https://github.com/flatironinstitute/CaImAn)
|
|
28
|
+
- **Key features**:
|
|
29
|
+
- CNMF-based source extraction with principled statistical model
|
|
30
|
+
- NoRMCorre for non-rigid motion correction (Pnevmatikakis & Giovannucci, 2017)
|
|
31
|
+
- CNMF-E background model for 1P data (Zhou et al., 2018)
|
|
32
|
+
- OnACID for online processing during acquisition (Giovannucci et al., 2017)
|
|
33
|
+
- CNN-based component evaluation
|
|
34
|
+
- MapReduce framework for datasets larger than RAM
|
|
35
|
+
- **Best for**: 1P miniscope data (CNMF-E mode), principled statistical source separation, online processing, very large datasets
|
|
36
|
+
- **Limitations**: More parameters to tune; slower than Suite2P for standard 2P processing
|
|
37
|
+
|
|
38
|
+
### CNMF-E (Zhou et al., 2018)
|
|
39
|
+
|
|
40
|
+
- **Language**: MATLAB (standalone) or Python (via CaImAn)
|
|
41
|
+
- **Modality**: 1P / miniscope only
|
|
42
|
+
- **Key features**:
|
|
43
|
+
- Extended background model explicitly captures large, structured 1P background
|
|
44
|
+
- Models background as low-rank spatiotemporal component rather than per-ROI annulus
|
|
45
|
+
- Best background subtraction performance compared to alternatives (Zhou et al., 2018)
|
|
46
|
+
- **Best for**: 1P miniscope data where background subtraction is critical
|
|
47
|
+
- **Limitations**:
|
|
48
|
+
- Computationally demanding (memory and CPU)
|
|
49
|
+
- Can over-segment: tends to split single neurons into multiple components
|
|
50
|
+
- Offline batch processing only (OnACID-E provides online variant)
|
|
51
|
+
- Requires careful merge parameter tuning
|
|
52
|
+
|
|
53
|
+
### MIN1PIPE (Lu et al., 2018)
|
|
54
|
+
|
|
55
|
+
- **Language**: MATLAB
|
|
56
|
+
- **Modality**: 1P / miniscope only
|
|
57
|
+
- **Repository**: [JinghaoLu/MIN1PIPE](https://github.com/JinghaoLu/MIN1PIPE)
|
|
58
|
+
- **Key features**:
|
|
59
|
+
- Fully automatic with minimal parameter tuning
|
|
60
|
+
- Neural enhancing module for background removal via morphological operations
|
|
61
|
+
- Hierarchical movement correction handles deformations with minimal error propagation
|
|
62
|
+
- Seeds-cleansed extraction avoids setting unknown initialization parameters
|
|
63
|
+
- RNN-LSTM classifier for calcium transient validation
|
|
64
|
+
- **Best for**: Labs new to 1P analysis wanting a turnkey solution; data with severe movement artifacts
|
|
65
|
+
- **Limitations**: MATLAB only; less community support than CaImAn; no online processing mode
|
|
66
|
+
|
|
67
|
+
### Summary Comparison Table
|
|
68
|
+
|
|
69
|
+
| Feature | Suite2P | CaImAn | CNMF-E | MIN1PIPE |
|
|
70
|
+
|---------|---------|--------|--------|----------|
|
|
71
|
+
| 2P support | Excellent | Excellent | No | No |
|
|
72
|
+
| 1P support | Limited | Excellent (CNMF-E mode) | Excellent | Excellent |
|
|
73
|
+
| Speed | Fastest | Moderate | Slow | Moderate |
|
|
74
|
+
| Background model | Per-ROI annulus | CNMF / CNMF-E low-rank | Low-rank spatio-temporal | Morphological |
|
|
75
|
+
| Online processing | No | Yes (OnACID) | No (OnACID-E) | No |
|
|
76
|
+
| GUI | Yes | Jupyter notebooks | No | No |
|
|
77
|
+
| Auto-classification | Naive Bayes | CNN | Manual | RNN-LSTM |
|
|
78
|
+
| Language | Python | Python/MATLAB | MATLAB/Python | MATLAB |
|
|
79
|
+
| Scalability (>10k neurons) | Excellent | Excellent | Moderate | Moderate |
|
|
80
|
+
|
|
81
|
+
## Preprocessing Differences: 2P vs. 1P
|
|
82
|
+
|
|
83
|
+
### Two-Photon (2P) Microscopy
|
|
84
|
+
|
|
85
|
+
**Characteristics**:
|
|
86
|
+
- Optical sectioning: minimal out-of-focus fluorescence
|
|
87
|
+
- Sparse, punctate background (neuropil only)
|
|
88
|
+
- Higher SNR for individual neurons
|
|
89
|
+
- Typical frame rates: 15-30 Hz (resonant scanning), 1-5 Hz (galvo scanning)
|
|
90
|
+
- FOV: 500 um x 500 um typical at 16x-25x magnification
|
|
91
|
+
|
|
92
|
+
**Preprocessing pipeline**:
|
|
93
|
+
1. Motion correction (rigid or non-rigid)
|
|
94
|
+
2. ROI detection (standard CNMF, Suite2P clustering, or Cellpose)
|
|
95
|
+
3. Neuropil correction (annulus-based, r ~ 0.7; Chen et al., 2013)
|
|
96
|
+
4. dF/F computation
|
|
97
|
+
5. Deconvolution
|
|
98
|
+
|
|
99
|
+
**2P-specific parameters**:
|
|
100
|
+
- Registration max shift: **10% of FOV** (Suite2P default; Pachitariu et al., 2017)
|
|
101
|
+
- Spatial scale for cell detection: auto-detect or set to match cell diameter in pixels
|
|
102
|
+
- Neuropil inner radius: **2 pixels** gap between ROI and neuropil annulus (Suite2P default)
|
|
103
|
+
|
|
104
|
+
### One-Photon (1P) / Miniscope
|
|
105
|
+
|
|
106
|
+
**Characteristics**:
|
|
107
|
+
- No optical sectioning: large, fluctuating background from out-of-focus fluorescence
|
|
108
|
+
- Background can be 5-10x brighter than individual cell signals
|
|
109
|
+
- Lower SNR per neuron than 2P
|
|
110
|
+
- Typical frame rates: 10-30 Hz
|
|
111
|
+
- FOV: depends on GRIN lens; typically 500-1000 um diameter
|
|
112
|
+
- Imaging through GRIN lens adds optical aberrations
|
|
113
|
+
|
|
114
|
+
**Preprocessing pipeline**:
|
|
115
|
+
1. Spatial high-pass filtering or morphological opening (remove large-scale background before registration)
|
|
116
|
+
2. Motion correction (on high-pass filtered data; Giovannucci et al., 2019)
|
|
117
|
+
3. Apply motion correction vectors to original (unfiltered) data
|
|
118
|
+
4. Source extraction with explicit background model (CNMF-E or MIN1PIPE)
|
|
119
|
+
5. dF/F computation (background already subtracted by CNMF-E)
|
|
120
|
+
6. Deconvolution
|
|
121
|
+
|
|
122
|
+
**1P-specific parameters**:
|
|
123
|
+
- Background model rank in CNMF-E: **1-3** (number of background components per patch; Zhou et al., 2018)
|
|
124
|
+
- Ring model radius for CNMF-E: **~1.5x expected cell radius** (CaImAn documentation)
|
|
125
|
+
- Spatial high-pass filter kernel: **~2-3x cell diameter** for preprocessing (expert consensus)
|
|
126
|
+
- MIN1PIPE neural enhancing: morphological disk radius ~ cell diameter
|
|
127
|
+
|
|
128
|
+
**Critical difference**: Do NOT use standard neuropil subtraction (F - r*Fneu) for 1P data. The neuropil annulus approach assumes sparse background, which is violated in 1P imaging. CNMF-E's low-rank background model is required (Zhou et al., 2018).
|
|
129
|
+
|
|
130
|
+
### Fiber Photometry
|
|
131
|
+
|
|
132
|
+
**Characteristics**:
|
|
133
|
+
- Population-level signal (no single-cell resolution)
|
|
134
|
+
- Uses fiber optic implant, not a microscope
|
|
135
|
+
- Measures bulk fluorescence changes from indicator-expressing population
|
|
136
|
+
- Typical sampling rates: 100-1000 Hz (photomultiplier/photodiode) or 20-40 Hz (camera-based)
|
|
137
|
+
- Often uses isosbestic control channel (405-415 nm excitation)
|
|
138
|
+
|
|
139
|
+
**Preprocessing pipeline**:
|
|
140
|
+
1. Deinterleave signal and control channels (if time-division multiplexed)
|
|
141
|
+
2. Smooth both channels (low-pass Butterworth filter, **< 10 Hz** cutoff for neural signals)
|
|
142
|
+
3. Fit isosbestic channel to signal channel via regression
|
|
143
|
+
4. Subtract fitted isosbestic from signal (motion + bleaching correction)
|
|
144
|
+
5. Divide by fitted isosbestic to get dF/F
|
|
145
|
+
6. Z-score for cross-subject comparison
|
|
146
|
+
|
|
147
|
+
**Fiber photometry-specific parameters**:
|
|
148
|
+
- Isosbestic excitation wavelength: **405-415 nm** (calcium-independent GCaMP excitation; Lerner et al., 2015)
|
|
149
|
+
- Signal excitation wavelength: **470 nm** (calcium-dependent GCaMP excitation)
|
|
150
|
+
- Regression method: IRLS preferred over OLS; OLS over-fits to neural dynamics and under-corrects artifacts
|
|
151
|
+
- Event detection: use z-score threshold (typically **z > 2.58**, p < 0.01) or MAD-based threshold
|
|
152
|
+
|
|
153
|
+
## Cell Classification Criteria
|
|
154
|
+
|
|
155
|
+
### Automated Classification Features
|
|
156
|
+
|
|
157
|
+
Suite2P's built-in classifier uses the following features (Pachitariu et al., 2017):
|
|
158
|
+
|
|
159
|
+
| Feature | Description | Good Cell | Bad ROI |
|
|
160
|
+
|---------|-------------|-----------|---------|
|
|
161
|
+
| Skewness | Skewness of neuropil-subtracted trace | > 0.5 | ~ 0 or negative |
|
|
162
|
+
| Compactness | Mean pixel distance from ROI center | Low (compact soma) | High (diffuse) |
|
|
163
|
+
| Footprint | Spatial extent of trace-image correlation | Moderate (soma-sized) | Very large or very small |
|
|
164
|
+
| Aspect ratio | Elongation of spatial footprint | ~ 1 (round) | >> 1 (elongated, likely dendrite) |
|
|
165
|
+
|
|
166
|
+
CaImAn uses a CNN trained on spatial footprints plus temporal SNR:
|
|
167
|
+
- **CNN probability > 0.5**: accept as cell (Giovannucci et al., 2019)
|
|
168
|
+
- **Peak SNR > 3**: minimum transient amplitude relative to noise (Giovannucci et al., 2019)
|
|
169
|
+
- **Spatial correlation > 0.8**: correlation between raw data and model prediction within ROI
|
|
170
|
+
|
|
171
|
+
### Manual Curation Guidelines
|
|
172
|
+
|
|
173
|
+
For any dataset included in a publication, manual curation should verify:
|
|
174
|
+
|
|
175
|
+
1. **Spatial footprint**: Should resemble a filled circle (soma) of expected diameter for the brain region and cell type
|
|
176
|
+
2. **Temporal trace**: Should contain clearly identifiable calcium transients (fast rise, slow decay) above the noise floor
|
|
177
|
+
3. **Neuropil-corrected trace**: Transients should persist after neuropil subtraction (if they disappear, the signal was likely neuropil, not somatic)
|
|
178
|
+
4. **No motion correlation**: Activity should not be correlated with registration shift metrics. Check scatter plot of neural activity vs. motion magnitude
|
|
179
|
+
5. **No duplicate detection**: Ensure the same neuron is not detected as multiple ROIs. Check for ROI pairs with high temporal correlation (> 0.8) and spatial proximity (< 1 cell diameter)
|
|
180
|
+
|
|
181
|
+
## Motion Metric Thresholds
|
|
182
|
+
|
|
183
|
+
| Metric | Acceptable Range | Action if Exceeded | Source |
|
|
184
|
+
|--------|-----------------|-------------------|--------|
|
|
185
|
+
| Mean frame-to-reference correlation | > **0.8** | Check preparation stability, increase reference frame count | Expert consensus |
|
|
186
|
+
| Max single-frame displacement | < **10% of FOV** | Flag frames, consider excluding session | Suite2P default |
|
|
187
|
+
| Frame displacement SD | < **2 um** for 2P, < **5 um** for 1P | Apply non-rigid if using rigid only | Expert consensus |
|
|
188
|
+
| Fraction of bad frames (outlier shifts) | < **5%** of total frames | Consider excluding session | Expert consensus |
|
|
189
|
+
| Post-correction residual motion | < **0.5 um** RMS | Acceptable for most analyses | Dombeck et al., 2007 |
|
|
190
|
+
|
|
191
|
+
**Assessment protocol**:
|
|
192
|
+
1. Run registration and save displacement traces (x-shift, y-shift per frame)
|
|
193
|
+
2. Compute correlation of each frame to the reference image
|
|
194
|
+
3. Plot displacement and correlation over time; look for sudden jumps (animal movement) and slow drift (mechanical instability)
|
|
195
|
+
4. If non-rigid correction does not adequately reduce motion artifacts, the imaging session may need to be excluded
|
|
196
|
+
5. For awake behaving data, examine whether residual motion correlates with behavioral variables (running speed, licking). If so, neural-behavioral correlations may be confounded by motion
|
|
197
|
+
|
|
198
|
+
## References
|
|
199
|
+
|
|
200
|
+
- Chen, T. W., et al. (2013). Ultrasensitive fluorescent proteins for imaging neuronal activity. *Nature*, 499, 295-300.
|
|
201
|
+
- Chen, X., et al. (2020). Soma-targeted imaging of neural circuits by ribosome tethering. *Neuron*, 107(3), 454-469.
|
|
202
|
+
- Dombeck, D. A., et al. (2007). Imaging large-scale neural activity with cellular resolution in awake, mobile mice. *Neuron*, 56(1), 43-57.
|
|
203
|
+
- Giovannucci, A., et al. (2017). OnACID: Online analysis of calcium imaging data in real time. In *Advances in Neural Information Processing Systems*.
|
|
204
|
+
- Giovannucci, A., et al. (2019). CaImAn: An open source tool for scalable calcium imaging data analysis. *eLife*, 8, e38173.
|
|
205
|
+
- Lerner, T. N., et al. (2015). Intact-brain analyses reveal distinct information carried by SNc dopamine subcircuits. *Cell*, 162(3), 635-647.
|
|
206
|
+
- Lu, J., et al. (2018). MIN1PIPE: A miniscope 1-photon-based calcium imaging signal extraction pipeline. *Cell Reports*, 23(12), 3673-3684.
|
|
207
|
+
- Mukamel, E. A., et al. (2009). Automated analysis of cellular signals from large-scale calcium imaging data. *Neuron*, 63(6), 747-760.
|
|
208
|
+
- Pachitariu, M., et al. (2017). Suite2p: beyond 10,000 neurons with standard two-photon microscopy. *bioRxiv*, 061507.
|
|
209
|
+
- Pnevmatikakis, E. A., et al. (2016). Simultaneous denoising, deconvolution, and demixing of calcium imaging data. *Neuron*, 89(2), 285-299.
|
|
210
|
+
- Pnevmatikakis, E. A., & Giovannucci, A. (2017). NoRMCorre: An online algorithm for piecewise rigid motion correction. *Journal of Neuroscience Methods*, 291, 83-94.
|
|
211
|
+
- Zhou, P., et al. (2018). Efficient and accurate extraction of in vivo calcium signals from microendoscopic video data. *eLife*, 7, e28728.
|
|
@@ -0,0 +1,261 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "optogenetics-protocol-designer"
|
|
3
|
+
description: "Domain-validated decision logic for optogenetic stimulation parameter selection, including opsin choice, light delivery, pulse protocols, fiber placement, and control conditions"
|
|
4
|
+
domain: "cellular-molecular-neuroscience"
|
|
5
|
+
authors:
|
|
6
|
+
- "Claude (AI-assisted synthesis)"
|
|
7
|
+
version: "1.0.0"
|
|
8
|
+
papers:
|
|
9
|
+
- "Deisseroth, 2015"
|
|
10
|
+
- "Fenno, Yizhar & Deisseroth, 2011"
|
|
11
|
+
- "Yizhar, Fenno, Davidson, Mogri & Deisseroth, 2011"
|
|
12
|
+
- "Mattis et al., 2012"
|
|
13
|
+
- "Aravanis et al., 2007"
|
|
14
|
+
dependencies:
|
|
15
|
+
required:
|
|
16
|
+
- research-literacy
|
|
17
|
+
review_status: "ai-generated"
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
# Optogenetics Protocol Designer
|
|
21
|
+
|
|
22
|
+
## Purpose
|
|
23
|
+
|
|
24
|
+
Optogenetic protocol design requires domain expertise that a general-purpose programmer would systematically get wrong. Selecting an opsin is not like selecting a software library — it requires understanding photocycle kinetics, ion selectivity, spectral overlap, expression toxicity, and the biophysics of light propagation through neural tissue. A naive approach risks tissue damage from heating, silencing neurons you intended to activate (depolarization block), or producing uninterpretable results from inadequate controls. This skill encodes the decision logic that bridges the gap between "I want to activate neurons" and a rigorous, publishable optogenetic protocol.
|
|
25
|
+
|
|
26
|
+
## When to Use
|
|
27
|
+
|
|
28
|
+
- Designing a new optogenetic experiment from scratch
|
|
29
|
+
- Selecting an opsin for a specific excitation/inhibition application
|
|
30
|
+
- Determining light delivery parameters (power, wavelength, pulse protocol)
|
|
31
|
+
- Planning fiber optic implant specifications
|
|
32
|
+
- Designing proper control conditions for optogenetic experiments
|
|
33
|
+
- Troubleshooting failed or ambiguous optogenetic manipulations
|
|
34
|
+
|
|
35
|
+
## Research Planning Protocol
|
|
36
|
+
|
|
37
|
+
Before executing the domain-specific steps below, you MUST:
|
|
38
|
+
|
|
39
|
+
1. **State the research question** — What neural circuit question is this optogenetic manipulation addressing?
|
|
40
|
+
2. **Justify the method choice** — Why optogenetics (not chemogenetics, lesion, pharmacology)? What alternatives were considered?
|
|
41
|
+
3. **Declare expected outcomes** — What behavioral/neural changes do you expect from activation/inhibition?
|
|
42
|
+
4. **Note assumptions and limitations** — What does this approach assume about the circuit? Where could it mislead?
|
|
43
|
+
5. **Present the plan to the user and WAIT for confirmation** before proceeding.
|
|
44
|
+
|
|
45
|
+
For detailed methodology guidance, see the `research-literacy` skill.
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
## ⚠️ Verification Notice
|
|
49
|
+
|
|
50
|
+
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).
|
|
51
|
+
|
|
52
|
+
## Decision Tree: Research Question to Protocol
|
|
53
|
+
|
|
54
|
+
### Step 1: Define the Manipulation Type
|
|
55
|
+
|
|
56
|
+
| Goal | Category | Key Constraint |
|
|
57
|
+
|---|---|---|
|
|
58
|
+
| Drive action potentials with millisecond precision | Excitation (fast) | Need opsin with tau-off < 15 ms |
|
|
59
|
+
| Sustained depolarization / increased excitability | Excitation (tonic) | Step-function opsin or low-frequency pulsed |
|
|
60
|
+
| Silence neurons during a behavioral epoch | Inhibition (sustained) | Need potent inhibitory opsin, manage heating |
|
|
61
|
+
| Brief synaptic suppression | Inhibition (phasic) | Fast inhibitory opsin, short pulses |
|
|
62
|
+
| Bidirectional control in same animal | Dual manipulation | Spectrally separated opsins required |
|
|
63
|
+
|
|
64
|
+
### Step 2: Select Opsin Class
|
|
65
|
+
|
|
66
|
+
#### Excitatory Opsins (Cation Channels)
|
|
67
|
+
|
|
68
|
+
| Opsin | Peak lambda | Tau-off | Photocurrent | Best For | Key Citation |
|
|
69
|
+
|---|---|---|---|---|---|
|
|
70
|
+
| **ChR2 (H134R)** | 470 nm | ~10 ms | Moderate | Standard activation, well-characterized | Boyden et al., 2005; Nagel et al., 2005 |
|
|
71
|
+
| **ChETA (E123T)** | 470 nm | ~3 ms | Lower | High-frequency spiking (>40 Hz) | Gunaydin et al., 2010 |
|
|
72
|
+
| **ChrimsonR** | 630 nm | ~15 ms | Moderate | Red-shifted, deep tissue, dual-color | Klapoetke et al., 2014 |
|
|
73
|
+
| **ChRmine** | 520-530 nm | ~60 ms | Very high | Ultra-sensitive, large volume activation | Marshel et al., 2019 |
|
|
74
|
+
| **CheRiff** | 460 nm | ~8 ms | ~2x ChR2 | All-optical electrophysiology | Hochbaum et al., 2014 |
|
|
75
|
+
| **C1V1(TT)** | 540 nm | ~50 ms | Moderate | Red-shifted, combinatorial experiments | Yizhar et al., 2011 |
|
|
76
|
+
|
|
77
|
+
#### Inhibitory Opsins
|
|
78
|
+
|
|
79
|
+
| Opsin | Peak lambda | Mechanism | Photocurrent | Best For | Key Citation |
|
|
80
|
+
|---|---|---|---|---|---|
|
|
81
|
+
| **eNpHR3.0** | 590 nm | Cl- pump | Low (pump) | Established inhibition, yellow-light | Gradinaru et al., 2010 |
|
|
82
|
+
| **eArch3.0** | 520-550 nm | H+ pump | Moderate (pump) | Green-light inhibition | Chow et al., 2010; Mattis et al., 2012 |
|
|
83
|
+
| **stGtACR2** | 480 nm | Anion channel | Very high | Most potent somatic inhibition | Mahn et al., 2018 |
|
|
84
|
+
| **SwiChR++** | 480 nm | Anion channel (bistable) | Moderate | Sustained inhibition, low light | Berndt et al., 2016 |
|
|
85
|
+
|
|
86
|
+
#### Step-Function Opsins (Bistable)
|
|
87
|
+
|
|
88
|
+
| Opsin | Activation | Deactivation | Tau-off (dark) | Best For | Key Citation |
|
|
89
|
+
|---|---|---|---|---|---|
|
|
90
|
+
| **SSFO** | Blue (~470 nm) | Yellow (~590 nm) | ~29 min | Sustained excitability increase | Yizhar et al., 2011 |
|
|
91
|
+
| **SOUL** | Blue (~470 nm) | Yellow (~590 nm) | ~29 min | Transcranial, minimally invasive | Gong et al., 2020 |
|
|
92
|
+
| **SwiChR++** | Blue (~480 nm) | Red (~600 nm) | ~115 s | Bistable inhibition | Berndt et al., 2016 |
|
|
93
|
+
|
|
94
|
+
See `references/opsin-catalog.md` for the complete opsin reference with detailed kinetics.
|
|
95
|
+
|
|
96
|
+
### Step 3: Determine Light Parameters
|
|
97
|
+
|
|
98
|
+
#### Power Density at Target Tissue
|
|
99
|
+
|
|
100
|
+
- **ChR2 EPD50**: ~1.3 mW/mm2 (Mattis et al., 2012)
|
|
101
|
+
- **stGtACR2 EPD50**: ~0.05 mW/mm2 (Mahn et al., 2018) — 100-200x more sensitive than NpHR
|
|
102
|
+
- **eNpHR3.0 EPD50**: ~5-10 mW/mm2 (Mattis et al., 2012)
|
|
103
|
+
- **ChRmine**: effective at sub-mW/mm2 levels (Marshel et al., 2019)
|
|
104
|
+
- **Typical working range**: **1-10 mW/mm2** for most excitatory opsins at the fiber tip (Aravanis et al., 2007)
|
|
105
|
+
|
|
106
|
+
**CRITICAL — Tissue Heating Threshold**:
|
|
107
|
+
- Temperature increase of ~0.1-0.25 deg C per mW at fiber tip for 473 nm light (Stujenske et al., 2015)
|
|
108
|
+
- Keep total tissue temperature rise **below 1 deg C** to avoid artifacts (Christie et al., 2013; Owen et al., 2019)
|
|
109
|
+
- At 20 mW/mm2, duty cycles above ~40% risk exceeding 1 deg C (Stujenske et al., 2015)
|
|
110
|
+
- Blue light at high power can alter firing rates even WITHOUT opsin expression (Owen et al., 2019)
|
|
111
|
+
|
|
112
|
+
#### Light Attenuation in Tissue
|
|
113
|
+
|
|
114
|
+
- **90% of 473 nm light is lost within 1 mm** of brain tissue (Aravanis et al., 2007; Yizhar et al., 2011)
|
|
115
|
+
- At 500 um from fiber tip: ~3.2% of initial intensity remains
|
|
116
|
+
- At 1 mm from fiber tip: ~0.56% of initial intensity remains
|
|
117
|
+
- Red-shifted light (>600 nm) penetrates deeper due to lower scattering (Klapoetke et al., 2014)
|
|
118
|
+
|
|
119
|
+
#### Wavelength Selection
|
|
120
|
+
|
|
121
|
+
Match the laser/LED wavelength to the opsin's absorption peak:
|
|
122
|
+
|
|
123
|
+
| Opsin Class | Recommended Wavelength | Common Laser Lines |
|
|
124
|
+
|---|---|---|
|
|
125
|
+
| ChR2 / CheRiff / stGtACR2 | 450-490 nm | 473 nm |
|
|
126
|
+
| C1V1 / ChRmine / eArch3.0 | 520-560 nm | 532 nm, 561 nm |
|
|
127
|
+
| eNpHR3.0 | 570-600 nm | 594 nm |
|
|
128
|
+
| ChrimsonR | 600-650 nm | 638 nm |
|
|
129
|
+
|
|
130
|
+
See `references/stimulation-parameters.md` for complete pulse protocol recipes.
|
|
131
|
+
|
|
132
|
+
### Step 4: Design Pulse Protocol
|
|
133
|
+
|
|
134
|
+
#### General Principles
|
|
135
|
+
|
|
136
|
+
- **Pulse width**: 1-10 ms for fast excitatory opsins; 5-25 ms for slower or inhibitory opsins (Mattis et al., 2012)
|
|
137
|
+
- **Frequency**: Must not exceed the opsin's temporal fidelity limit
|
|
138
|
+
- **Duty cycle**: Balance activation efficacy against heating; keep below 40% for sustained protocols at moderate power (Stujenske et al., 2015)
|
|
139
|
+
- **Ramp-down for inhibition**: When ending sustained inhibitory light, ramp down over 500 ms to 1 s to avoid rebound excitation (Mahn et al., 2016)
|
|
140
|
+
|
|
141
|
+
#### Frequency Limits by Opsin
|
|
142
|
+
|
|
143
|
+
| Opsin | Max Reliable Spike Rate | Notes |
|
|
144
|
+
|---|---|---|
|
|
145
|
+
| ChR2 (H134R) | ~30-40 Hz sustained | Fails above gamma range in sustained trains (Mattis et al., 2012) |
|
|
146
|
+
| ChETA | ~100-200 Hz | Reduced photocurrent trade-off (Gunaydin et al., 2010) |
|
|
147
|
+
| ChrimsonR | ~20-30 Hz | Slower kinetics than ChR2 (Klapoetke et al., 2014) |
|
|
148
|
+
| ChRmine | ~50 Hz (80 Hz with hsChRmine) | Large photocurrent compensates for slower kinetics (Marshel et al., 2019) |
|
|
149
|
+
| Chronos | ~100 Hz | Fastest known excitatory opsin (Klapoetke et al., 2014) |
|
|
150
|
+
|
|
151
|
+
### Step 5: Fiber Optic Specifications
|
|
152
|
+
|
|
153
|
+
| Parameter | Standard Value | Rationale |
|
|
154
|
+
|---|---|---|
|
|
155
|
+
| Core diameter | 200 um (mice), 200-400 um (rats/primates) | Balances illumination volume vs. tissue damage (Aravanis et al., 2007) |
|
|
156
|
+
| Numerical aperture (NA) | 0.22 or 0.39 | 0.22 for focused beam; 0.39 for wider illumination |
|
|
157
|
+
| Fiber type | Multimode step-index | Standard for optogenetics (Sparta et al., 2012) |
|
|
158
|
+
| Ferrule diameter | 1.25 mm (standard) or 2.5 mm | Compatibility with patch cables and commutators |
|
|
159
|
+
|
|
160
|
+
**Placement rule**: Position the fiber tip **200-500 um above** the target region to allow light cone to cover the structure while avoiding mechanical damage to the target itself (Yizhar et al., 2011).
|
|
161
|
+
|
|
162
|
+
### Step 6: Control Conditions
|
|
163
|
+
|
|
164
|
+
A rigorous optogenetic experiment requires AT MINIMUM three of the following controls (Fenno et al., 2011):
|
|
165
|
+
|
|
166
|
+
| Control | What It Rules Out | Implementation |
|
|
167
|
+
|---|---|---|
|
|
168
|
+
| **Opsin-negative + light** | Heating, visual, auditory artifacts from light | Inject control virus (e.g., AAV-hSyn-eYFP), deliver identical light |
|
|
169
|
+
| **Opsin-positive + no light** | Effects of viral expression alone | Implant fiber, run behavioral protocol without laser |
|
|
170
|
+
| **Wavelength control** | Non-specific photic effects | Deliver light at a wavelength outside the opsin's activation spectrum |
|
|
171
|
+
| **Fiber implant only** | Mechanical damage effects | Implant fiber without virus injection |
|
|
172
|
+
| **Within-subject light-off epochs** | Temporal confounds | Interleave light-on and light-off trials within sessions |
|
|
173
|
+
|
|
174
|
+
**The single most common critique of optogenetic studies is inadequate controls.** The opsin-negative + light control is non-negotiable (Fenno et al., 2011).
|
|
175
|
+
|
|
176
|
+
## Common Pitfalls and Domain-Specific Warnings
|
|
177
|
+
|
|
178
|
+
### 1. Depolarization Block (Silencing When You Intend to Activate)
|
|
179
|
+
|
|
180
|
+
At high ChR2 expression levels or with prolonged/high-frequency stimulation, excessive cation influx causes sustained depolarization that inactivates sodium channels, STOPPING action potentials (Herman et al., 2014; Lin et al., 2009). This is especially dangerous with interneurons, which enter depolarization block more readily than pyramidal cells.
|
|
181
|
+
|
|
182
|
+
**Signs**: Loss of spiking after initial pulses in a train; behavioral effect opposite to prediction.
|
|
183
|
+
**Prevention**: Limit pulse width to 1-5 ms; keep frequency at or below 40 Hz for ChR2; titrate expression levels; use ChETA for high-frequency applications.
|
|
184
|
+
|
|
185
|
+
### 2. Tissue Heating Artifacts
|
|
186
|
+
|
|
187
|
+
Continuous illumination at high power heats tissue, altering neuronal firing even without opsin expression (Owen et al., 2019; Christie et al., 2013). Blue light (473 nm) is worse than red (638 nm) for heating.
|
|
188
|
+
|
|
189
|
+
**Prevention**: Use pulsed (not continuous) light; keep duty cycle below 40% at moderate power; use temperature modeling (Stujenske et al., 2015); always include opsin-negative light controls.
|
|
190
|
+
|
|
191
|
+
### 3. Viral Expression Toxicity
|
|
192
|
+
|
|
193
|
+
High viral titers (>1e13 vg/mL) can cause cytotoxicity, especially with prolonged expression times (>8 weeks) (Miyashita et al., 2013). Overexpression of membrane proteins disrupts normal cell physiology.
|
|
194
|
+
|
|
195
|
+
**Prevention**: Use titers of **1e12 to 5e12 vg/mL** for standard applications; check for cell health at the injection site post-mortem; limit expression time to 3-6 weeks for most applications.
|
|
196
|
+
|
|
197
|
+
### 4. Backpropagation of Light Along Fibers
|
|
198
|
+
|
|
199
|
+
Light can scatter back up the fiber and illuminate unintended brain regions above the target. This is especially problematic for superficial targets near the brain surface.
|
|
200
|
+
|
|
201
|
+
**Prevention**: Use opaque ferrule sleeves; verify illumination volume with computational modeling; consider tapered fibers for focal illumination.
|
|
202
|
+
|
|
203
|
+
### 5. Antidromic Activation with Axonal Opsins
|
|
204
|
+
|
|
205
|
+
When inhibitory opsins (especially GtACR2, not soma-targeted) are expressed in axons, blue light can cause depolarization at the axon initial segment, producing paradoxical excitation (Mahn et al., 2018).
|
|
206
|
+
|
|
207
|
+
**Prevention**: Use **soma-targeted** variants (stGtACR2) for inhibition; avoid illuminating axon terminals with anion channelrhodopsins; verify with electrophysiology.
|
|
208
|
+
|
|
209
|
+
### 6. Chloride Loading with Halorhodopsin
|
|
210
|
+
|
|
211
|
+
Prolonged eNpHR3.0 activation loads neurons with chloride, shifting the GABA-A reversal potential and causing rebound excitation upon light offset (Raimondo et al., 2012).
|
|
212
|
+
|
|
213
|
+
**Prevention**: Limit continuous NpHR activation to **<15 seconds**; use pulsed protocols for longer inhibition; consider anion channels (stGtACR2) for sustained inhibition.
|
|
214
|
+
|
|
215
|
+
## Viral Vector Quick Reference
|
|
216
|
+
|
|
217
|
+
| Serotype | Tropism | Onset | Spread | Use Case |
|
|
218
|
+
|---|---|---|---|---|
|
|
219
|
+
| AAV1 | Broad neuronal | 1-2 weeks | Large | General transduction (Aschauer et al., 2013) |
|
|
220
|
+
| AAV2 | Neuronal (restricted) | 2-4 weeks | Small | Precise local targeting |
|
|
221
|
+
| AAV5 | Neurons + glia | 2-4 weeks | Moderate | Use with neuron-specific promoter |
|
|
222
|
+
| AAV8 | Broad neuronal | 1-2 weeks | Large | Deep brain structures |
|
|
223
|
+
| AAV9 | Broad, crosses BBB | 1-2 weeks | Large | Systemic delivery, broad transduction |
|
|
224
|
+
| AAVrg | Retrograde neuronal | 2-4 weeks | Projection-specific | Circuit-specific targeting (Tervo et al., 2016) |
|
|
225
|
+
|
|
226
|
+
**Always use a neuron-specific promoter** (hSyn, CaMKII) with AAV1/5/8/9, as ubiquitous promoters (CMV, CAG) will also transduce glia (Aschauer et al., 2013).
|
|
227
|
+
|
|
228
|
+
**Standard injection volume**: 200-500 nL per site in mice; 1-2 uL per site in rats (Cetin et al., 2006).
|
|
229
|
+
**Standard titer**: 1e12 to 5e12 vg/mL (Miyashita et al., 2013).
|
|
230
|
+
**Wait for expression**: Minimum **2-3 weeks** post-injection; optimal at **3-6 weeks** for most AAVs.
|
|
231
|
+
|
|
232
|
+
## Protocol Assembly Checklist
|
|
233
|
+
|
|
234
|
+
Before finalizing a protocol, verify:
|
|
235
|
+
|
|
236
|
+
- [ ] Opsin matches the manipulation type (excitation/inhibition/bistable)
|
|
237
|
+
- [ ] Wavelength matches the opsin's absorption spectrum (+/- 20 nm)
|
|
238
|
+
- [ ] Power density is within the opsin's effective range but below heating threshold
|
|
239
|
+
- [ ] Pulse frequency does not exceed the opsin's temporal fidelity
|
|
240
|
+
- [ ] Duty cycle is below 40% for sustained protocols at moderate-to-high power
|
|
241
|
+
- [ ] Fiber is positioned 200-500 um above target
|
|
242
|
+
- [ ] At least opsin-negative + light control is planned
|
|
243
|
+
- [ ] Viral titer is in the 1e12-5e12 vg/mL range
|
|
244
|
+
- [ ] Expression time is 3-6 weeks (not <2 weeks, not >8 weeks without toxicity check)
|
|
245
|
+
- [ ] Post-hoc histology is planned to verify expression and fiber placement
|
|
246
|
+
|
|
247
|
+
## Key References
|
|
248
|
+
|
|
249
|
+
- Aravanis, A. M. et al. (2007). An optical neural interface: in vivo control of rodent motor cortex. *J. Neural Eng.*, 4(3), S143-S156.
|
|
250
|
+
- Boyden, E. S. et al. (2005). Millisecond-timescale, genetically targeted optical control of neural activity. *Nat. Neurosci.*, 8(9), 1263-1268.
|
|
251
|
+
- Chow, B. Y. et al. (2010). High-performance genetically targetable optical neural silencing by light-driven proton pumps. *Nature*, 463, 98-102.
|
|
252
|
+
- Deisseroth, K. (2015). Optogenetics: 10 years of microbial opsins in neuroscience. *Nat. Neurosci.*, 18(9), 1213-1225.
|
|
253
|
+
- Fenno, L., Yizhar, O. & Deisseroth, K. (2011). The development and application of optogenetics. *Annu. Rev. Neurosci.*, 34, 389-412.
|
|
254
|
+
- Gunaydin, L. A. et al. (2010). Ultrafast optogenetic control. *Nat. Neurosci.*, 13(3), 387-392.
|
|
255
|
+
- Hochbaum, D. R. et al. (2014). All-optical electrophysiology in mammalian neurons. *Nat. Methods*, 11, 825-833.
|
|
256
|
+
- Klapoetke, N. C. et al. (2014). Independent optical excitation of distinct neural populations. *Nat. Methods*, 11, 338-346.
|
|
257
|
+
- Mahn, M. et al. (2018). High-efficiency optogenetic silencing with soma-targeted anion-conducting channelrhodopsins. *Nat. Commun.*, 9, 4125.
|
|
258
|
+
- Marshel, J. H. et al. (2019). Cortical layer-specific critical dynamics triggering perception. *Science*, 365(6453), eaaw5202.
|
|
259
|
+
- Mattis, J. et al. (2012). Principles for applying optogenetic tools derived from direct comparative analysis of microbial opsins. *Nat. Methods*, 9, 159-172.
|
|
260
|
+
- Stujenske, J. M. et al. (2015). Modeling the spatiotemporal dynamics of light and heat propagation for in vivo optogenetics. *Cell Rep.*, 12(3), 525-534.
|
|
261
|
+
- Yizhar, O. et al. (2011). Optogenetics in neural systems. *Neuron*, 71(1), 9-34.
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
# Opsin Catalog
|
|
2
|
+
|
|
3
|
+
Comprehensive reference for optogenetic opsins. All values represent typical measurements in cultured hippocampal neurons unless otherwise noted. Kinetic values are at room temperature (~22-25 deg C); in vivo values at 37 deg C are approximately 2x faster (Mattis et al., 2012).
|
|
4
|
+
|
|
5
|
+
## Excitatory Opsins (Cation Channels — Depolarizing)
|
|
6
|
+
|
|
7
|
+
### Blue-Light Activated
|
|
8
|
+
|
|
9
|
+
| Opsin | Lambda Peak | Tau-on | Tau-off | Peak Photocurrent | EPD50 | Max Spike Rate | Key Feature | Citation |
|
|
10
|
+
|---|---|---|---|---|---|---|---|---|
|
|
11
|
+
| ChR2 (wild-type) | 470 nm | <1 ms | 9-12 ms | ~200 pA | ~1.3 mW/mm2 | ~30-40 Hz | Gold standard, most characterized | Boyden et al., 2005; Nagel et al., 2005 |
|
|
12
|
+
| ChR2 (H134R) | 470 nm | <1 ms | ~18 ms | ~300 pA | ~1.3 mW/mm2 | ~25-35 Hz | Higher photocurrent, slightly slower | Nagel et al., 2005; Mattis et al., 2012 |
|
|
13
|
+
| ChETA (E123T) | 470 nm | <1 ms | ~3 ms | ~100 pA | ~2 mW/mm2 | 100-200 Hz | Ultrafast, reduced photocurrent | Gunaydin et al., 2010 |
|
|
14
|
+
| ChETA (E123A) | 470 nm | <1 ms | ~4 ms | ~120 pA | ~2 mW/mm2 | ~100 Hz | Fast, slightly more current than E123T | Mattis et al., 2012 |
|
|
15
|
+
| ChIEF | 450 nm | <1 ms | ~8 ms | ~400 pA | ~1 mW/mm2 | ~40-50 Hz | High current, low desensitization | Lin et al., 2009 |
|
|
16
|
+
| CheRiff | 460 nm | 0.5 ms | ~8 ms | ~1 nA | ~0.2 mW/mm2 | ~40 Hz | Highest photocurrent, 9x more sensitive than ChR2 | Hochbaum et al., 2014 |
|
|
17
|
+
| Chronos | 500 nm | <1 ms | ~3.5 ms | ~200 pA | ~0.5 mW/mm2 | ~100 Hz | Fastest excitatory opsin, good current | Klapoetke et al., 2014 |
|
|
18
|
+
| oChIEF | 450 nm | <1 ms | ~7 ms | ~500 pA | ~1 mW/mm2 | ~50 Hz | Optimized ChIEF, minimal desensitization | Lin et al., 2013 |
|
|
19
|
+
| ChroME | 510 nm | <1 ms | ~5 ms | ~600 pA | ~0.5 mW/mm2 | ~50 Hz | Engineered for two-photon holography | Mardinly et al., 2018 |
|
|
20
|
+
|
|
21
|
+
### Red-Shifted Excitatory Opsins
|
|
22
|
+
|
|
23
|
+
| Opsin | Lambda Peak | Tau-on | Tau-off | Peak Photocurrent | EPD50 | Max Spike Rate | Key Feature | Citation |
|
|
24
|
+
|---|---|---|---|---|---|---|---|---|
|
|
25
|
+
| C1V1(TT) | 540 nm | ~1 ms | ~50 ms | ~250 pA | ~1 mW/mm2 | ~15-20 Hz | First practical red-shifted opsin | Yizhar et al., 2011 |
|
|
26
|
+
| ReaChR | 590 nm | ~5 ms | ~20 ms | ~300 pA | ~0.5 mW/mm2 | ~20-30 Hz | Red-shifted, good current | Lin et al., 2013 |
|
|
27
|
+
| ChrimsonR | 630 nm | ~2 ms | ~15 ms | ~200 pA | ~1 mW/mm2 | ~20-30 Hz | Most red-shifted fast opsin | Klapoetke et al., 2014 |
|
|
28
|
+
| CsChrimson | 630 nm | ~3 ms | ~20 ms | ~250 pA | ~0.8 mW/mm2 | ~20 Hz | Higher expression than ChrimsonR | Klapoetke et al., 2014 |
|
|
29
|
+
| bReaChES | 570 nm | ~1 ms | ~10 ms | ~350 pA | ~0.5 mW/mm2 | ~30-40 Hz | Fast red-shifted, good for dual-color | Rajasethupathy et al., 2015 |
|
|
30
|
+
| ChRmine | 520-530 nm | ~5 ms | ~60 ms | >1 nA | <0.1 mW/mm2 | ~50 Hz | Ultra-high sensitivity, deep tissue | Marshel et al., 2019 |
|
|
31
|
+
| hsChRmine | 520-530 nm | ~3 ms | ~30 ms | ~800 pA | ~0.2 mW/mm2 | ~80 Hz | Faster ChRmine variant | Kishi et al., 2022 |
|
|
32
|
+
| frChRmine | 585 nm | ~4 ms | ~45 ms | ~700 pA | ~0.15 mW/mm2 | ~40 Hz | Further red-shifted ChRmine | Kishi et al., 2022 |
|
|
33
|
+
|
|
34
|
+
### Usage Notes for Excitatory Opsins
|
|
35
|
+
|
|
36
|
+
**ChR2 (H134R)** remains the most widely used and best-characterized excitatory opsin. Choose it as the default unless your experiment specifically demands:
|
|
37
|
+
- Higher frequency (>40 Hz) — use ChETA or Chronos
|
|
38
|
+
- Red-shifted activation — use ChrimsonR or ChRmine
|
|
39
|
+
- Maximum sensitivity — use CheRiff or ChRmine
|
|
40
|
+
- Dual-color experiments — use ChrimsonR paired with a blue-light inhibitory opsin
|
|
41
|
+
|
|
42
|
+
**ChR2 desensitization**: Under continuous illumination, ChR2 photocurrent decays ~80% from peak to steady-state. This means the first pulse in a train produces a larger response than subsequent pulses (Nagel et al., 2003; Mattis et al., 2012). Design experiments with an initial "warm-up" period of 5-10 pulses before the analysis epoch.
|
|
43
|
+
|
|
44
|
+
**ChRmine caution**: While ChRmine offers extraordinary sensitivity, its slow kinetics (~60 ms tau-off) mean it cannot produce individually timed spikes at high frequency. It is best suited for sustained activation paradigms or situations requiring minimal light delivery (e.g., deep brain, large volumes, or minimally invasive approaches) (Marshel et al., 2019).
|
|
45
|
+
|
|
46
|
+
## Inhibitory Opsins
|
|
47
|
+
|
|
48
|
+
### Ion Pumps (One Ion Per Photocycle)
|
|
49
|
+
|
|
50
|
+
| Opsin | Lambda Peak | Mechanism | Photocurrent | EPD50 | Key Feature | Limitation | Citation |
|
|
51
|
+
|---|---|---|---|---|---|---|---|
|
|
52
|
+
| eNpHR3.0 | 590 nm | Cl- pump (inward) | ~50-100 pA | 5-10 mW/mm2 | Established, yellow-light | Cl- loading, rebound, low sensitivity | Gradinaru et al., 2010 |
|
|
53
|
+
| eArch3.0 | 520-550 nm | H+ pump (outward) | ~100-150 pA | 3-5 mW/mm2 | Green-light, fast recovery | pH changes, paradoxical presynaptic release | Chow et al., 2010; Mattis et al., 2012 |
|
|
54
|
+
| ArchT | 566 nm | H+ pump (outward) | ~200 pA | ~2 mW/mm2 | Higher sensitivity than Arch | Same pH concerns as eArch3.0 | Han et al., 2011 |
|
|
55
|
+
| eMac3.0 | 550 nm | H+ pump (outward) | ~80-120 pA | ~5 mW/mm2 | Alternative proton pump | Lower photocurrent | Chow et al., 2010; Mattis et al., 2012 |
|
|
56
|
+
|
|
57
|
+
### Anion Channels (High Conductance)
|
|
58
|
+
|
|
59
|
+
| Opsin | Lambda Peak | Mechanism | Photocurrent | EPD50 | Key Feature | Limitation | Citation |
|
|
60
|
+
|---|---|---|---|---|---|---|---|
|
|
61
|
+
| GtACR1 | 515 nm | Anion channel | ~500-1000 pA | ~0.02 mW/mm2 | Highest photocurrent inhibitory opsin | Axonal excitation (not soma-targeted) | Govorunova et al., 2015 |
|
|
62
|
+
| GtACR2 | 470 nm | Anion channel | ~600 pA | ~0.05 mW/mm2 | Blue-activated, high current | Axonal excitation, blue light heating | Govorunova et al., 2015 |
|
|
63
|
+
| stGtACR2 | 480 nm | Anion channel (soma-targeted) | ~500 pA | ~0.05 mW/mm2 | Most potent somatic inhibition | Requires blue light | Mahn et al., 2018 |
|
|
64
|
+
| iC++ | 480 nm | Engineered anion channel | ~200 pA | ~0.5 mW/mm2 | Improved Cl- selectivity | Lower current than GtACRs | Berndt et al., 2016 |
|
|
65
|
+
| ZipACR | 520 nm | Anion channel | ~300 pA | ~0.1 mW/mm2 | Fast kinetics for inhibition | Less characterized | Govorunova et al., 2017 |
|
|
66
|
+
|
|
67
|
+
### Usage Notes for Inhibitory Opsins
|
|
68
|
+
|
|
69
|
+
**stGtACR2 vs. eNpHR3.0**: stGtACR2 is 100-200x more light-sensitive than eNpHR3.0 (EPD50: 0.05 vs. 5-10 mW/mm2), produces 5-10x larger photocurrents, does not cause chloride loading, and does not have the same rebound excitation problem (Mahn et al., 2018). For new experiments, **stGtACR2 should be the default inhibitory opsin** unless:
|
|
70
|
+
- You need yellow/green light activation — use eNpHR3.0 or eArch3.0
|
|
71
|
+
- You need spectral separation from a blue-activated excitatory opsin — use eNpHR3.0
|
|
72
|
+
|
|
73
|
+
**Pump vs. channel inhibition**: Ion pumps (NpHR, Arch) transport one ion per photocycle, limiting their inhibitory capacity. Anion channels (GtACR, stGtACR2) open a pore, allowing many ions per channel opening and producing much larger currents. However, pumps can operate against the electrochemical gradient, while channels cannot (Wiegert et al., 2017).
|
|
74
|
+
|
|
75
|
+
**Antidromic activation warning**: Non-soma-targeted anion channelrhodopsins (GtACR1, GtACR2) expressed in axons can cause paradoxical excitation due to the high chloride concentration in axons, which makes chloride channel opening depolarizing rather than hyperpolarizing at axon terminals (Mahn et al., 2018). Always use **soma-targeted** variants (stGtACR2) when somatic inhibition is the goal.
|
|
76
|
+
|
|
77
|
+
**eNpHR3.0 time limit**: Continuous eNpHR3.0 activation should be limited to **<15 seconds** to avoid pathological chloride accumulation and GABA-A reversal potential shifts (Raimondo et al., 2012). For longer inhibition, use pulsed protocols (e.g., 5 s on / 2 s off) or switch to stGtACR2.
|
|
78
|
+
|
|
79
|
+
**eArch3.0 presynaptic caveat**: Sustained eArch3.0 activation at presynaptic terminals paradoxically increases spontaneous neurotransmitter release through pH-mediated mechanisms. This pH change, not hyperpolarization, mediates the primary synaptic silencing effect (Bhatt et al., 2015; El-Gaby et al., 2016). Use eArch3.0 primarily for somatic inhibition, not presynaptic silencing.
|
|
80
|
+
|
|
81
|
+
## Step-Function and Bistable Opsins
|
|
82
|
+
|
|
83
|
+
| Opsin | Activate | Deactivate | Tau-off (dark) | Type | Key Feature | Citation |
|
|
84
|
+
|---|---|---|---|---|---|---|
|
|
85
|
+
| SFO (C128S) | 470 nm | 590 nm | ~30 s | Excitatory | First step-function opsin | Berndt et al., 2009 |
|
|
86
|
+
| SSFO (C128S/D156A) | 470 nm | 590 nm | ~29 min | Excitatory | Ultra-stable, subthreshold depolarization | Yizhar et al., 2011 |
|
|
87
|
+
| SOUL | 470 nm | 590 nm | ~29 min | Excitatory | Ultra-sensitive SSFO, transcranial capable | Gong et al., 2020 |
|
|
88
|
+
| SwiChR++ | 480 nm | 600 nm | ~115 s | Inhibitory | Bistable Cl- channel | Berndt et al., 2016 |
|
|
89
|
+
|
|
90
|
+
### Usage Notes for Step-Function Opsins
|
|
91
|
+
|
|
92
|
+
**SSFO does NOT drive action potentials directly.** It produces subthreshold depolarization that increases the cell's sensitivity to endogenous synaptic inputs (Yizhar et al., 2011). This is fundamentally different from ChR2-driven spiking and is better suited for modulating excitability than for driving precise spike patterns.
|
|
93
|
+
|
|
94
|
+
**Activation protocol for SSFO**: A brief pulse (1-2 s) of blue light activates the channel; it remains open in the dark for ~29 minutes. A pulse of yellow light (~590 nm) immediately closes it. This allows experiments with minimal total light delivery and virtually no heating concern.
|
|
95
|
+
|
|
96
|
+
**SwiChR++ for sustained inhibition**: SwiChR++ can be activated by a brief blue pulse and remains in the inhibitory (chloride-conducting) state for ~115 s in the dark. Red light (600 nm) deactivates it within ~150 ms (Berndt et al., 2016). This is ideal for experiments requiring sustained inhibition without continuous illumination.
|
|
97
|
+
|
|
98
|
+
## References
|
|
99
|
+
|
|
100
|
+
- Berndt, A. et al. (2009). Bi-stable neural state switches. *Nat. Neurosci.*, 12, 229-234.
|
|
101
|
+
- Berndt, A. et al. (2016). Structural foundations of optogenetics: determinants of channelrhodopsin ion selectivity. *PNAS*, 113(4), 822-829.
|
|
102
|
+
- Boyden, E. S. et al. (2005). Millisecond-timescale, genetically targeted optical control of neural activity. *Nat. Neurosci.*, 8(9), 1263-1268.
|
|
103
|
+
- Chow, B. Y. et al. (2010). High-performance genetically targetable optical neural silencing. *Nature*, 463, 98-102.
|
|
104
|
+
- Gong, X. et al. (2020). An ultra-sensitive step-function opsin for minimally invasive optogenetic stimulation. *Neuron*, 107(1), 38-51.
|
|
105
|
+
- Govorunova, E. G. et al. (2015). Natural light-gated anion channels. *Science*, 349(6248), 647-650.
|
|
106
|
+
- Govorunova, E. G. et al. (2017). Extending the time domain of neuronal silencing with cryptophyte anion channelrhodopsins. *eNeuro*, 5(1), e0174-17.
|
|
107
|
+
- Gradinaru, V. et al. (2010). Molecular and cellular approaches for diversifying and extending optogenetics. *Cell*, 141(1), 154-165.
|
|
108
|
+
- Gunaydin, L. A. et al. (2010). Ultrafast optogenetic control. *Nat. Neurosci.*, 13(3), 387-392.
|
|
109
|
+
- Han, X. et al. (2011). A high-light sensitivity optical neural silencer. *Front. Syst. Neurosci.*, 5, 18.
|
|
110
|
+
- Hochbaum, D. R. et al. (2014). All-optical electrophysiology in mammalian neurons. *Nat. Methods*, 11, 825-833.
|
|
111
|
+
- Kishi, K. E. et al. (2022). Structural basis for channel conduction in the pump-like channelrhodopsin ChRmine. *Cell*, 185, 672-689.
|
|
112
|
+
- Klapoetke, N. C. et al. (2014). Independent optical excitation of distinct neural populations. *Nat. Methods*, 11, 338-346.
|
|
113
|
+
- Lin, J. Y. et al. (2009). Characterization of engineered channelrhodopsin variants with improved properties and kinetics. *Biophys. J.*, 96(5), 1803-1814.
|
|
114
|
+
- Lin, J. Y. et al. (2013). ReaChR: a red-shifted variant of channelrhodopsin enables deep transcranial optogenetic excitation. *Nat. Neurosci.*, 16, 1499-1508.
|
|
115
|
+
- Mahn, M. et al. (2018). High-efficiency optogenetic silencing with soma-targeted anion-conducting channelrhodopsins. *Nat. Commun.*, 9, 4125.
|
|
116
|
+
- Mardinly, A. R. et al. (2018). Precise multimodal optical control of neural ensemble activity. *Nat. Neurosci.*, 21, 881-893.
|
|
117
|
+
- Marshel, J. H. et al. (2019). Cortical layer-specific critical dynamics triggering perception. *Science*, 365(6453), eaaw5202.
|
|
118
|
+
- Mattis, J. et al. (2012). Principles for applying optogenetic tools. *Nat. Methods*, 9, 159-172.
|
|
119
|
+
- Nagel, G. et al. (2003). Channelrhodopsin-2, a directly light-gated cation-selective membrane channel. *PNAS*, 100(24), 13940-13945.
|
|
120
|
+
- Nagel, G. et al. (2005). Light activation of channelrhodopsin-2 in excitable cells of Caenorhabditis elegans. *Curr. Biol.*, 15(24), 2279-2284.
|
|
121
|
+
- Raimondo, J. V. et al. (2012). Optogenetic silencing strategies differ in their effects on inhibitory synaptic transmission. *Nat. Neurosci.*, 15, 1102-1104.
|
|
122
|
+
- Rajasethupathy, P. et al. (2015). Projections from neocortex mediate top-down control of memory retrieval. *Nature*, 526, 653-659.
|
|
123
|
+
- Wiegert, J. S. et al. (2017). Silencing neurons: tools, applications, and experimental constraints. *Neuron*, 95(3), 504-529.
|
|
124
|
+
- Yizhar, O. et al. (2011). Optogenetics in neural systems. *Neuron*, 71(1), 9-34.
|