Trees | Index | Help |
---|
Package Bio :: Module Seq :: Class Seq |
|
Method Summary | |
---|---|
__init__(self,
data,
alphabet)
| |
__add__(self,
other)
| |
__getitem__(self,
i)
| |
__getslice__(self,
i,
j)
| |
__len__(self)
| |
__radd__(self,
other)
| |
__repr__(self)
| |
__str__(self)
| |
Returns the complement sequence. | |
count(self,
item)
| |
Returns the reverse complement sequence. | |
tomutable(self)
| |
tostring(self)
|
Method Details |
---|
complement(self)Returns the complement sequence. New Seq object. |
reverse_complement(self)Returns the reverse complement sequence. new Seq object. |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Thu Aug 10 20:05:53 2006 | http://epydoc.sf.net |