Data Sorting : Data sorting related parameters

# sortCaseSensitive

Whether to use case sensitive in ascii sorting. Almost private parameters used within the different CanvasXpress UIs
Type: boolean
Default: false

# sortData

Array of arrays with sorting functions. Each function takes three parameters. The first parameter must be either smp to identify the parameters are related to the samples, var to identify the parameters are related to the variables, or cat to identify a sample or variable category. The second parameter can be either smp to indicate to sort the sample indices or var to indicate to sort the variable indices. The third parameter is the value for the key referenced by the first parameter. A special case for this parameter could be samples or variables to indicate to sort by the names of the samples or variables respectively. Here are some examples to sort the samples in the data: [ [cat, smp, Factor1] ] : Sort the samples by the sample category Factor1 [ [var, smp, Variable1] ] : Sort the samples by the value of the Variable1 [ [cat, smp, samples] ] : Sort the samples by their name. Important!!!! This parameter will clean the data and remove any variables not used in the dataset at load time
Type: object
Default: []

# sortDir

Default direction for data sorting. Almost private parameters used within the different CanvasXpress UIs
Type: string
Default: ascending
Options: ascending, descending

# sortIncludeEmpty


# sortOnGrouping

Sort the name of the groups after sample grouping.
Type: string
Default: false
Options: false, ascending, descending