ProteinModel

class ProteinModel(**kwargs)

Bases: MetaModel

Subclass of MetaModel for handling protein volume/shape-factor fitting data and storage.

Public Methods

(none)

Private Methods

ProteinModel._init() None

Perform additional initialization specific to the algorithm being implemented. Must be implemented by subclasses.

This function is called at the end of the class constructor to perform additional initialization specific to the algorithm being implemented. kwargs provided to the base class constructor are available as class attributes.