armored-cart-design-agent
Design armored CAR-T cells with cytokine payloads and resistance mechanisms.
Maintainer FreedomIntelligence · Last updated April 1, 2026
Comprehensive variant annotation using bcftools annotate/csq, VEP, SnpEff, and ANNOVAR. Add database annotations, predict functional consequences, and assess clinical significance. Use when annotating variants with functional and clinical information.
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-variant-annotation
Skill Snapshot
Source Doc
| Tool | Best For | Speed | Output |
|---|---|---|---|
| bcftools csq | Simple consequence prediction | Fast | VCF |
| VEP | Comprehensive with plugins | Moderate | VCF/TXT |
| SnpEff | Fast batch annotation | Fast | VCF |
| ANNOVAR | Flexible databases | Moderate | TXT |
Goal: Add or remove INFO/ID annotations from external databases using bcftools.
Approach: Match variants by position and allele against annotation VCF/BED/TAB files, copying specified columns.
"Add rsIDs to my VCF from dbSNP" → Match variant positions against a database and copy identifiers or annotation fields into the VCF.
-c)| Option | Description |
|---|---|
ID | Copy ID column |
INFO | Copy all INFO fields |
INFO/TAG | Copy specific INFO field |
+INFO/TAG | Add to existing values |
Related skills
Design armored CAR-T cells with cytokine payloads and resistance mechanisms.
Search arXiv physics, math, and computer science preprints using natural language queries. Powered by Valyu semantic search.
Autonomous oncology research agent: literature mining, trial matching, biomarker analysis, and treatment hypothesis generation.
Preprocesses cell-free DNA sequencing data including adapter trimming, alignment optimized for short fragments, and UMI-aware duplicate remo…