calour.sorting.cluster_data(exp: calour.experiment.Experiment, transform=None, axis=1, metric='euclidean', inplace=False, **kwargs)[source]¶Cluster the samples/features.
Reorder the features/samples so that ones with similar behavior (pattern across samples/features) are close to each other
Note
This function is also available as a class method Experiment.cluster_data()
| Parameters: |
|
|---|---|
| Keyword Arguments: | |
|
|
| Returns: | With samples/features clustered (reordered) |
| Return type: | |
See also
transform()