Matiq
ffaa3c5cdd
progress for 141/84: annotate 10/84, oncokb 1/84 every 10, GTF indexed
...
- GTF by_chrom index for 84 variants (was 21M scans)
- vep_annotate and oncokb now every 10 with hgvs log
- online VAF>30% 84 rows: GTF 5s + ClinVar 5s + OncoKB 84*0.3s ~25s (was silent hang)
2026-09-09 00:29:03 +03:00
Matiq
baa87ea048
fix OncoKB endpoint byHgvsVariant->byGenomicChange (GRCh38)
...
- 7:g.140753336A>T now Tier I/Oncogenic (was 404)
- 1:g.18396307G>A correctly Unknown/empty (expected)
- offline still skips OncoKB as requested (VAF>20% default)
2026-09-08 23:31:01 +03:00
Matiq
1f28f60bc0
fix ClinVar header #AlleleID + GRCh38 filter (was UnboundLocalError)
...
- header lstrip # for #AlleleID, init ci_*=None, filter Assembly!=GRCh38
- loaded 3960956 GRCh38 variants (was 0)
- offline now correctly maps P/LP vs VUS
2026-09-08 23:07:30 +03:00
Matiq
c20f61240f
ClinVar P/L + VAF>20% default for online
...
- ClinVar variant_summary.txt.gz loader for F ACMG (fallback VUS if missing)
- online default --min-vaf 0.20 when not --offline and not specified (configurable)
- fix pathlib import, offline GTF 1:1 pick best
- 3501 -> 141 at VAF>20% (offline 141 rows, 16K Excel)
2026-09-07 01:24:11 +03:00
Matiq
8f8d728edd
pick best transcript per variant (1:1) default, --all-transcripts for expansion
...
- offline GTF now picks MANE>appris1>canonical>basic>protein_coding (318 vs 3018 rows at VAF>10%)
- online Ensembl REST likewise picks best (mane_select/canonical)
- --all-transcripts restores previous all-transcripts behavior
2026-09-07 01:00:58 +03:00
Matiq
9f4312ba3a
offline all-transcripts via GENCODE GTF + VAF>10% filter
...
- GENCODE v44 50M (252k transcripts) for offline gene expansion (1 variant -> N rows)
- --min-vaf/--min-depth filter before annotation (3501 -> 318 at VAF>10%)
- --gtf support, --offline now uses GTF (no network, no VEP cache needed)
- pan-cancer OncoKB retained for online mode
2026-09-07 00:47:51 +03:00
Matiq
b33f8c28a2
fix hang: offline mode, short timeouts, progress for large clean sets
2026-09-07 00:34:25 +03:00
Matiq
ea8f531211
all transcripts via Ensembl REST (expand per variant, pan-cancer)
...
- vep_annotate now iterates all transcript_consequences
- timeout 15s, graceful fallback to single placeholder row
2026-09-06 20:20:48 +03:00
Matiq
a3589279b9
annotate clean variants: Gen/HGVS/Effect + ACMG + AMP/Onco pan-cancer -> Excel
...
- all transcripts mode (VEP no_pick fallback to best transcript via Ensembl REST)
- HGVS c.6713C>T p.(Pro2238Leu) style, Type/Effect, VAF, PAF(empty), ACMG ClinVar+InterVar (VUS placeholder), AMP/Onco via OncoKB (token ~/.config/oncokb/token, tumor_type All Solid Tumors)
- Excel .xlsx styled (color by ACMG/AMP, filters, frozen header)
2026-09-06 19:19:19 +03:00