Skip to contents

Set meta data values for the experiment, like the experiment type ("glycomics" or "glycoproteomics"), or the glycan type ("N" or "O").

Usage

set_meta_data(exp, x, value)

set_exp_type(exp, value)

set_glycan_type(exp, value)

Arguments

exp

An experiment().

x

A string, the name of the meta data field.

value

The value to set for the meta data field.

Value

The modified experiment() object.