powered by
Get a summary of statistics of the samples.
stats_by_sample(dataset, samples = NULL)
list representing the dataset from a metabolomics experiment.
if defined restricts the application to a given set of samples.
Returns a vector with the a summary of statistics of the samples.
# NOT RUN { ## Example of getting stats of samples library(specmine.datasets) data(cachexia) samples.stats.result = stats_by_sample(cachexia) # }
Run the code above in your browser using DataLab