원클릭으로
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 직업 분류 기준
| 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.
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.