View source: R/AnalysisConfiguration.R
complete_cases | R Documentation |
The tidy table does not need to contain missing data. This function re-establishes the missing observations in a sample.
complete_cases(pdata, config)
pdata |
data.frame |
config |
AnlalysisConfiguration |
Other configuration:
AnalysisConfiguration
,
AnalysisParameters
,
AnalysisTableAnnotation
,
INTERNAL_FUNCTIONS_BY_FAMILY
,
R6_extract_values()
,
concrete_AnalysisConfiguration
,
make_interaction_column()
,
make_reduced_hierarchy_config()
,
sample_subset()
,
separate_factors()
,
separate_hierarchy()
,
setup_analysis()
,
spread_response_by_IsotopeLabel()
,
table_factors()
,
table_factors_size()
bb <- sim_lfq_data_protein_config()
xx <- complete_cases(bb$data, bb$config)
stopifnot(nrow(bb$data) <= nrow(xx))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.