Data Point Attributes

General attributes for data points in scatter and one dimensional plots

colorBy option
Name of a variable annotation or a sample name or the string 'variable' to color the variables.
Default: false
Options: false, variable
connectBy option
Name of a variable annotation to connect the variables.
Default: false
Options: false
The color for the connectBy lines
Default: rgb(0,0,0)
connectByData object Private
Object with connectBy data
Default: {}
outlineBy string
Name of the annotation for the outline when drawing a multidimensional Heatmap
See also: outlineByData
Default: false
Used in: Heatmap
outlineByData string
String that identify the object containing a two dimensional array with values used to color the outline data points when drawing a multidimensional Heatmap. It must be located within the data.y object (for example: data.y.data4)
See also: outlineBy
Default: false
Used in: Heatmap
patternBy option
Name of a variable annotation or a sample name or the string 'variable' to pattern the variables. When patternByData is specified patternBy is used for the title in the legend.
See also: patternByData
Default: false
Options: false, variable
patternByData string
String that identify the object containing a two dimensional array with values used to pattern the data points when drawing a multidimensional Heatmap. It must be located within the data.y object (for example: data.y.data4)
See also: patternBy
Default: false
Used in: Heatmap
shapeBy option
Name of a variable annotation or a sample name or the string 'variable' to shape the variables. When shapeByData is specified shapeBy is used for the title in the legend.
See also: shapeByData
Default: false
Options: false, variable
shapeByData string
String that identify the object containing a two dimensional array with values used to shape data points when drawing a multidimensional Heatmap. It must be located within the data.y object (for example: data.y.data2)
See also: shapeBy
Default: false
Used in: Heatmap
shapeByShape option
String that identify the shape to use in regular and multidimensional heatmaps. shapeByData will take precedence over this property.
Default: false
Options: false, sphere, square, triangle, star, rhombus, octagon, oval, plus, minus, mdavid
Used in: Heatmap
sizeBy option
Name of a variable annotation or a sample name or the string 'variable' to size the variables. When sizeByData is specified sizeBy is used for the title in the legend.
See also: sizeByData
Default: false
Options: false, variable
sizeByData string
String that identify the object containing a two dimensional array with values used to size data points when drawing a multidimensional Heatmap. It must be located within the data.y object (for example: data.y.data3)
See also: sizeBy
Default: false
Used in: Heatmap
treemapBy option
Name of a variable annotation to treemap the variables.
Default: false
Options: false, variable