pyqmmm.md.dccm_plot_formator

Reads in DCCM data and formats it into the Kulik Lab standard format.

Module Contents

Functions

get_dccm()

Read in the DCCA CSV and format the dataframe.

get_plot(df)

Takes the final dataframe and plots it according the the Kulik Group style.

dccm_plot_formattor()

Takes the final dataframe and plots it according the the Kulik Group style

pyqmmm.md.dccm_plot_formator.get_dccm()[source]

Read in the DCCA CSV and format the dataframe.

Returns:

df – The results from the DCCA analysis stored in a dataframe.

Return type:

pd.DataFrame

pyqmmm.md.dccm_plot_formator.get_plot(df)[source]

Takes the final dataframe and plots it according the the Kulik Group style.

pyqmmm.md.dccm_plot_formator.dccm_plot_formattor()[source]

Takes the final dataframe and plots it according the the Kulik Group style