Sequence#

class pyfamsa.Sequence#

A digitized sequence.

__init__(*args, **kwargs)#
copy()#

Copy the sequence data, and return the copy.

id#

The identifier of the sequence.

Type:

bytes

sequence#

The symbols of the sequence as an ASCII string.

Type:

bytes

size#

The number of symbols in the sequence.

Type:

int