Package csb :: Package bio :: Package fragments :: Class AdaptedAssignment
[frames] | no frames]

Class AdaptedAssignment

source code

object --+
         |
        AdaptedAssignment

Instance Methods
 
__init__(self, center, qstart, qend)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
chain(self, source) source code
 
to_rosetta(self, source) source code

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

Static Methods
 
with_overhangs(center, start, end, overhang=1) source code
Properties
  backbone
  center
  confidence
  fragment
  qend
  qstart

Inherited from object: __class__

Method Details

__init__(self, center, qstart, qend)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Property Details

backbone

Get Method:
unreachable.backbone(self)

center

Get Method:
unreachable.center(self)

confidence

Get Method:
unreachable.confidence(self)

fragment

Get Method:
unreachable.fragment(self)

qend

Get Method:
unreachable.qend(self)

qstart

Get Method:
unreachable.qstart(self)