separate_data: Separates user data into metadata and metabolomics data with...

View source: R/separate_data.R

separate_dataR Documentation

Separates user data into metadata and metabolomics data with metabolite measurements

Description

Separates user data into metadata and metabolomics data with metabolite measurements

Usage

separate_data(example, typedata, sample_col)

Arguments

example

user data file

typedata

type of data desired from the user data uploaded: metadata or metabolomics data

sample_col

TRUE or FALSE, TRUE if sample names are in the first column, FALSE if metabolites names are in the first column.

Examples

separate_data('example.txt', "metadata",FALSE)

metabolomicsworkbench/MetENP documentation built on April 12, 2025, 7:55 p.m.