Data : Data related parameters

# appendNetworkData
Array containing additional data files to append to networks. Useful for loading KEGG and Wikipatways to decorate the nodes and the edges
Type: array
Default: []

# dataTextAlign

dataTextAlign : "left"

dataTextAlign : "center"

dataTextAlign : "right"


# dataTextBaseline

# dataTextColor

dataTextColor : "#9e0adb"

dataTextColor : "#ff7d00"


# dataTextFontSize
Font size for the text in data labels. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the dataTextScaleFontFactor
Type: integer
Default: 11

# dataTextFontStyle

dataTextFontStyle : ""

dataTextFontStyle : "bold"

dataTextFontStyle : "bold italic"


# dataTextMargin

dataTextMargin : 5

dataTextMargin : 15


# dataTextRotate

# dataTextScaleFontFactor

dataTextScaleFontFactor : 0.5

dataTextScaleFontFactor : 1

dataTextScaleFontFactor : 1.5


# groupingFactors
An array that holds the group names used for grouping the data. It must be a category in the data.x object
Type: array
Default: []

# summaryType
Summary type for the data when grouping
Type: string
Default:
Options: 0, iqr, median, mean, cor, min, max, count, sum

summaryType : "mean"

summaryType : "median"

summaryType : "iqr"

summaryType : "sum"


# transposeData
Flag to transpose data as a parameter. This parameter accomplishes the same as the function transpose at load time
Type: boolean
Default: false

transposeData : true

transposeData : false