chemist-preprocessor-0.1.0.0: Chemist Raw Data Preprocessor
Safe HaskellSafe-Inferred
LanguageHaskell2010

Domain.Converter.Units.ToMechanismDetails

Synopsis

Documentation

toMechanismDetails :: RawMechanismDetails -> IO MechanismDetails #

Converts raw mechanism details to a structured MechanismDetails format. Maps the raw data to more meaningful structures that represent mechanisms, stages, and interactants.

Parameters:

  • RawMechanismDetails containing the raw data of the mechanism, interactants, included entities, stages, and follow-up information.

Returns:

  • MechanismDetails representing the mechanism with its context and associated stages and interactants.