fast_MaxLFQ | R Documentation |
A fast implementation of the MaxLFQ algorithm.
fast_MaxLFQ(norm_data, row_names = NULL, col_names = NULL)
norm_data |
A list of four vectors with equal length |
row_names |
A vector of character strings for row names. If |
col_names |
A vector of character strings for column names. If |
A list is returned with two components
estimate |
A quantification result table in log2 space. |
annotation |
A vector of strings indicating membership in case of multiple connected components for each row of |
Thang V. Pham
Pham TV, Henneman AA, Jimenez CR. iq: an R package to estimate relative protein abundances from ion quantification in DIA-MS-based proteomics. Bioinformatics 2020 Apr 15;36(8):2611-2613.
fast_read
, fast_preprocess
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.