| selectChromIndices {DIAlignR} | R Documentation |
select chromatogram indices by matching analyte and runname in oswFiles.
selectChromIndices(oswFiles, runname, analyte)
oswFiles |
(list of data-frames) it is the output from getOswFiles function. |
runname |
(string) Must be a combination of "run" and an iteger e.g. "run2". |
analyte |
(string) analyte is as PRECURSOR.GROUP_LABEL or as PEPTIDE.MODIFIED_SEQUENCE and PRECURSOR.CHARGE from osw file. |
A vector of Integers
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: selectChromIndices(oswFiles = oswFiles_DIAlignR, runname = "run2", analyte = "AQPPVSTEY_2") selectChromIndices(oswFiles = oswFiles_DIAlignR, runname = "run0", analyte = "14299_QFNNTDIVLLEDFQK/3") ## End(Not run)