seqme.models.BomanIndex

seqme.models.BomanIndex#

class seqme.models.BomanIndex[source]#

Boman index, estimating binding potential to proteins.

Installation: pip install "seqme[aa_descriptors]"

__init__()#
__call__(sequences)[source]#

Compute Boman index.

Parameters:

sequences (list[str]) – Amino acid sequences.

Return type:

ndarray

Returns:

Boman index value for each sequence.

Methods

__init__()

__call__(sequences)

Compute Boman index.