Learn R Programming

specmine (version 1.0)

snv_dataset: Standard Normal Variate

Description

Performs Standard Normal Variate on the dataset.

Usage

snv_dataset(dataset)

Arguments

dataset
list representing the dataset from a metabolomics experiment.

Value

Returns the dataset with the data normalized by SNV.

Examples

Run this code
  ## Example of SNV on a dataset
  data(cassavaPPD)
  dataset = snv_dataset(cassavaPPD)

Run the code above in your browser using DataLab