-
Notifications
You must be signed in to change notification settings - Fork 9
Configuration
The most straightforward way to customize an AE Explorer is by using a settings object whose properties describe the chart's behavior and appearance. Parameters for the settings
object are described in detail below. All defaults can be over-written by users when creating an AE Explorer.
object
Objects passed to aeTable()
which controls the settings and appearance of the output. The sections below describe each aeexplorer setting as of version 3.4.0.
object
an object that specifies how to map columns from the data file to the chart settings
string
ID
default: "USUBJID"
string
Major Category
default: "AEBODSYS"
string
Minor Category
default: "AEDECOD"
string
Group
default: "ARM"
array
Details
default: none
array
Filters
default:
[
{
"value_col": "AESER",
"label": "Serious?",
"type": "event",
"start": null
},
{
"value_col": "AESEV",
"label": "Severity",
"type": "event",
"start": null
},
{
"value_col": "AEREL",
"label": "Relationship",
"type": "event",
"start": null
},
{
"value_col": "AEOUT",
"label": "Outcome",
"type": "event",
"start": null
}
]
object
An object that specifies valid options for the primary variable mappings (id, major, minor and groups). When 2+ options are specified for any given mapping, a control is drawn so that the user can interactively update chart to use any of the options.
array
Major variable options
default: none
array
Minor variable options
default: none
array
Group variable options
default: none
array
ID variable options
default: none
array
An array specifying which levels of settings.variables.groups will appear as columns in the table.
default: none
array
an array of colors that control the color of each group in the table
default:
[
"#377EB8",
"#4DAF4A",
"#984EA3",
"#FF7F00",
"#A65628",
"#F781BF",
"#E41A1C"
]
object
an object containing default settings regarding appearance of the tables
object
Placeholder Rows Definition
number
Maximum Prevelance
default: 0
number
Maximum Group Count
default: 6
boolean
Show Total Column?
default: true
boolean
Show Difference Column?
default: true
boolean
Show All Preferred Terms?
default: false
string
Data Summary Type
default: "participant"
boolean
Data Summary Type
default: false
object
Object to specify the appearance of the plots embedded in the table rows.
number
Height
default: 15
number
Width
default: 200
number
Radius
default: 7
object
Dot Plot Margins
object
Difference Plot Margins
boolean
adds a link to download the summarized data in a comma-separated format
default: false