Learn R Programming

PTXQC (version 1.0.4)

getPeptideCounts: Extract the number of peptides observed per Raw file from an evidence table.

Description

Required columns are "fc.raw.file", "modified.sequence" and "is.transferred".

Usage

getPeptideCounts(df_evd)

Arguments

df_evd

Data.frame of evidence.txt as read by MQDataReader

Value

Data.frame with columns 'fc.raw.file', 'counts', 'category', 'MBRgain'

Details

If match-between-runs was enabled during the MaxQuant run, the data.frame returned will contain separate values for 'transferred' evidence plus an 'MBRgain' column, which will give the extra MBR evidence in percent.