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

View source: R/fcn_misc.R

getPeptideCountsR Documentation

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

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'


cbielow/PTXQC documentation built on March 13, 2024, 5:08 a.m.