Experiment.random_permute_data(normalize=True)[source]¶Shuffle independently the reads of each feature
Creates a new experiment with no dependence between the features.
| Parameters: | normalize (bool, optional) – True (default) to normalize each sample after completing the feature shuffling. False to not normalize |
|---|---|
| Returns: | With each feature shuffled independently |
| Return type: | Experiment |