View source: R/AnalysisConfiguration.R
table_factors_size | R Documentation |
Table of distinct factors (sample annotation)
table_factors_size(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()
istar <- sim_lfq_data_peptide_config()
xx <- table_factors_size(istar$data,istar$config )
stopifnot(all(xx$n == 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.