read_MassHunterCSV_wide | R Documentation |
Reads a wide CSV file with Feature Intensities
read_MassHunterCSV_wide(file, field, silent = FALSE)
file |
File name and path of the MassHunter Quant CSV file |
field |
Peak parameter (e.g. Area, RT) |
silent |
Suppress messages |
A tibble in the long format
library(SLINGtools)
data_file_path <- system.file("extdata",
"Testdata_Lipidomics_MHQuant_Detailed.csv", package = "SLINGtools")
d_area <- read_MassHunterCSV_wide(data_file_path, field = "Area")
d_area
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.