attach_metadata {chromConverter}R Documentation

Attaches metadata to chromatogram

Description

Attaches metadata to chromatogram

Usage

attach_metadata(x, meta, format_in, format_out, format_data, parser = NULL)

Arguments

x

chromatogram

meta

List object containing metadata.

format_in

Chromatogram format

format_out

R format. Either matrix or data.frame.

format_data

Whether data is in wide or long format.

parser

What parser was used to decode the data

Value

A chromatogram with attached metadata.

Author(s)

Ethan Bass


[Package chromConverter version 0.2.1 Index]