Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

specmine (version 3.0.1)

get_sample_names: Get sample names

Description

Get the sample names from the dataset.

Usage

get_sample_names(dataset)

Arguments

dataset

list representing the dataset from a metabolomics experiment.

Value

Returns a vector with the sample names.

Examples

Run this code
# NOT RUN {
  ## Example of getting the sample names
  data(cachexia)
  sample.names = get_sample_names(cachexia)
# }

Run the code above in your browser using DataLab