R/matchprobes.R

Defines functions longestConsecutive matchprobes

Documented in longestConsecutive matchprobes

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")

Try the Biostrings package in your browser

Any scripts or data that you put into this service are public.

Biostrings documentation built on Nov. 8, 2020, 11:12 p.m.