Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 486 Bytes

File metadata and controls

6 lines (5 loc) · 486 Bytes

Calculate Correlation Matrix in Parallel

The code provides a function to calculate a correlation matrix out of huge data matrix. It splits the data matrix into subsets and calculates the correlation between the subsets in parallel using BatchJobs or batchtools. The batchtools implementation is marked with 'BT'.