pyspi.calculator.CorrelationFrame
class pyspi.calculator.CorrelationFrame(cf=None, **kwargs)
Container for handling correlation data derived from a set of calculators.
Example
kwargs (dict, optional) - Additional keyword arguments for CorrelationFrame initialisation.
__init__
(cf=None, **kwargs)
Methods
__
init__
(cf=None, **kwargs)
get_pvalues()
-
merge()
Merges the current CorrelationFrame with another.
compute_significant_values()
-
get_average_correlation
(thresh=0.2, absolute=True, summary="mean", remove_insig=False)
Calculates and returns the average correlation, with various options for thresholding, absolutes and removing insignificant values.
get_feature_matrix
(sthresh=0.8, dthresh=0.2, dropduplicates=True)
Returns feature matrix based on specified thresholds and duplication settings.
relabel_spis
(names, labels)
-
set_sgroup_names
(names=None)
-
Attributes
name
Name of the CorrelationFrame object.
dlabels
-
Last updated