Skip to content
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

Open
themkdemiiir opened this issue Feb 27, 2024 · 4 comments
Open

RDCN tag in Delly vcf output #371

themkdemiiir opened this issue Feb 27, 2024 · 4 comments
Assignees
Labels

Comments

@themkdemiiir
Copy link

themkdemiiir commented Feb 27, 2024

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?

@tobiasrausch
Copy link
Member

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.

@tobiasrausch tobiasrausch self-assigned this Feb 27, 2024
@themkdemiiir
Copy link
Author

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 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:

  • Could the minimum structural variant length be defined as 50?
  • Is there a particular reason for the absence of the SVLEN key in some cases in the info field?

@tobiasrausch
Copy link
Member

Delly uses INFO/CT to define the breakpoint orientations, this is explained at length in various delly-users group posts, e.g.: delly-users

@themkdemiiir
Copy link
Author

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?

REF ALT Meaning
s t[p[ piece extending to the right of p is joined after t
s t]p] reverse comp piece extending left of p is joined after t
s ]p]t piece extending to the left of p is joined before t
s [p[t reverse comp piece extending right of p is joined before t
The example in Figure 1 shows a 3-break operation involving 6 breakends. It exemplifies all possible orientations
of breakends in adjacencies. Notice how the ALT field expresses the orientation of the breakends.
#CHROM POS ID REF ALT QUAL FILTER INFO
2 321681 bnd W G G]17:198982] 6 PASS SVTYPE=BND
2 321682 bnd V T ]13:123456]T 6 PASS SVTYPE=BND
13 123456 bnd U C C[2:321682[ 6 PASS SVTYPE=BND
13 123457 bnd X A [17:198983[A 6 PASS SVTYPE=BND
17 198982 bnd Y A A]2:321681] 6 PASS SVTYPE=BND
17 198983 bnd Z C [13:123457[C 6 PASS SVTYPE=BND

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants