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.tableordata.framecontaining the input data for the proteomics sample.- sampleName
A
characterstring specifying the name of the sample to be processed.- pepNumCut
A
numericvalue specifying the minimum number of peptides required for a protein to be included. Default is 1.- ifLFQ
A
logicalvalue indicating whether to use LFQ quantification. Default isTRUE.