Trees | Indices | Help |
|
---|
|
Created 2012
Script which contains the functionality to find start and stop codons in all ORFs in the genome. It is very basic and does not consider intro-exon structure. It is possible to generate the start / stop list extern and give it as input to the main program.
This script is a python port from a java implementation by Franziska Zickmann.
Author: Sven Giese
|
|||
dictionary |
|
||
dictionary |
|
||
int |
|
|
|||
__package__ = None
|
|
Get orf positions (forward/backward) and return them in a dictionary
|
function to identify open reading frames in a dna sequence, careful: intron exon structures are not respected!
|
return the index of the first position of codon in the dna sequence
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Mar 13 10:43:16 2013 | http://epydoc.sourceforge.net |