mosaicmpi.integration.Integration.get_corr_matrix_lowertriangle

mosaicmpi.integration.Integration.get_corr_matrix_lowertriangle#

Integration.get_corr_matrix_lowertriangle(max_k_filter=False, selected_k_filter=False, quantile_transformation=False) DataFrame#

Get the lower triangular correlation matrix for building the correlation network.

Parameters:
  • max_k_filter (bool, optional) – Apply the max_k_filter, defaults to False

  • selected_k_filter (bool, optional) – Apply the selected_k_filter, defaults to False

  • quantile_transformation (bool, optional) – transform correlations using the quantile transformation, defaults to False

Returns:

program × program correlation matrix with diagonal and upper triangle set to NaN

Return type:

pd.DataFrame