SWISS::SQs


NAME

SWISS::SQs.pm

Back to Top


DESCRIPTION

SWISS::SQs represents the SQ lines within an SWISS-PROT + TrEMBL entry as specified in the user manual http://www.expasy.org/sprot/userman.html .

Back to Top


Inherits from

SWISS::BaseClass.pm

Back to Top


Attributes

seq

The amino acid sequence in string representation.

length

The sequence length.

molWeight

The molecular weight.

crc

The CRC checksum of the sequence. This is recalculated using the SWISS::CRC64 module.

Back to Top


Methods

Standard methods

new
fromText
toText
update

Should be called if the sequence has been modified.

Specific methods

calcMolWeight string

Calculate the molecular weight for string.

Back to Top

 SWISS::SQs