Description Usage Arguments Value Examples
Read Skyline exported files
1 |
files |
Character vector with filepaths to Skyline exported files in CSV format. |
LipidomicsExperiment object.
1 2 3 4 5 6 7 8 | datadir <- system.file("extdata", package = "lipidr")
# all csv files
filelist <- list.files(datadir, "data.csv", full.names = TRUE)
d <- read_skyline(filelist)
# View automatically generated lipid annotations
rowData(d)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.