mosaicmpi.integration.Integration.compute_corr

mosaicmpi.integration.Integration.compute_corr#

Integration.compute_corr(method='pearson', cpus=2)#

Computes correlation matrix of all programs in the integration from all datasets.

Parameters:
  • method (str, optional) – Correlation method. Values can be “pearson”, “spearman”, and “kendall”. Defaults to “pearson”

  • cpus (int, optional) – Number of CPUs to use for nancorrmp (only available for “pearson” method), defaults to all available CPUs