full_name
#
- biotite.structure.info.full_name(res_name)[source]#
Get the full name of a residue/compound from the up to 3-letter residue name, based on the PDB chemical components dictionary.
- Parameters:
- res_namestr
The up to 3-letter residue name.
- Returns:
- namestr or None
The full name of the residue. If the residue is unknown to the chemical components dictionary,
None
is returned.
Examples
>>> print(full_name("MAN")) alpha-D-mannopyranose