R/LFQDataTransformer.R
robust_scale.Rd
robust scale wrapper
robust_scale(data, dim = 2, preserve_mean = FALSE)
Other preprocessing: INTERNAL_FUNCTIONS_BY_FAMILY, apply_to_response_matrix(), filter_proteins_by_peptide_count(), get_robscales(), scale_with_subset()
INTERNAL_FUNCTIONS_BY_FAMILY
apply_to_response_matrix()
filter_proteins_by_peptide_count()
get_robscales()
scale_with_subset()
mat <- matrix(c(1, 2, 3, 4, 10, 12), nrow = 3) scaled <- robust_scale(mat) dim(scaled) #> [1] 3 2