rowStatTableDefaults {iSEE} | R Documentation |
Create default settings for row statistics table panels in the iSEE interface.
rowStatTableDefaults(se, number)
se |
A SummarizedExperiment object. |
number |
An integer scalar, specifying the maximum number of row statistics tables that can be added to the interface. |
Parameters available to row statistics tables are:
Selected
:Integer, containing the index of the row to be initially selected. Defaults to the first row, i.e., 1. Alternatively, a string can be supplied containing the row name.
Search
:Character, containing the initial value of the search field. Defaults to an empty string.
SearchColumns
:A list containing character vectors of length equal to the number of columns in rowData(se)
,
specifying the initial value of the search field for each column.
All entries default to an empty string.
All table-based parameters described in ?"iSEE selection parameters"
are applicable.
A DataFrame containing default settings for parameters of each of number
row statistics table panels.
Aaron Lun
example(SingleCellExperiment, echo=FALSE) # mock up 'sce'. rowStatTableDefaults(sce, n=1)