pyqmmm.md.rmsf_plotter¶
Module Contents¶
Functions¶
Set general plot formatting parameters for consistent aesthetics. |
|
|
Load RMSF data from CSV files matching the given pattern. |
|
Plot RMSF data from multiple dataframes on the same axes. |
|
Main execution function to load RMSF CSV files and plot them. |
- pyqmmm.md.rmsf_plotter.format_plot()[source]¶
Set general plot formatting parameters for consistent aesthetics. Intended for use in the Kulik Lab plotting style.
- pyqmmm.md.rmsf_plotter.load_rmsf_csv_files(pattern='*.csv')[source]¶
Load RMSF data from CSV files matching the given pattern.
- Returns:
List of tuples containing filename and corresponding DataFrame.
- Return type:
list of (str, pd.DataFrame)
- pyqmmm.md.rmsf_plotter.plot_rmsf(dataframes, output_basename='rmsf_plot', colors=None)[source]¶
Plot RMSF data from multiple dataframes on the same axes.
- Parameters:
dataframes (list) – List of (filename, dataframe) tuples.
output_basename (str) – Base name for the saved plots.
colors (list) – Optional list of colors for each plot.