Skip to content
#

dna-sequences

Here are 164 public repositories matching this topic...

Python script to quickly extract promoter and terminator regions with the NCBI API. Search for the presence of individual pattern or transcription factor responsive elements with manual sequence (IUPAC) or JASPAR API.

  • Updated Aug 7, 2024
  • Python

This project includes Needleman-Wunsch and Smith-Waterman algorithms and their afine gap variations (Gotoh) written to work with Cython, PyPy and Numba. Numba JIT shows greater performance. For Best performance use gotoh_jit.py to get only the best score and use gotoh_jit_traceback to get the best alignment

  • Updated Sep 22, 2021
  • Python

Improve this page

Add a description, image, and links to the dna-sequences topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dna-sequences topic, visit your repo's landing page and select "manage topics."

Learn more