In molecular biology and DNA sequence analysis it is always very useful to identify patterns (motifs) in order to find shared functions between proteins or to identify genes shared by different species (in genomes). For this, Helix, a bioinformatic approach, presents an interactive user interface to analyze different DNA sequences in FASTA format (from UniProt or NCBI) to find shared motifs and their location.
| Tool | Description |
|---|---|
| Find longest shared motif | Given n sequences (by protein IDs or file FASTA format), returns the longest global subsequence(s). |
| Get consensus | Given n sequences (by protein IDs or file FASTA format), returns the consensus. |
| Get Weblogo | Given n sequences (by protein IDs or file FASTA format), saves the Weblogo to a .png file. |
| Find motif locations | Given a subsequence and a protein ID or file (FASTA format), returns all the locations of occurrence. |
| Get sequence | Retrieves a 1 or more protein aminoacid sequences from UniProt and saves it into a file (FASTA format). |
- python 3.x
- BioPython
python3 helix.py
- Luis Quezada 18028
- Esteban del Valle 18221
