shortName {Modstrings} | R Documentation |
The alphabet()
, shortName()
fullName()
and
nomenclature()
functions return the letters, names and associated
abbreviations for the type of ModString. alphabet()
returns the normal
letters and modification letters, whereas shortName()
,
fullName()
and nomenclature()
return results for modifications
only.
shortName(x) fullName(x) nomenclature(x) ## S4 method for signature 'ModString' alphabet(x, baseOnly = FALSE) ## S4 method for signature 'ModStringSet' alphabet(x, baseOnly = FALSE) ## S4 method for signature 'ModString' shortName(x) ## S4 method for signature 'ModStringSet' shortName(x) ## S4 method for signature 'ModString' fullName(x) ## S4 method for signature 'ModStringSet' fullName(x) ## S4 method for signature 'ModString' nomenclature(x) ## S4 method for signature 'ModStringSet' nomenclature(x)
x |
a |
baseOnly |
|
a character vector.
alphabet(ModDNAString()) shortName(ModDNAString()) nomenclature(ModDNAString())