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

detect recombination breakpoints in a query sequence by comparing it against a reference set. #64

Closed
genostack opened this issue Jun 5, 2023 · 7 comments

Comments

@genostack
Copy link

Thanks for this nice tool.
In the documents ,it says "or to detect recombination breakpoints in a query sequence by comparing it against a reference set." , but how to use it in thid mode?

@ArtPoon
Copy link
Collaborator

ArtPoon commented Jun 5, 2023

Sorry, that text is misleading. It was meant to describe RDP itself, and not our open source re-implementation of RDP, which is unfortunately incomplete. I will amend.

@ArtPoon
Copy link
Collaborator

ArtPoon commented Jun 13, 2023

Amended README file. I will leave this issue open as a placeholder for further work, for now. I don't think it should be that difficult to implement...

@ArtPoon
Copy link
Collaborator

ArtPoon commented Jun 13, 2023

@SandeepThokala - I think this can be done with the following changes:

  • allow user to optionally input a second alignment of reference sequences (not query sequences)
    • in other words, we currently have the user input an alignment of query sequences, and then the program is checking every subset of three sequences, i.e., {Q1, Q2, Q3}, {Q1, Q2, Q4}, {Q1, Q2, Q5}, etc.
    • in this case, each sequence in the query set would be compared to two "parental" sequences in the reference set (R), i.e., {Q1, R1, R2}, {Q1, R1, R3}, ...

@GopiGugan
Copy link
Collaborator

@SandeepThokala to create a PR into dev

@ArtPoon
Copy link
Collaborator

ArtPoon commented Sep 12, 2023

Close issue upon merging PR #66

@ArtPoon ArtPoon closed this as completed Oct 10, 2023
@ArtPoon
Copy link
Collaborator

ArtPoon commented Jun 10, 2024

Need to check that if user specifies a reference set of sequences, the Triplet containing two parent sequences from this ref set should only be checked for the third sequence (coming from the main input alignment) as the potential child of two reference sequences. In other words, we should not be doing three times the work, checking whether either of the two reference sequences is a child recombinant.

@darrenpmartin
Copy link
Collaborator

darrenpmartin commented Jun 10, 2024 via email

@ArtPoon ArtPoon closed this as completed Jul 16, 2024
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

5 participants