module_data_summary {teal} | R Documentation |
Data summary
Description
Module and its utils to display the number of rows and subjects in the filtered and unfiltered data.
Usage
ui_data_summary(id)
srv_data_summary(id, data)
get_filter_overview_wrapper(teal_data)
get_filter_overview(current_data, initial_data, dataname, subject_keys)
get_filter_overview_array(current_data, initial_data, dataname, subject_keys)
get_filter_overview_MultiAssayExperiment(current_data, initial_data, dataname)
Arguments
id |
( |
data |
( |
current_data |
( |
initial_data |
( |
dataname |
( |
subject_keys |
( |
Details
Handling different data classes:
get_filter_overview()
is a pseudo S3 method which has variants for:
-
array
(data.frame
,DataFrame
,array
,Matrix
andSummarizedExperiment
): Method variant can be applied to any two-dimensional objects on whichncol()
can be used. -
MultiAssayExperiment
: for which summary contains counts forcolData
and allexperiments
. For other data types module displays data name with warning icon and no more details.
Module includes also "Show/Hide unsupported" button to toggle rows of the summary table containing datasets where number of observations are not calculated.
Value
NULL
.