makeContrastFilterSet | R Documentation |
Make a complete set of filters for a contrast: the contrast itself, fold change, and where applicable p- and q- values.
makeContrastFilterSet(
ns,
ese,
assay,
contrasts,
contrast_numbers,
multiple,
show_controls,
default_foldchange = 2,
default_pval = 0.05,
default_qval = 0.1,
index = "",
filter_rows = TRUE,
select_all_contrasts = FALSE
)
ns |
A namespace function (created with |
ese |
ExploratorySummarizedExperiment object |
assay |
Assay in |
contrasts |
A list of lists specifying contrasts. |
contrast_numbers |
A named vector of indices corresponding to
|
multiple |
Allow multiple contrasts to be selected? Passed to
|
show_controls |
Show controls? Setting to false will cause them to be hidden. |
default_foldchange |
Default value for the fold change field |
default_pval |
Default value for the p value field |
default_qval |
Default value for the q value field |
index |
Index. Will be used to differentiate mutiple copies of the field set. |
filter_rows |
Use fold change and p value etc to filter values? |
select_all_contrasts |
Select all contrasts by default? |
output An HTML tag object that can be rendered as HTML using as.character()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.