Protein#

class chamois.model.Protein#

A protein from a biosynthetic gene cluster.

id#

The identifier of the protein.

Type:

str

sequence#

The sequence of the protein.

Type:

str

cluster#

The cluster sequence this protein belongs to.

Type:

ClusterSequence

__init__(id, sequence, cluster)#