Description Usage Arguments Value Author(s) Examples
Get a table of chromatogram indices and respective transition IDs.
1 | readMzMLHeader(mzmlName)
|
mzmlName |
(char) path to xics file. |
(A data-frame) It has 10 columns. The two important columns are:
chromatogramId |
(integer) Fragment-ion ID that matches with transition ID in 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: 2019-12-13
1 2 3 4 5 6 | dataPath <- system.file("extdata", package = "DIAlignR")
mzmlName <-paste0(dataPath,"/xics/hroest_K120809_Strep0%PlasmaBiolRepl2_R04_SW_filt.chrom.mzML")
## Not run:
chromHead <- readChromatogramHeader(mzmlName = mzmlName)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.