read_skyline | R Documentation |
Read Skyline exported files
read_skyline(files)
files |
Character vector with filepaths to Skyline exported files in CSV format. |
LipidomicsExperiment object.
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.