compile_contrast_data | R Documentation |
Compile contrast stats for inclusion in shinyngs
compile_contrast_data(
differential_stats_files,
feature_id_column = NULL,
pval_column = NULL,
qval_column = NULL,
fc_column = NULL,
unlog_foldchanges = FALSE
)
differential_stats_files |
Tabular files with differential stats |
feature_id_column |
Feature identifier column in stats files |
pval_column |
P value column in stats files |
qval_column |
Q value column in stats files |
fc_column |
Fold change column in stats files |
unlog_foldchanges |
Should fold change values be unlogged? |
output A named list of data frames by statistic, number of columns equal to input file number
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.