Skip to contents

This function checks if motifs are known motifs in GlycoMotif GlyGen Collection.

Usage

is_known_motif(name)

Arguments

name

A character vector of the motif name.

Value

A logical vector.

Examples

is_known_motif(c("N-Glycan core basic", "O-Glycan core 1", "unknown"))
#> [1]  TRUE  TRUE FALSE