merge_data | R Documentation |
Merge the meta data with the lipid data.
merge_data(lipid_data, meta_data = NULL, by = NULL)
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 |
If there is not meta data the lipid data will be converted to tidy format.
Returns a merged data frame in tidy format
Rico Derks
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.