rxn.reaction_preprocessing.annotations.molecule_annotation.load_annotations_multiple
- rxn.reaction_preprocessing.annotations.molecule_annotation.load_annotations_multiple(json_files)[source]
Load the molecule annotations from multiple JSON files.
- Parameters
json_files (
Iterable
[Union
[Path
,str
]]) – paths to the JSON file containing the annotations.- Return type
List
[MoleculeAnnotation
]- Returns
List of annotations.