Loading...
Loading...
Compare original and translation side by side
uvuvuv.env.envALPHAGENOME_API_KEYENV_FILE.envprintf "Enter AlphaGenome API key (typing hidden): " && read -s key && echo && echo "ALPHAGENOME_API_KEY=$key" >> "ENV_FILE" && echo "Saved."dotenv.envcatgrepechoprintenvos.environ.getdotenv.load_dotenv()uvuvuv.env.envALPHAGENOME_API_KEY.envprintf "Enter AlphaGenome API key (typing hidden): " && read -s key && echo && echo "ALPHAGENOME_API_KEY=$key" >> "ENV_FILE" && echo "Saved."dotenv.envcatgrepechoprintenvos.environ.getdotenv.load_dotenv()python3python3 -cuv runpip installuvlookup_gene_info.pyALPHAGENOME_API_KEYdocs/report-templates.mdpython3python3 -cuv runpip installuvlookup_gene_info.pyALPHAGENOME_API_KEYdocs/report-templates.mduv runuvuv run <script_name> [args...]uv run --project $SKILL_DIR /tmp/my_analysis.py --arg1 val1[!NOTE] The first invocation resolves and installs dependencies (~10s). Subsequent runs use the cached environment and start instantly. The cache lives in.~/.cache/uv/
uv runuvuv run <script_name> [args...]uv run --project $SKILL_DIR /tmp/my_analysis.py --arg1 val1[!NOTE] 首次调用会解析并安装依赖项(约10秒)。后续运行使用缓存环境,启动瞬间完成。缓存位于。~/.cache/uv/
tidy_scoresgene_namegene_symboloutput_typemodalitydf.columnsUSH2Awhole_gene--view detailplot_components.Sashimistrandontology_curietrack.metadata.columnsexec: "python": executable file not founduv runpythonpython3.ilocnp.flatnonzero(mask)FeatureStartEndStranddf.columnsscore_variantscore_variantontology_termsadata.varpredict_variantontology_termsJunctionpredictionjunction_data.get_junctions_to_plot(predictions=..., name=...).kuvexec: uv: not founduvUV_INDEX_URL=https://pypi.org/simpletidy_scoresgene_namegene_symboloutput_typemodalitydf.columnsUSH2Awhole_gene--view detailplot_components.Sashimistrandontology_curietrack.metadata.columnsexec: "python": executable file not founduv runpythonpython3.ilocnp.flatnonzero(mask)FeatureStartEndStranddf.columnsscore_variantscore_variantontology_termsadata.varpredict_variantontology_termspredictionJunctionjunction_data.get_junctions_to_plot(predictions=..., name=...).kuvexec: uv: not founduvUV_INDEX_URL=https://pypi.org/simplescripts/visualize_variant_effects.pyexamples/splicing/examples/model_limitation_RNU4ATAC/examples/polyadenylation_HBA2/examples/regulatory/examples/negative_result_GATA4/examples/negative_result_TGFB3/scripts/lookup_gene_info.pyscripts/resolve_ontology_terms.pyscripts/visualize_variant_effects.pyexamples/splicing/examples/model_limitation_RNU4ATAC/examples/polyadenylation_HBA2/examples/regulatory/examples/negative_result_GATA4/examples/negative_result_TGFB3/scripts/lookup_gene_info.pyscripts/resolve_ontology_terms.pyscore_variantfrom alphagenome.models import dna_client
from alphagenome.models import variant_scorers
from alphagenome.data import genome
import os
import pandas as pdscore_variantfrom alphagenome.models import dna_client
from alphagenome.models import variant_scorers
from alphagenome.data import genome
import os
import pandas as pdundefinedundefinedundefinedundefinedundefinedundefinedVariant Analysis Progress:
- [ ] Step 0: Review Golden Examples (MANDATORY)
- [ ] Step 1: Create Output Folder and Setup
- [ ] Step 2: Parse User Query & Research
- [ ] Step 3: Resolve Tissues & Modalities
- [ ] Step 4: Visualize & Save Plots
- [ ] Step 5: Analyze Predictions (view plots, no code). MANDATORY: Read [interpretation-guide.md](docs/interpretation-guide.md) before interpreting results.
- [ ] Step 6: Write Report, save it as `report.md` (MANDATORY)
- [ ] Step 7: Self-Critique (view `report.md` to verify links & claims)
- [ ] Step 8: Make artifact out of `report.md`变异分析进度:
- [ ] 步骤0:查看黄金示例(必填)
- [ ] 步骤1:创建输出文件夹并完成设置
- [ ] 步骤2:解析用户查询并调研
- [ ] 步骤3:解析组织与模态
- [ ] 步骤4:可视化并保存图表
- [ ] 步骤5:分析预测结果(查看图表,无需代码)。必填:解读结果前阅读[interpretation-guide.md](docs/interpretation-guide.md)
- [ ] 步骤6:撰写报告,保存为`report.md`(必填)
- [ ] 步骤7:自我审查(查看`report.md`以验证链接与声明)
- [ ] 步骤8:将`report.md`生成为工件report.mdreport.md| Script | Purpose |
|---|---|
| Comprehensive gene and transcript lookup using |
| : : GTF data : | |
| Biological terms → UBERON/CL/EFO IDs |
| REF/ALT visualization (expression, regulatory, |
| : : splicing) : | |
| In-Silico Mutagenesis SeqLogo generation |
| Quantitative splicing analysis (delta scores, |
| : : junctions) : | |
| Genomic track visualization for a region |
| 脚本名称 | 用途 |
|---|---|
| 使用GTF数据进行全面的基因和转录本查询 |
| 将生物术语转换为UBERON/CL/EFO ID |
| REF/ALT可视化(表达、调控、剪接) |
| 生成In-Silico Mutagenesis SeqLogo |
| 定量剪接分析(delta评分、连接) |
| 特定区域的基因组轨道可视化 |