getProteinCounts {PTXQC} | R Documentation |
Extract the number of protein groups observed per Raw file from an evidence table.
Description
Required columns are "protein.group.ids", "fc.raw.file" and "is.transferred".
Usage
getProteinCounts(df_evd)
Arguments
df_evd |
Data.frame of evidence.txt as read by MQDataReader |
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.
Value
Data.frame with columns 'fc.raw.file', 'counts', 'category', 'MBRgain'
[Package PTXQC version 1.1.1 Index]