utils#

Module with utility functions for the diff_viz package and MPT data

get_experiment(date, donor, DIV, stimulus, level)

Generates a string for the Traj csv folder you're working in.

get_path(model, experiment)

Returns the datapath in your directory corresponding to the Traj csv folder.

get_csvs(data_path, filetype)

Returns the master list of csv files in the Traj csv folder, geoMean or geoSEM files depending on user input.

get_geo_dict(geo_list, doses)

Converts the list of csv files into a dictionary split by dose (50nM ROT, 0.5h OGD, etc.)

get_df_dose_list(doses, geo_df)

Generates list of column headers for plotting purposes.