matchprobes <- function(query, records, probepos=FALSE)
.Call2("MP_matchprobes", toupper(query), toupper(records), probepos, PACKAGE="Biostrings")
longestConsecutive <- function(seq, letter)
.Call2("MP_longestConsecutive", seq, letter, PACKAGE="Biostrings")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.