blobXICs | R Documentation |
Format XICs to blob
blobXICs(XICs, nativeIds, lossy = TRUE)
XICs |
(list) a list of data-frames. Each data frame has elution time and intensity of fragment-ion XIC. |
lossy |
(logical) if TRUE, time and intensity are lossy-compressed. |
nativeId |
(integer) transition ID of the xic. |
DATA_TYPE is one of 0 = mz, 1 = intensity, 2 = rt
COMPRESSION is one of 0 = no, 1 = zlib, 2 = np-linear,
3 = np-slof, 4 = np-pic, 5 = np-linear + zlib,
6 = np-slof + zlib, 7 = np-pic + zlib
(data.frame)
Shubham Gupta, shubh.gupta@mail.utoronto.ca
ORCID: 0000-0003-3500-8152
License: (c) Author (2021) + GPL-3 Date: 2021-01-16
data(XIC_QFNNTDIVLLEDFQK_3_DIAlignR)
XICs <- XIC_QFNNTDIVLLEDFQK_3_DIAlignR[["hroest_K120808_Strep10%PlasmaBiolRepl1_R03_SW_filt"]][["4618"]]
nativeIds <- 27706:27711
## Not run:
blobXICs(XICs, nativeIds)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.