The HHfrag dynamic fragment detection protocol.
|
__init__(self,
query,
binary,
database,
logger=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
RosettaFragmentMap, list of ResidueEventInfo
|
build_combined_map(self,
fragfile,
threshold=0.7,
top=25)
Build a hybrid map, where low-confidence regions are complemented
with the specified filling. |
source code
|
|
RosettaFragmentMap, list of ResidueEventInfo
|
|
RosettaFragmentMap
|
build_fragment_map(self)
Build a full Rosetta fragset. |
source code
|
|
RosettaFragmentMap
|
|
tuple of Assignments
|
extract_fragments(self)
Extract all matching fragment instances, given the list of optimal
query slices, generated during the first stage. |
source code
|
|
|
|
tuple of SliceContext
|
slice_query(self,
min=6,
max=21,
step=3,
cpu=None)
Run the query slicer and collect the optimal query segments. |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|