Description Usage Arguments Value Author(s)
View source: R/getChromatogramDataPoints.R
Extract Chromatographic data (Retention Time and Intensity) from mzML or sqMass chromatograms. This function can be used to extract chromatogram retention and intensity values for a given list of fragment ids.
1 | getChromatogramDataPoints_(filename, frag_ids)
|
filename |
A character vector of the absolute path and filename of the chromatogram file. (Must be .mzML or sqMass format) |
frag_ids |
A list of a vector containing fragment ids |
A list of fragment ids containing 2 vectors for Retention time and Intensity
Justin Sing https://github.com/singjc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.