cio-abcd / variantinterpretation

Collaborative Interpretation-Pipeline workflow based on nf-core pipeline structure
MIT License
7 stars 1 forks source link

Clinically relevant scores #5

Open biolancer opened 1 year ago

biolancer commented 1 year ago

Description of feature

The DNPM KDS draft includes a set of clinically relevant scores which can be calculated and derived from data generated during alignment and variant calling. As a long-term feature, these scores could be calculated in our pipeline based on consented or established methods generating the required output for the DNPM or clinical interpretation.

Scores requiring alignment data:

Score requiring variant call data:

Future assessment of these scores should be considered based on prevalent benchmarking of suitable methods.

biolancer commented 1 year ago

I would have a proposal for a TMB calculation module. It assumes tumor-only sequencing and requires only a VCF and BED file as input and works following this procedure:

The final TMB score would then be Eligible Variants / Effective panel size (in Mutations per MBp). The whole procedure follows the current implementation of the TSO500 RunManager app for TMB calculation and sounds reasonable to me.