View source: R/AnalysisConfiguration.R
make_reduced_hierarchy_config | R Documentation |
Make reduced hierarchy configuration
make_reduced_hierarchy_config(config, workIntensity, hierarchy)
config |
AnalysisConfiguration |
workIntensity |
work intensity column |
hierarchy |
new reduced hierarchy |
AnalysisConfiguration with reduced hieararchy
Other configuration:
AnalysisConfiguration
,
AnalysisParameters
,
AnalysisTableAnnotation
,
INTERNAL_FUNCTIONS_BY_FAMILY
,
R6_extract_values()
,
complete_cases()
,
concrete_AnalysisConfiguration
,
make_interaction_column()
,
sample_subset()
,
separate_factors()
,
separate_hierarchy()
,
setup_analysis()
,
spread_response_by_IsotopeLabel()
,
table_factors()
,
table_factors_size()
bb <- prolfqua::sim_lfq_data_peptide_config()
red <- make_reduced_hierarchy_config(bb$config,
"testintensity",
bb$config$table$hierarchy[1])
stopifnot(red$table$get_response() == "testintensity")
stopifnot(length(red$table$hierarchy) == 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.