Nothing
#' @include Structstrings.R
NULL
#' @rdname DotBracketString
#' @export
setMethod("alphabet", "DotBracketString",
function(x){
DOTBRACKET_ALPHABET
})
#' @rdname DotBracketString
#' @export
setMethod("encoding", "DotBracketString",
function(x){
ans <- DOTBRACKET_CHAR_VALUES
names(DOTBRACKET_ALPHABET)
ans
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.