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