View source: R/monosaccharide.R
| available_monosaccharides | R Documentation |
This function returns a character vector of monosaccharide names of
the given type. See get_mono_type() for monosaacharide types.
Concrete furanose forms use an f after the monosaccharide stem, such as
Galf and GlcfNAc. Generic names do not encode ring form.
Less common absolute configurations use a leading D- or L-, such as
D-Fuc, L-Gul, and D-Fucf. Unprefixed names retain
their natural configurations.
available_monosaccharides(mono_type = "all")
mono_type |
A character string specifying the type of monosaccharides. Can be "all", "generic", or "concrete". Default is "all". |
A character vector of monosaccharide names.
available_monosaccharides()
available_monosaccharides("concrete")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.