Data Faceting : Data faceting related parameters

# segregateSamplesBy
An array that holds the annotation(s) used to segregate the samples ala Facet way in R. It must be categories in the data.x object
Type: array
Default: []

# segregateVariablesBy
An array that holds the annotation(s) used to segregate the variables ala Facet way in R. It must be categories in the data.z object
Type: array
Default: []

# splitSamplesBy
Factor (in the x data object) used to split the samples ala split in a complex heatmap. Unlike segregateSamplesBy, the split keeps a single full-width plot and only inserts a thin gap (splitSeparation) at each group boundary
Type: string
Default:

# splitSeparation
Size in pixels of the gap inserted at each split boundary when splitSamplesBy or splitVariablesBy is used
Type: integer
Default: 5

# splitVariablesBy
Factor (in the z data object) used to split the variables ala split in a complex heatmap. Unlike segregateVariablesBy, the split keeps a single full-width plot and only inserts a thin gap (splitSeparation) at each group boundary
Type: string
Default: