ワンクリックで
ic50-fit
Fit dose-response curves and calculate IC50/EC50 with confidence intervals using 4-parameter logistic regression.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Fit dose-response curves and calculate IC50/EC50 with confidence intervals using 4-parameter logistic regression.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Fetch and analyze AlphaFold-predicted protein structures from the AlphaFold DB or EBI.
Autonomous experiment loop that tries ideas, measures results, keeps what works, and discards what doesn't. Use when the user asks to optimize a metric, run an experiment loop, improve performance iteratively, or automate benchmarking.
Search, read, and query research papers via the `alpha` CLI (bioRxiv-backed). Use when the user asks about academic papers, wants to find research on a topic, needs to read a specific paper, ask questions about a paper, inspect a paper's code repository, or manage paper annotations.
Evaluate biomarker performance with ROC analysis, AUC, sensitivity, and specificity.
Monitor bioRxiv and medRxiv preprints for a topic, author, or keyword. Use for staying current with emerging biomedical research before peer review.
Search and summarize clinical trials from ClinicalTrials.gov and EU CTR. Use for drug development, competitive intelligence, and evidence synthesis.
| name | ic50-fit |
| description | Fit dose-response curves and calculate IC50/EC50 with confidence intervals using 4-parameter logistic regression. |
Fit dose-response curves with nonlinear regression.
4-parameter logistic (4PL):
response = bottom + (top - bottom) / (1 + 10^((logIC50 - logConc) * hillSlope))
# Dose-Response: [compound]
## Fitted Parameters
| Parameter | Estimate | 95% CI | SE |
|-----------|----------|--------|-----|
| IC50/EC50 | ... | ... | ... |
| Hill Slope | ... | ... | ... |
| Top | ... | ... | ... |
| Bottom | ... | ... | ... |
## Model Quality
- R²: ...
- Residuals: ...
## Script
[Attach analysis script]
## Plot
[Attach dose-response plot]
Save to outputs/ic50-<slug>.md with script and plot.