View source: R/AnalysisConfiguration.R
spread_response_by_IsotopeLabel | R Documentation |
Spreads isotope label heavy and light into two columns
spread_response_by_IsotopeLabel(resData, config)
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()
,
table_factors_size()
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.