merge_data: Merge the meta data with the lipid data

View source: R/merge_data.R

merge_dataR Documentation

Merge the meta data with the lipid data

Description

Merge the meta data with the lipid data.

Usage

merge_data(lipid_data, meta_data = NULL, by = NULL)

Arguments

lipid_data

data frame containing the lipid data (wide format).

meta_data

data frame containing the meta data.

by

column name (character) of the the column to use to merge the meta data with the lipid data

Details

If there is not meta data the lipid data will be converted to tidy format.

Value

Returns a merged data frame in tidy format

Author(s)

Rico Derks


ricoderks/lipidomics documentation built on Nov. 10, 2024, 2:30 a.m.