| getRefRun {DIAlignR} | R Documentation |
Provides the reference run-index based on lowest m-score.
getRefRun(oswFiles, analyte)
oswFiles |
(list of data-frames) it is output from getOswFiles function. |
analyte |
(string) analyte is as PRECURSOR.GROUP_LABEL or as PEPTIDE.MODIFIED_SEQUENCE and PRECURSOR.CHARGE from osw file. |
An integer
Shubham Gupta, shubh.gupta@mail.utoronto.ca
ORCID: 0000-0003-3500-8152
License: (c) Author (2019) + GPL-3 Date: 2019-12-13
data(oswFiles_DIAlignR, package="DIAlignR") ## Not run: getRefRun(oswFiles = oswFiles_DIAlignR, analyte = "AQPPVSTEY_2") getRefRun(oswFiles = oswFiles_DIAlignR, analyte = "14299_QFNNTDIVLLEDFQK/3") ## End(Not run)