rowDataPlotDefaults {iSEE} | R Documentation |
Create default settings for row data plot panels in the iSEE interface.
rowDataPlotDefaults(se, number)
se |
A SummarizedExperiment object. |
number |
An integer scalar, specifying the maximum number of row data plots that can be added to the interface. |
Parameters available to row data plots are:
YAxis
:Character, which column of rowData(se)
should be shown on the y-axis?
Defaults to the first entry of colData(se)
.
XAxis
:Character, what variable should be shown on the x-axis?
Defaults to "None"
, but can also be "Row data"
or "Feature name"
.
XAxisRowData
:Character, which column of rowData(se)
should be shown on the x-axis if XAxis="Row data"
?
Defaults to the first entry of rowData(se)
.
All row-based parameters described in ?"iSEE point parameters"
are applicable.
All plot-based parameters described in ?"iSEE selection parameters"
are applicable.
A DataFrame containing default settings for parameters of each of number
row data panels.
Aaron Lun
?"iSEE point parameters"
,
?"iSEE selection parameters"
example(SingleCellExperiment, echo=FALSE) # mock up 'sce'. rowDataPlotDefaults(sce, n=1)