seqme.models.ESMFold#
- class seqme.models.ESMFold(*, device=None, batch_size=256, cache_dir=None, verbose=False)[source]#
ESMFold protein language model.
The model predicts the 3D-structure (fold) of a protein sequence.
Installation:
pip install "seqme[esmfold]"- Reference:
Lin et al., “Language models of protein sequences at the scale of evolution enable accurate structure prediction” (https://www.biorxiv.org/content/10.1101/2022.07.20.500902v3)
- __init__(*, device=None, batch_size=256, cache_dir=None, verbose=False)[source]#
Initialize the ESMFold model.
Methods