View source: R/AnalysisConfiguration.R View source: R/AnalysisConfiguration.R
table_factors | R Documentation |
Table of distinct factors (sample annotation)
Table of distinct factors (sample annotation)
table_factors(pdata, configuration)
table_factors(pdata, configuration)
pdata |
data.frame |
config |
AnalysisConfiguration |
Other configuration:
AnalysisConfiguration
,
AnalysisParameters
,
AnalysisTableAnnotation
,
INTERNAL_FUNCTIONS_BY_FAMILY
,
R6_extract_values()
,
complete_cases()
,
concrete_AnalysisConfiguration
,
make_interaction_column()
,
make_reduced_hierarchy_config()
,
sample_subset()
,
separate_factors()
,
separate_hierarchy()
,
setup_analysis()
,
spread_response_by_IsotopeLabel()
,
table_factors_size()
Other configuration:
AnalysisConfiguration
,
AnalysisParameters
,
AnalysisTableAnnotation
,
INTERNAL_FUNCTIONS_BY_FAMILY
,
R6_extract_values()
,
complete_cases()
,
concrete_AnalysisConfiguration
,
make_interaction_column()
,
make_reduced_hierarchy_config()
,
sample_subset()
,
separate_factors()
,
separate_hierarchy()
,
setup_analysis()
,
spread_response_by_IsotopeLabel()
,
table_factors_size()
istar <- sim_lfq_data_peptide_config()
xx <- table_factors(istar$data,istar$config )
xx
xt <- xx |> dplyr::group_by(!!!rlang::syms(istar$config$table$factor_keys())) |>
dplyr::summarize(n = dplyr::n())
xt
stopifnot(all(xt$n == 4))
istar <- sim_lfq_data_peptide_config()
xx <- table_factors(istar$data,istar$config )
xx
xt <- xx |> dplyr::group_by(!!!rlang::syms(istar$config$table$factor_keys())) |>
dplyr::summarize(n = dplyr::n())
xt
stopifnot(all(xt$n == 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.