Load data
# load and process data
data <-
# load file included in isoorbi package
system.file(package = "isoorbi", "extdata", "testfile_flow.isox") |>
orbi_read_isox() |>
orbi_simplify_isox() |>
# define data block where signal is stable (plateau)
orbi_define_block_for_flow_injection(start_time.min = 0.1, end_time.min = 0.9) |>
# flag extreme TICxIT values
orbi_flag_outliers(agc_fold_cutoff = 2)
[32m✔[39m [38;5;249m[231ms][39m [1morbi_read_isox()[22m loaded 6449 peaks for 1 compound ([32mHSO4-[39m) with 5
isotopocules ([32mM0[39m, [32m33S[39m, [32m17O[39m, [32m34S[39m, and [32m18O[39m) from [34mtestfile_flow.isox[39m
[32m✔[39m [38;5;249m[2ms][39m [1morbi_simplify_isox()[22m kept columns [32mfilepath[39m, [32mfilename[39m, [32mscan.no[39m,
[32mtime.min[39m, [32mcompound[39m, [32misotopocule[39m, [32mions.incremental[39m, [32mtic[39m, and [32mit.ms[39m
[32m✔[39m [38;5;249m[12ms][39m [1morbi_define_block_for_flow_injection()[22m added a new block (0.1 to 0.9
min) to 3 files
[32m✔[39m [38;5;249m[8ms][39m [1morbi_flag_outliers()[22m confirmed that none of the 1290 scans are [33moutliers[39m
based on [32m2 fold AGC cutoff[39m, i.e. based on [3mscans below 1/2 and above 2 times the[23m
[3maverage number of ions [32mtic[39m * [32mit.ms[39m in the Orbitrap analyzer[23m, in 6 data groups
(based on [32mfilename[39m, [32mblock[39m, and [32msegment[39m)