rollup_pep2prot_tmp | R Documentation |
rollup a peptide tibble by applying Tukey's median polish algorithm to all peptides per protein
rollup_pep2prot_tmp(tib, intensity_is_log2 = TRUE, return_as_matrix = FALSE)
tib |
peptide tibble in long-format. Missing values should be set NA, not zero. 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.