| colStatTableDefaults {iSEE} | R Documentation |
Create default settings for column statistics table panels in the iSEE interface.
colStatTableDefaults(se, number)
se |
A SummarizedExperiment object. |
number |
An integer scalar, specifying the maximum number of column statistics tables that can be added to the interface. |
Parameters available to col statistics tables are:
Selected:Integer, containing the index of the col to be initially selected. Defaults to the first col, i.e., 1. Alternatively, a string can be supplied containing the column 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 colData(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 column statistics table panels.
Aaron Lun
example(SingleCellExperiment, echo=FALSE) # mock up 'sce'. colStatTableDefaults(sce, n=1)