View source: R/loading_functions.R
orbi_simplify_isox | R Documentation |
Keep only columns that are directly relevant for isotopocule ratio analysis. This function is optional and does not affect any downstream function calls.
orbi_simplify_isox(dataset, add = c())
dataset |
IsoX data that is to be simplified |
add |
additional columns to keep |
A tibble containing only the 9 columns: filepath
, filename
, scan.no
, time.min
, compound
, isotopocule
, ions.incremental
, tic
, it.ms
, plus any additional columns defined in the add
argument
fpath <- system.file("extdata", "testfile_flow.isox", package="isoorbi")
df <- orbi_read_isox(file = fpath) |> orbi_simplify_isox()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.