ncsw_data.source.compound_pattern.rdkit.utility.formatting ========================================================== .. py:module:: ncsw_data.source.compound_pattern.rdkit.utility.formatting .. autoapi-nested-parse:: The ``ncsw_data.source.compound_pattern.rdkit.utility`` package ``formatting`` module. Classes ------- .. autoapisummary:: ncsw_data.source.compound_pattern.rdkit.utility.formatting.RDKitCompoundPatternDatasetFormattingUtility Module Contents --------------- .. py:class:: RDKitCompoundPatternDatasetFormattingUtility The `RDKit `_ chemical compound pattern dataset formatting utility class. .. py:method:: format_v_htl_by_20080307_brenk_r_et_al(input_directory_path: Union[str, os.PathLike[str]], output_directory_path: Union[str, os.PathLike[str]]) -> None :staticmethod: Format the data from the `v_htl_by_20080307_brenk_r_et_al` version of the dataset. :parameter input_directory_path: The path to the input directory where the data is extracted. :parameter output_directory_path: The path to the output directory where the data should be formatted. .. py:method:: format_v_pains_by_20100204_baell_j_b_and_holloway_g_a(input_directory_path: Union[str, os.PathLike[str]], output_directory_path: Union[str, os.PathLike[str]]) -> None :staticmethod: Format the data from the `v_pains_by_20100204_baell_j_b_and_holloway_g_a` version of the dataset. :parameter input_directory_path: The path to the input directory where the data is extracted. :parameter output_directory_path: The path to the output directory where the data should be formatted.