|
IMP Reference Guide
develop.169ea894ba,2025/11/01
The Integrative Modeling Platform
|
Map between FASTA codes and residue types. More...
Map between FASTA codes and residue types.
Typically one would use the amino_acid, rna, or dna objects.
Definition at line 8 of file alphabets.py.
Public Member Functions | |
| def | get_chain_type |
| Get the IMP.atom.ChainType for this alphabet. More... | |
| def | get_one_letter_code_from_residue_type |
| Given a residue type, return a one-letter code. More... | |
| def | get_residue_type_from_one_letter_code |
| Given a one-letter code, return an IMP.atom.ResidueType. More... | |
| def IMP.pmi.alphabets.ResidueAlphabet.get_chain_type | ( | self | ) |
Get the IMP.atom.ChainType for this alphabet.
Definition at line 28 of file alphabets.py.
| def IMP.pmi.alphabets.ResidueAlphabet.get_one_letter_code_from_residue_type | ( | self, | |
| rt | |||
| ) |
Given a residue type, return a one-letter code.
Definition at line 22 of file alphabets.py.
| def IMP.pmi.alphabets.ResidueAlphabet.get_residue_type_from_one_letter_code | ( | self, | |
| code | |||
| ) |
Given a one-letter code, return an IMP.atom.ResidueType.
Definition at line 18 of file alphabets.py.