module_data_summary | R Documentation |
Module and its utils to display the number of rows and subjects in the filtered and unfiltered data.
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)
id |
( |
data |
( |
current_data |
( |
initial_data |
( |
dataname |
( |
subject_keys |
( |
Handling different data classes:
get_filter_overview()
is a pseudo S3 method which has variants for:
array
(data.frame
, DataFrame
, array
, Matrix
and SummarizedExperiment
): Method variant
can be applied to any two-dimensional objects on which ncol()
can be used.
MultiAssayExperiment
: for which summary contains counts for colData
and all experiments
.
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.
NULL
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.