Kok-Herng / gene-palindromes-finder

A program to find gene palindromes, including inverted repeats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gene-palindromes-finder

A DNA palindrome is a sequence for which the header bases are the reverse complement of the tail bases. For example, ACCTAGGT and GGATCC.

Another type of DNA palindrome is called inverted repeat, where there is a 'spacer region' which are random nucleotides exists in the middle of the palindromic sequence. These are reverse-complement non-repeating palindromes with an intervening spacer region. For example, AAG_CTT, GCCC_GGGC and TACGnnnnnnCGTAA.

This program aims to find all the palindromes including inverted repeats in a gene sequence. User can choose to enter raw sequence, FASTA file or Genbank file.

About

A program to find gene palindromes, including inverted repeats

License:MIT License


Languages

Language:Python 100.0%