powered by
Get the data matrix from the dataset as a data frame.
get_data_as_df(dataset)
list representing the dataset from a metabolomics experiment.
Returns the data matrix from the dataset as a data.frame object.
# NOT RUN { ## Example of getting the data matrix as data frame library(specmine.datasets) data(cachexia) cachexia.dt = get_data_as_df(cachexia) # }
Run the code above in your browser using DataLab