genome_entropy.encode3di.types
Data types for 3Di encoding.
Classes
|
A sequence paired with its original position in the input list. |
|
Represents a 3Di structural encoding of a protein. |
- class genome_entropy.encode3di.types.ThreeDiRecord(protein, three_di, method, model_name, inference_device)[source]
Represents a 3Di structural encoding of a protein.
- Parameters:
protein (ProteinRecord)
three_di (str)
method (Literal['prostt5_aa2fold'])
model_name (str)
inference_device (str)
- protein
The ProteinRecord that was encoded
- method
Method used for encoding (always “prostt5_aa2fold”)
- Type:
Literal[‘prostt5_aa2fold’]
- protein: ProteinRecord