APIs that provides Structure()

Structure is the core dataclass in EnzyHTP that represents the structure of a biomolecule. (e.g.: an enzyme). Below are APIs that produce Structure():

Using a StructureParser

Structure can be obtained by parsing from a file using one of the StructureParser:

Author: QZ Shao <shaoqz@icloud.com>