matchprobes <- function(query, records, probepos=FALSE) {
msg <- "matchprobes() is deprecated. Please use matchPdict() instead."
.Deprecated(msg=msg)
.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.