seqme.models.Hydrophobicity#
- class seqme.models.Hydrophobicity(scale='eisenberg')[source]#
Hydrophobicity using a selected scale.
Installation:
pip install "seqme[aa_descriptors]"- __init__(scale='eisenberg')[source]#
Initialize the hydrophobicity.
- Parameters:
scale (
Literal['eisenberg','hopp-woods','janin','kytedoolittle']) – Name of the hydrophobicity scale to use.
Methods