normalize_log2_robscale: normalize data by log2 and robust scaling

View source: R/tidyMS_R6_TransitionCorrelations.R

normalize_log2_robscaleR Documentation

normalize data by log2 and robust scaling

Description

normalize data by log2 and robust scaling

Usage

normalize_log2_robscale(pdata, config)

Arguments

pdata

data.frame

config

AnalysisConfiguration

Value

list with data.frame (data) and updated config (config)

See Also

Other preprocessing: INTERNAL_FUNCTIONS_BY_FAMILY, apply_to_response_matrix(), filter_proteins_by_peptide_count(), get_robscales(), robust_scale(), scale_with_subset(), scale_with_subset_by_factors()

Examples


bb <- sim_lfq_data_peptide_config(Nprot = 100)
xx <- normalize_log2_robscale(bb$data, bb$config)
xx$config$table$workIntensity


wolski/prolfqua documentation built on July 27, 2024, 9:38 p.m.