permute_sample_order {structToolbox}R Documentation

Permute Sample Order

Description

The order of samples in the data matrix is randomly permuted. The relationship between the samples and the sample meta data is maintained.

Usage

permute_sample_order(number_of_permutations = 10, ...)

Arguments

number_of_permutations

(numeric, integer) The number of times the sample order is permuted. The default is 10.

...

Additional slots and values passed to struct_class.

Value

A permute_sample_order object.

Examples

C = permute_sample_order()

[Package structToolbox version 1.4.3 Index]