#' loadstopcodons
#'
#' Loads a list of stop codons.
#'
#' @export
#' @examples
#' stop_codons <- loadstopcodons()
loadstopcodons <- function(){
stop_codons <- c("TAA", "TAG", "TAG")
return(stop_codons)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.