The Bio-web Open Source Free Python CGI Scripts for Molecular Biology and Bioinformatics
Here are some Python and Biopython related scripts and resources - Free, Open Source Python CGI Scripts. The source code of most projects is freely available. If you use significant parts of this code for your own projects please give proper credit.
- The OLIGO LOCALIZER
Localizes an oligonucleotide on a DNA sequence. Supports IUPAC ambiguous DNA alphabet.
Source code
- DNA/Protein sequence cleaner
Allows the easy cleaning (removal of unwanted spaces, slashes, numbers etc..) of sequences. Tipically useful when retrieving sequences from online databases. Also allows custom numbering of the input sequence.
Source code
- The DNA/Protein sequence randomizer
Basically this is an interface to the Python "random" module. Custom number of iterations allowed. Optionally cleans the input sequence with the sequence cleaner before randomization. Optionally formats the output sequence.
Source code
- The DNA sequence Reverse Complement Tool
You can reverse, complement or reverse-complement your sequence.
The sequence is cleaned by default from non-GATC characters. Support for ambiguous DNA characters (IUPAC) is forthcoming.
Source code