Learn R Programming

glyrepr (version 0.10.1)

available_monosaccharides: Get Available Monosaacharides

Description

This function returns a character vector of monosaccharide names of the given type. See get_mono_type() for monosaacharide types.

Usage

available_monosaccharides(mono_type = "all")

Value

A character vector of monosaccharide names.

Arguments

mono_type

A character string specifying the type of monosaccharides. Can be "all", "generic", or "concrete". Default is "all".

Examples

Run this code
available_monosaccharides()

Run the code above in your browser using DataLab