get_data: Get data

Description Usage Arguments Value Examples

Description

Get the data matrix from dataset

Usage

1
get_data(dataset)

Arguments

dataset

list representing the dataset from a metabolomics experiment.

Value

Returns the data matrix

Examples

1
2
3
4
  ## Example of getting the data matrix
  library(specmine.datasets)
  data(cachexia)
  cachexia.dm = get_data(cachexia)

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