ipfReassignFDR | R Documentation |
This method will re-assign peaks with either the MS2 FDR if there was not enough confidence (identifying transitions) in the IPF FDR, or it will assign the user defined alignedFDR2. This assumes the reference run has a really good peak that meets the IPF FDR threshold.
ipfReassignFDR(dt, refRuns, fileInfo, params)
dt |
(data.table) Aligned results tables from writeTables |
refRuns |
(dataframe) A peptide reference run table from getRefRun |
fileInfo |
(dataframe) A table with run filename information from getRunNames |
params |
(list) A list of parameters used by DIAlignR generated from paramsDIAlignR |
(data.table) Aligned results table with reassigned m-scores
Justin Sing, justinc.sing@mail.utoronto.ca
ORCID: 0000-0003-0386-0092
License: (c) Author (2020) + GPL-3 Date: 2020-07-17
writeTables, getRefRun, getRunNames, paramsDIAlignR
## Not run:
finalTbl <- ipfReassignFDR(finalTbl, refRuns, fileInfo, params)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.