Data & ReproBioinformatics & GenomicsFreedomIntelligence/OpenClaw-Medical-SkillsData & Reproduction
BI

bio-workflows-neoantigen-pipeline

Maintainer FreedomIntelligence · Last updated April 1, 2026

Neoantigen prediction: somatic variants → MHC binding → immunogenicity.

OpenClawNanoClawAnalysisReproductionbio-workflows-neoantigen-pipeline🧠 bioos extended suitebioos extended bioinformatics suiteneoantigen

Original source

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-workflows-neoantigen-pipeline

Maintainer
FreedomIntelligence
License
MIT
Last updated
April 1, 2026

Skill Snapshot

Key Details From SKILL.md

2 min

Key Notes

  • Complete workflow from somatic variants to ranked neoantigen vaccine candidates for personalized cancer immunotherapy.
  • arcasHLA extract tumor.bam -t 8 -o hla_output/ arcasHLA genotype hla_output/tumor.extracted.1.fq.gz hla_output/tumor.extracted.2.fq.gz \ -g A,B,C,DRB1,DQB1,DPB1 -t 8 -o hla_output/.

Source Doc

Excerpt From SKILL.md

Step 1: HLA Typing (if not provided)

HLA types are critical for MHC binding prediction. If not already known from clinical testing:


## Parse results

cat hla_output/tumor.genotype.json
python
import json

with open('hla_output/tumor.genotype.json') as f:
    hla_data = json.load(f)

hla_alleles = []
for gene, alleles in hla_data.items():
    for allele in alleles:
        hla_alleles.append(f'HLA-{allele}')

## Format for pVACseq: HLA-A*02:01,HLA-A*24:02,HLA-B*07:02,...

hla_string = ','.join(hla_alleles)
print(f'HLA alleles: {hla_string}')

Use cases

  • Use bio-workflows-neoantigen-pipeline for genomics and bioinformatics workflows.
  • Apply bio-workflows-neoantigen-pipeline to sequencing, variant, or omics analysis tasks.

Not for

  • Do not rely on this catalog entry alone for installation or maintenance details.

Upstream Related Skills

  • immunoinformatics/mhc-binding-prediction - MHCflurry parameters
  • immunoinformatics/neoantigen-prediction - pVACtools details
  • immunoinformatics/immunogenicity-scoring - Ranking algorithms
  • immunoinformatics/epitope-prediction - B-cell epitopes
  • clinical-databases/hla-typing - HLA determination methods
  • workflows/somatic-variant-pipeline - Upstream somatic calling

Related skills

Related skills

Back to directory
AG
Data & ReproBioinformatics & Genomics

agent-browser

Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extract data, and test w…

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
AL
Data & ReproBioinformatics & Genomics

alpha-vantage

Access 20+ years of global financial data: equities, options, forex, crypto, commodities, economic indicators, and 50+ technical indicators.

Claude CodeAnalysis
K-Dense-AI/claude-scientific-skillsView
BI
Data & ReproBioinformatics & Genomics

bio-alignment-filtering

Filter alignments by flag, quality, region, or paired status.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
BI
Data & ReproBioinformatics & Genomics

bio-alignment-indexing

Index BAM/CRAM files with samtools index for random access.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView