read_MassHunterCSV_wide: Reads a wide CSV file with Feature Intensities

View source: R/read_msdata.R

read_MassHunterCSV_wideR Documentation

Reads a wide CSV file with Feature Intensities

Description

Reads a wide CSV file with Feature Intensities

Usage

read_MassHunterCSV_wide(file, field, silent = FALSE)

Arguments

file

File name and path of the MassHunter Quant CSV file

field

Peak parameter (e.g. Area, RT)

silent

Suppress messages

Value

A tibble in the long format

Examples

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



SLINGhub/SLINGtools documentation built on April 20, 2023, 5:09 a.m.