rollup_pep2prot_maxlfq | R Documentation |
Available implementations: iq R package: https://github.com/tvpham/iq/ DIA-NN R package: https://github.com/vdemichev/DiaNN/
rollup_pep2prot_maxlfq(
tib,
intensity_is_log2,
implementation = "iq",
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 |
implementation |
implementation to use. available options: "iq", "diann" |
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.