molWeight method

double molWeight()

Returns the molecular weight (kDA) of this sequence.

Implementation

double molWeight() => this._len * 0.33;