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

Additional transforms #8

Open
Avsecz opened this issue Oct 9, 2018 · 1 comment
Open

Additional transforms #8

Avsecz opened this issue Oct 9, 2018 · 1 comment

Comments

@Avsecz
Copy link
Contributor

Avsecz commented Oct 9, 2018

  • k-mer or gapped k-mer counter
  • simple reverse complementation function

transforms/augmentation.py

  • random sub-sequence augmentation
  • random reverse-complementation
@Avsecz Avsecz mentioned this issue Oct 9, 2018
@Avsecz
Copy link
Contributor Author

Avsecz commented Oct 14, 2018

  • experiment with using Numba to implement k-mer counting or other transforms. Have a fallback method if the user doesn't have numba installed locally
try:
  import numba
  @numba.jit
  def kmers....
except:
  def kmers

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

1 participant