contrastsInput | R Documentation |
This module provides the form elements to control contrasts used in e.g. differential expression panels. In particular it provides the ability for users to add filters to progressively refine a query.
contrastsInput(
id,
allow_filtering = TRUE,
summarise = TRUE,
dynamic_filters = FALSE,
select_summary_type = FALSE
)
id |
Submodule namespace |
allow_filtering |
Provide the filtering fields? Can be disabled to produce unfiltered contrasts tables. |
summarise |
Provide summarisation controls? Allow user to control how how values are summarised per group. Disabling this disables summarisation, which may be the desired result for modules that just need to use the contrasts drop-down. |
dynamic_filters |
Logical indicating whether the user should be able to add progressive filters. |
select_summary_type |
Allow user to select summary type (e.g. mean)?
Passed to |
output An HTML tag object that can be rendered as HTML using as.character()
contrastsInput("test")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.