AlloViz.Wrappers.Base¶
Base module for package/software wrapping for AlloViz
Main Base
class stores the information about the
Protein
object and defines the general private methods that most
child classes use to launch, manage and store the network calculations. It exploits the
‘__new__’ special method to establish the object’s attributes and that can be extended in
the child classes and ‘__init__’ is used to launch calculations, which can be extended or
overriden by child classes.
In this module there are additional classes that override or extend
Base
’s private methods and that are used to be combined
to create child classes with multiple inheritance for specific uses.
Functions
|
Return a lazily-imported module to store in a variable |
Classes
|
Base class for network calculation |
|
Class for combination of dihedral angle data |
|
Class for combination of dihedral angle data by averaging |
|
Class for multi-core packages calculations |