/calcCorrelationParallel

calculate a correlation matrix with batchjobs

Primary LanguageR

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'.