reduceXICs | R Documentation |
Create a sqMass file that has chromatograms for given native IDs.
reduceXICs(nativeIDs, xicFileIn, xicFileOut)
nativeIDs |
(integer) transition IDs to be kept. |
xicFileIn |
(character) name to the current file. |
xicFileOut |
(character) name of the new file. |
(None)
Shubham Gupta, shubh.gupta@mail.utoronto.ca
ORCID: 0000-0003-3500-8152
License: (c) Author (2022) + GPL-3 Date: 2022-04-19
createSqMass, getNativeIDs
dataPath <- system.file("extdata", package = "DIAlignR")
oswIn <- file.path(dataPath, "osw", "merged.osw")
params <- paramsDIAlignR()
params[["context"]] <- "experiment-wide"
ids <- getNativeIDs(oswIn, 1338L, params)
xicFileIn <- file.path(dataPath, "xics", "hroest_K120809_Strep0%PlasmaBiolRepl2_R04_SW_filt.chrom.sqMass")
reduceXICs(ids, xicFileIn, xicFileOut = "temp.chrom.sqMass")
file.remove("temp.chrom.sqMass")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.