Description Usage Arguments Value Author(s) See Also
View source: R/merge_osw_mzml.R
Merges dataframes on transition_ids(OSW) = chromatogramId(mzML).
1 | mapPrecursorToChromIndices(prec2transition, chromHead)
|
prec2transition |
(dataframe) This has two columns: transition_group_id and transition_ids with integer values. |
chromHead |
(dataframe) This has two columns: chromatogramId and chromatogramIndex with integer values. |
(dataframe) having following columns:
transition_group_id |
(string) it is either fetched from PRECURSOR.GROUP_LABEL or a combination of PEPTIDE.MODIFIED_SEQUENCE and PRECURSOR.CHARGE from osw file. |
chromatogramIndex |
(integer) Index of chromatogram in mzML file. |
Shubham Gupta, shubh.gupta@mail.utoronto.ca
ORCID: 0000-0003-3500-8152
License: (c) Author (2019) + GPL-3 Date: 2020-04-07
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.