readOneProteom
reads and processes proteomics data for a single
sample, applying filters for peptide count and optionally using LFQ
quantification. It returns a data.table
with useful columns and
unique identifiers.
Arguments
- inputTab
A
data.table
ordata.frame
containing the input data for the proteomics sample.- sampleName
A
character
string specifying the name of the sample to be processed.- pepNumCut
A
numeric
value specifying the minimum number of peptides required for a protein to be included. Default is 1.- ifLFQ
A
logical
value indicating whether to use LFQ quantification. Default isTRUE
.