Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 270 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 270 Bytes

Correlation Matrix Script

This is a small script that takes an input csv of experiment data, creates a correlation coefficient matrix.

Run it with: python3 CorrelationOutput.py -input <path-to-input>

Get instructions with python3 CorrelationOutput.py -h