biotite.structure.info.all_residues

biotite.structure.info.all_residues()[source]

Get a list of all residues/compound names in the PDB chemical components dictionary.

Returns
residueslist of str

A list of all available The up to 3-letter residue names.

Examples

>>> print(all_residues()[1000 : 1010])
['0V9', '0VA', '0VB', '0VC', '0VD', '0VE', '0VF', '0VG', '0VH', '0VI']