complete_cases: Complete cases

View source: R/AnalysisConfiguration.R

complete_casesR Documentation

Complete cases

Description

The tidy table does not need to contain missing data. This function re-establishes the missing observations in a sample.

Usage

complete_cases(pdata, config)

Arguments

pdata

data.frame

config

AnlalysisConfiguration

See Also

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()

Examples


bb <- sim_lfq_data_protein_config()

xx <- complete_cases(bb$data, bb$config)
stopifnot(nrow(bb$data) <= nrow(xx))


wolski/prolfqua documentation built on Sept. 7, 2024, 3:06 a.m.