normalize_peptide_intensity_column | R Documentation |
Apply an array of normalization algorithms to some intensity column in the peptide table
normalize_peptide_intensity_column(
dataset,
col_intensity,
norm_algorithm,
rollup_algorithm
)
dataset |
your dataset |
col_intensity |
intensity column in dataset$peptides tibble |
norm_algorithm |
array of normalization algorithm character IDs |
rollup_algorithm |
the algorithm for combining peptides to proteins as used in normalization algorithms that require a priori rollup from peptides to a protein-level abundance matrix (e.g. modebetween_protein). Refer to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.