armored-cart-design-agent
Design armored CAR-T cells with cytokine payloads and resistance mechanisms.
Maintainer FreedomIntelligence · Last updated April 1, 2026
Calculate tumor mutational burden from panel or WES data with proper normalization and clinical thresholds. Use when assessing immunotherapy eligibility or characterizing tumor immunogenicity.
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-clinical-databases-tumor-mutational-burden
Skill Snapshot
Source Doc
Goal: Calculate tumor mutational burden as nonsynonymous coding mutations per megabase from a somatic VCF.
Approach: Iterate through VCF variants, filter for coding nonsynonymous consequences via VEP/SnpEff annotations, and divide count by panel size.
Goal: Calculate TMB normalized to known gene panel capture region sizes.
Approach: Look up the panel's megabase coverage from a reference table and pass to the TMB calculator.
## TMB with Variant Filtering (Ensembl VEP 111+)
**Goal:** Calculate TMB with quality and germline filters to reduce false positives.
**Approach:** Apply VAF, depth, and gnomAD population frequency filters before counting coding nonsynonymous variants.
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…