Clinical-Genomics / BALSAMIC

Bioinformatic Analysis pipeLine for SomAtic Mutations In Cancer
https://balsamic.readthedocs.io/
MIT License
44 stars 16 forks source link

Annotate SNVs and SVs with Somatic and Germline observation frequencies from LoqusDB #1146

Closed khurrammaqbool closed 11 months ago

khurrammaqbool commented 1 year ago

Need

Somatic SNV and SV variant observation frequencies DB using LoqusDB started to populate since release of BALSAMIC v11. Next step is to add annotation feature of the SNV and SV observation frequencies in BALSAMIC before implementation of the filtration against the somatic variant observation frequencies.

Suggested approach

A few sentences about the intended solution

Considered alternatives

Were there alternative approaches which have been rejected?

Requests/suggestions/bugs solved by the feature

Link any feature requests/bug reports or other issues which this would solve

Can be closed when

Blockers

Anything preventing this from happening?

khurrammaqbool commented 1 year ago

TNScope does not include GQ in the FORMAT field of the VCF, which is required by loqusDB. This is fixed in loqusDB https://github.com/Clinical-Genomics/loqusdb/issues/117. The database will be re-build after testing.

khurrammaqbool commented 1 year ago

Annotation for SNVs, somatic observation frequencies are added in https://github.com/Clinical-Genomics/BALSAMIC/pull/1187. The next step for the annotation will be to export databases and link then in cg with BALSAMIC.

khurrammaqbool commented 1 year ago

Annotation for SVs, somatic observations frequencies will be added in https://github.com/Clinical-Genomics/BALSAMIC/issues/1193