rollup_pep2prot_summation | R Documentation |
rollup a peptide tibble by summation of all intensity values per protein
rollup_pep2prot_summation(
tib,
intensity_is_log2 = TRUE,
return_as_matrix = FALSE
)
tib |
peptide tibble in long-format. Required columns: peptide_id, protein_id, sample_id, intensity |
intensity_is_log2 |
boolean indicating if input peptide intensities are log2 scaled |
return_as_matrix |
instead of long-format tibble, return a protein*sample matrix (missing values set to NA) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.