Package obitools :: Package sequenceencoder :: Class DNAComplementEncoder
[hide private]
[frames] | no frames]

Class DNAComplementEncoder

source code


Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]
 
_encode(seq, position=slice(None, None, -1)) source code
 
_check(seq) source code
 
_convertpos(position) source code
 
complement(seq) source code
Class Variables [hide private]
  _comp = {'-': '-', 'a': 't', 'b': 'v', 'c': 'g', 'd': 'h', 'g'...
  _info = {'complemented': True}
Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

_comp

Value:
{'-': '-',
 'a': 't',
 'b': 'v',
 'c': 'g',
 'd': 'h',
 'g': 'c',
 'h': 'd',
 'k': 'm',
...