valpas.valpas_core.visualize#
- valpas.valpas_core.visualize(infile, sheet=None, visualization_type='heatmap', label='Association Strength', outfile=None)#
Visualizes association results.
- Parameters:
infile (str or Path) – Input file containing the association matrix.
sheet (str) – Name of the Excel sheet (if applicable).
visualization_type (str) – Type of visualization (‘heatmap’, ‘graph’).
label (str) – Label for the heatmap color bar.
outfile (str or Path) – Path for saving the visualization.
- Returns:
Generated figure object (optional).
- Return type:
fig