View source: R/tidyMS_R6_TransitionCorrelations.R
scale_with_subset_by_factors | R Documentation |
This method reduces the variance within the group.
scale_with_subset_by_factors(data, subset, config, preserveMean = FALSE)
data |
tibble with data |
subset |
tibble with subset of the data which will be used to derive scaling parameters |
config |
configuration |
preserveMean |
default FALSE then set mean to 0 |
Other preprocessing:
INTERNAL_FUNCTIONS_BY_FAMILY
,
apply_to_response_matrix()
,
filter_proteins_by_peptide_count()
,
get_robscales()
,
normalize_log2_robscale()
,
robust_scale()
,
scale_with_subset()
bb <- sim_lfq_data_peptide_config(Nprot = 100)
conf <- bb$config$clone(deep=TRUE)
sample_analysis <- bb$data
res <- transform_work_intensity(sample_analysis, conf, log2)
res <- scale_with_subset_by_factors(res, res, conf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.