Skip to main content
GenoScan-LLM is an 800M parameter foundation model for variant calling. Given aligned reads or a target region, it identifies SNVs, small indels, and structural variants, then classifies them by pathogenicity with clinical-grade sensitivity.

At a glance

Install

See Installation for full setup, including uv and poetry.

When to use

  • Call variants from whole-genome or targeted panel data.
  • Flag pathogenic variants in a clinical reporting workflow.
  • Reprioritize a VCF against updated pathogenicity evidence.

Example

Response

Parameters

string
required
Genomic region in chrN:start-end format.
string
required
Signed URL or S3 path to a BAM, CRAM, or VCF file.
string
required
One of BAM, CRAM, or VCF.
string
Optional gene symbol used to prioritize functional annotation.
number
Average coverage depth. Used to calibrate confidence thresholds.

Response fields

integer
Total number of variants called in the region.
array
List of variants with identifier, HGVS notation, and pathogenicity classification.