aav-vector-design-agent
AAV vector design: capsid selection, promoter optimization, payload capacity.
Maintainer FreedomIntelligence · Last updated April 1, 2026
Call HLA alleles from NGS data using OptiType, HLA-HD, or arcasHLA for immunogenomics applications. Use when determining HLA genotype for transplant matching, neoantigen prediction, or pharmacogenomic screening.
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-clinical-databases-hla-typing
Skill Snapshot
Source Doc
Goal: Call HLA Class I alleles (HLA-A, B, C) at 4-field resolution from WGS, WES, or RNA-seq data.
Approach: Extract HLA region reads from BAM, then run OptiType's integer linear programming algorithm to determine optimal allele assignment.
OptiTypePipeline.py
-i hla_R1.fq hla_R2.fq
-d
-o optitype_output
-c config.ini
OptiTypePipeline.py
-i rna_R1.fq rna_R2.fq
-r
-o optitype_rna_output
-c config.ini
Related skills
AAV vector design: capsid selection, promoter optimization, payload capacity.
AgentD autonomous drug discovery: target identification, hit finding, ADMET optimization.
Query PharmGKB and CPIC for drug-gene interactions, pharmacogenomic annotations, and dosing guidelines. Use when predicting drug response fr…
Cell-free RNA analysis: plasma cfRNA profiling for liquid biopsy diagnostics.