|
Here are some Python and Biopython related scripts and resouces - Free, Open Source Python CGI Scripts The Bio-Web Python CGI ScriptsThe source code of most projects is freely available. If you use significant parts of this code for your own projects please give proper credit.
Localizes an oligonucleotide on a DNA sequence. Supports IUPAC ambiguous DNA alphabet. Source code
A multi-tools utility to handle data matrices, with a focus on high throughput protein-protein interaction data. Can of be used with any kind of data matrix, provided the File Format specification are met. Includes the GRAPHER tool, that draws a customizable visual representation of input matrices. The data handler is under development and should be regarded as beta software.
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
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
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
A basic python cgi script that can turn any html page in a guestbook where visitors can leave their own comments. Python GuestBook Source Code Download the Python GuestBook, sample html file and instructions as a zip file (Bio)Python Links
|