stats_by_sample: Statistics of samples

Description Usage Arguments Value Examples

Description

Get a summary of statistics of the samples.

Usage

1
stats_by_sample(dataset, samples = NULL)

Arguments

dataset

list representing the dataset from a metabolomics experiment.

samples

if defined restricts the application to a given set of samples.

Value

Returns a vector with the a summary of statistics of the samples.

Examples

1
2
3
4
     ## Example of getting stats of samples
	 library(specmine.datasets)
     data(cachexia)
     samples.stats.result = stats_by_sample(cachexia)

specmine documentation built on Sept. 21, 2021, 5:06 p.m.