#' Return the reverse compliment for a DNA sequence.
#' @keywords internal
rev_comp = function(x){
return(seqinr::c2s(rev(seqinr::comp(seqinr::s2c(x)))))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.