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