map_peaks: Map peak table

Description Usage Arguments

View source: R/isoread.R

Description

Map peak table data of IrmsContinuousFlowData object(s) based on a data frame or input excel file.

Usage

1
2
map_peaks(iso, map, startRow = 3, libfile = NULL,
  colClasses = c("numeric", "text", "text"), ...)

Arguments

iso

IrmsContinuousFlowData object(s)

map

either a data frame with a map (containing column Rt and Component) or the file path to a mapping file, extension determines how it will be processed currently only xlsx and xls are supported. Excel file must include column headers on the indicated row (default startRow = 3) with columns Rt and Component Component

libfile

name of the library file, also only xlsx and xls currently supported if provided, will attempt to merge the components in the mapping file with the library information for additional details on Formula and other compound properties


sebkopf/isoread documentation built on Dec. 31, 2021, 4:15 a.m.