# trace_pearsons **Reliability status**: `stable` ```{eval-rst} .. argparse:: :ref: traceratops.trace_pearsons.parse_arguments :prog: trace_pearsons ``` ## Output Files The script generates: 1. `trace_correlation_matrix.[format]`: Pearson correlation matrix plot comparing all input trace tables. ![trace_correlation_matrix](https://github.com/user-attachments/assets/ae4c19f7-3638-4e56-9901-5a206d0e64d6) 2. `trace_correlation_matrix.npy`: NPY file containing the Pearson correlation matrix values. ## Examples ```bash $ ls *ecsv | trace_pearsons [options] $ find . -name "*.ecsv" | trace_pearsons [options] ``` ## Notes - Input files must be in ECSV format compatible with ChromatinTraceTable - The script identifies unique parts of filenames to create readable labels in the plot - Correlation is calculated based on the spatial distances between barcode pairs