tvpham / iq

An R package to estimate relative protein abundances from ion quantification in DIA-MS-based proteomics
BSD 3-Clause "New" or "Revised" License
19 stars 9 forks source link

edit extract_annotation function in iq.R file #5

Closed ddluc2000 closed 1 year ago

ddluc2000 commented 1 year ago

I see in the match function in extract_annotation when executing it does not return a value of 0 so adding the condition if (any (index == 0)) is not effective at runtime, need to replace the value 0 with None or remove .