Trees | Indices | Help |
---|
|
|
|||
Seq | |||
MutableSeq |
|
|||
|
|||
|
|||
|
|||
|
|
Transcribes a DNA sequence into RNA. If given a string, returns a new string object. Given a Seq or MutableSeq, returns a new Seq object with the same alphabet. |
Back-transcribes an RNA sequence into DNA. If given a string, returns a new string object. Given a Seq or MutableSeq, returns a new Seq object with the same alphabet. |
Translate a nucleotide sequence into amino acids. If given a string, returns a new string object. Given a Seq or MutableSeq, returns a Seq object. table - Which codon table to use? This can be either a name (string) or an identifier (integer) NOTE - Does NOT support ambiguous nucleotide sequences which could code for a stop codon. This will throw a TranslationError. NOTE - Does NOT support gapped sequences. It will however translate either DNA or RNA. |
Returns the reverse complement sequence of a nucleotide string. If given a string, returns a new string object. Given a Seq or a MutableSeq, returns a new Seq object with the same alphabet. Supports unambiguous nucleotide sequences |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Sep 15 09:24:45 2008 | http://epydoc.sourceforge.net |