View source: R/normalize_vwmb.R
normalize_modebetween_protein | R Documentation |
Given some peptide-level matrix, normalize samples using foldchange mode-between at protein-level
normalize_modebetween_protein(x, proteins, groups, rollup_algorithm = "maxlfq")
x |
numerical data matrix with log2 peptide abundances |
proteins |
array describing the grouping of the rows in x |
groups |
array describing the grouping of the columns in x |
rollup_algorithm |
algorithm for combining peptides to protein-level data, on which in subsequent steps the normalization/scaling factors will be computed. Refer to |
normalized matrix x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.