fast_MaxLFQ {iq} | R Documentation |
The MaxLFQ algorithm
Description
A fast implementation of the MaxLFQ algorithm.
Usage
fast_MaxLFQ(norm_data, row_names = NULL, col_names = NULL)
Arguments
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 |
Value
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 |
Author(s)
Thang V. Pham
References
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.