-
Notifications
You must be signed in to change notification settings - Fork 9
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
Test k-mer frequency distribution idea #21
Comments
@x-zang This is one of the things we’ll be discussing during our meeting tomorrow and would be a good first project during your rotation. |
Sure. This looks interesting |
x-zang
added a commit
that referenced
this issue
Feb 24, 2020
x-zang
added a commit
that referenced
this issue
Feb 24, 2020
x-zang
added a commit
that referenced
this issue
Feb 24, 2020
x-zang
added a commit
that referenced
this issue
Mar 1, 2020
x-zang
added a commit
that referenced
this issue
Mar 6, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Goal of this is to create a fast way to re-create k-mer count distributions (similar to what is trying to be done in publications like this and references therein).
Current code base already keeps track of sketch k-mer counts (see here, and here).
Project would be:
Optional:
This would be sufficient for a conference paper.
For a journal paper would need to:
The text was updated successfully, but these errors were encountered: