alphabet: Get the alphabet defined by the letters in the string.

View source: R/alphabet.R

alphabetR Documentation

Get the alphabet defined by the letters in the string.

Description

Get the alphabet defined by the letters in the string.

Usage

alphabet(s)

Arguments

s

String containing all letters of the alphabet.

Value

List of letters.

Examples

alphabet("UCAG") # Defines RNA alphabet.
alphabet("ab") # Defines an alphabet of letters a and b.

informatik-mannheim/gcat-base documentation built on Nov. 7, 2023, 7:18 a.m.