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

mutation count #63

Closed
necrolyte2 opened this issue Oct 2, 2015 · 1 comment
Closed

mutation count #63

necrolyte2 opened this issue Oct 2, 2015 · 1 comment
Assignees

Comments

@necrolyte2
Copy link
Member

Inputs

  • Reference base sequence(Single sequence)
  • Reference set(Multiple sequences)
  • Query set(Multiple sequences)

Output

  • 2D axis
    • X axis being time(years since reference sequence date)
    • Y mutation count from reference base sequence
    • Reference sequences would need to be easily distinguished from query set
    • Maybe mark the standard deviation along the graphic and/or highlight sequences that fall outside of this

The goal here is to be able to easily pick out sequences from the Query set that fall outside of the expected mutation count.

I believe the way to achieve this is going to be something like:

  1. to align each reference sequence against the base reference and plot them.
  2. Then align each query sequence against the base reference and plot them
  3. Somehow highlight the points that fall outside of STDDEV of the reference set

@InaMBerry
@mmelendrez
@averagehat

A project I started 2 years ago does some of this already and we can use it as a base or just completely rewrite the whole thing https://github.com/VDBWRAIR/MutationCount

In that project you can see in the sample_data directory there are 2 directories. H3N2 and H1N1 which are two example sets that were run.
In each of them is a README that explains how the files were generated.
Essentially, you end up with a tab file that contains 2 columns

Column 1 represents the sequence name
Column 2 represents the number of mutations from the reference

@averagehat averagehat mentioned this issue Oct 6, 2015
@averagehat averagehat self-assigned this Oct 6, 2015
@necrolyte2
Copy link
Member Author

Closed in #70

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

No branches or pull requests

2 participants