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

[Help needed] Translocation detection excluding telomere and repeated sequence #152

Open
ThDef opened this issue Sep 23, 2024 · 1 comment

Comments

@ThDef
Copy link

ThDef commented Sep 23, 2024

Hi,

We are currently trying to detect translocations between one of our custom genome and ONT data but we are facing some troubles as the number of detected translocations are way higher than anticipated. After analyzing a subset of reported BND SV, we found out that quite an amount of them were repeated sequence and telomere shared across 2 or more chromosomes. Is there a way to filter those through the parameters to show only SV from reads where it is detected that the sequence presents the following pattern :

Unique Sequence from Chr A // Breakpoint // Unique Sequence from Chr B

and not

Shared Sequence from Chr A & B // Unique Sequence from Chr B

I don't know if my issue is clear, sorry if not

Thanks for your help,

@ThDef ThDef changed the title Translocation detection excluding telomere and repeated sequence [Help needed] Translocation detection excluding telomere and repeated sequence Oct 1, 2024
@CoREse
Copy link
Contributor

CoREse commented Oct 6, 2024

Hi, ThDef,

I am afraid that there is currently no such mechanism that can realise your filtering purpose. But you can try the -include_bed THISBEDONLY.bed parameter to indicate the areas where you want to detect SVs and exclude the telomere areas.

Best wishes,
CRE

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

No branches or pull requests

2 participants