-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RDCN tag in Delly vcf output #371
Comments
QUAL and FILTER are good fields to filter on, as well as PE, MAPQ or SR, SRMAPQ for IMPRECISE and PRECISE variants, respectively. Delly is primarily an SV breakpoint caller but if you only want simple deletions that do show a read-depth decrease or simple duplications that do show a read-depth increase then RDCN is useful for filtering. |
Thank you for your answer. I am having difficulty identifying possible fusions because the breakpoint mate's orientation is not shown. Can the breakpoint vcf line be split into two? Also, I am receiving RDCN for inversion. What does this mean? Other questions:
|
Delly uses INFO/CT to define the breakpoint orientations, this is explained at length in various delly-users group posts, e.g.: delly-users |
Please show the CT orientations that match with the following pairs: W-Y (5 to 5), V-U (5 to 3), and X-Z (3 to 3). I assume these match. What do you think?
|
Hello,
Thank you for providing such great tools. I appreciate it. I have a few questions about the output vcf. I ran the HG002 sample with default parameters for germline call, but I noticed that the RDCN values for DEL, INV, and DUP structural variant types were varying. I need clarification about the meaning of this key since it could also be used to indicate genotype. Please clarify this for me.
Also, another question: how do I filter my WGS sample if it's not cohort? Should I remove lines that are imprecise or don't pass filters?
The text was updated successfully, but these errors were encountered: