colStatTableDefaults {iSEE}R Documentation

Column statistics table defaults

Description

Create default settings for column statistics table panels in the iSEE interface.

Usage

colStatTableDefaults(se, number)

Arguments

se

A SummarizedExperiment object.

number

An integer scalar, specifying the maximum number of column statistics tables that can be added to the interface.

Details

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.

Value

A DataFrame containing default settings for parameters of each of number column statistics table panels.

Author(s)

Aaron Lun

See Also

?"iSEE selection parameters"

Examples

example(SingleCellExperiment, echo=FALSE) # mock up 'sce'.
colStatTableDefaults(sce, n=1)

[Package iSEE version 1.2.4 Index]