mkt.databases.kinase_schema.check_if_file_exists_then_load_dataframe

mkt.databases.kinase_schema.check_if_file_exists_then_load_dataframe(str_file: str) DataFrame | None[source]

Check if file exists and load dataframe.

Parameters:

str_file (str) – File to check and load.

Returns:

Dataframe if file exists, otherwise None.

Return type:

pd.DataFrame | None