spread_response_by_IsotopeLabel: Spreads isotope label heavy and light into two columns

View source: R/AnalysisConfiguration.R

spread_response_by_IsotopeLabelR Documentation

Spreads isotope label heavy and light into two columns

Description

Spreads isotope label heavy and light into two columns

Usage

spread_response_by_IsotopeLabel(resData, config)

See Also

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

Examples


bb <- prolfqua::sim_lfq_data_peptide_config()
configur <- bb$config$clone(deep=TRUE)
data <- bb$data

x<-spread_response_by_IsotopeLabel(data,configur)

bb <- prolfqua_data('data_skylineSRM_HL_A')
configur <- bb$config_f()
data <- bb$analysis(bb$data, configur)

bb <- prolfqua_data('data_skylineSRM_HL_A')
conf <- bb$config_f()
analysis <- bb$analysis(bb$data, bb$config_f())
x <- spread_response_by_IsotopeLabel(analysis, conf)


wolski/prolfqua documentation built on May 12, 2024, 10:16 p.m.