Replies: 2 comments 2 replies
-
Hello! I feel like I'm not super up-to-date with the latest specifics of the SV calling. Perhaps @dnil can answer this question better than me? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all!
I'm currently looking into somatic structural variant (SV) calling with their intended final destination being loaded into scout.
I'm wondering if you might be able to provide an overview of your general workflow in terms of variant calling and vcf annotation. I'm not looking to get too fancy, I just want to call some structural variants and annotate the vcf's with the fields/annotations scout parses into it's user interface.
Currently I'm calling SV's with Manta (implemented through parabricks for analysis speedups).
Next is the annotation. I've been looking at the user interface of the scout's demo instance (as well as the underlying vcf fles) to see what kind of annotations are present, to try and figure out what to annotate my vcf's with.
From what I can gather from the annotations and the vcf header info, it looks like you're calling SV's with manta and annotating the resultant vcf with VEP and genmod and something with bcftools? The below is a snippet of the vcf header of the demo clinical SV vcf file from which I'm making inferences.
Apologies if I've missed some obvious documentation somewhere, I've had a look but didn't find the answers to my questions :)
Beta Was this translation helpful? Give feedback.
All reactions