rowStatTableDefaults {iSEE}R Documentation

Row statistics table defaults

Description

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

Usage

rowStatTableDefaults(se, number)

Arguments

se

A SummarizedExperiment object.

number

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

Details

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.

Value

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

Author(s)

Aaron Lun

See Also

?"iSEE selection parameters"

Examples

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

[Package iSEE version 1.2.4 Index]