-
Notifications
You must be signed in to change notification settings - Fork 6
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
Initial methods comparison table #324
Initial methods comparison table #324
Conversation
@jeromekelleher Any suggestions for the formatting? How should we encode N/A or recombinants with more than one breakpoint? |
How many > 2 parent recombinants are there in Pango? It it's only a handful I would suggest we deal with them separately and focus for now on the two parent case. We can add in the extra columns or make a new table for the complex ones later if we like. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you group by pango, please, to make it easy to compare these directly in the table?
In the current alias key, there are: |
Okay, I'll separate the one-breakpoint and more complex cases. |
I think that's worthwhile, it'll help to analyse this relatively simple subset separately. |
Shall we merge? |
Wait, I'm adding some more results. |
1c318c2
to
6e040e4
Compare
Yep ready for merging. |
Note that in the RecombinHunt results, when the left Pango parent is "na", it means that the sequences for that Pango X was not in the dataset. Also, when the left Pango parent is indicated but the right Pango parent is "na", it means that RecombinHunt identified the Pango as a non-recombinant. |
Ah!!! I forgot to sort by Pango X label. |
Actually, hold on. I might as well add the CovRecomb results too. |
03ff2be
to
6e31b02
Compare
Okay, not including the CovRecomb results for now, because it seems like a pain. There should be enough to do a first-pass analysis. Ready for merging @jeromekelleher. |
Partially address #322