Description Usage Arguments Value Examples
Get a summary of statistics of the samples.
1 | stats_by_sample(dataset, samples = NULL)
|
dataset |
list representing the dataset from a metabolomics experiment. |
samples |
if defined restricts the application to a given set of samples. |
Returns a vector with the a summary of statistics of the samples.
1 2 3 4 | ## Example of getting stats of samples
library(specmine.datasets)
data(cachexia)
samples.stats.result = stats_by_sample(cachexia)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.