R/matchprobes.R

Defines functions matchprobes longestConsecutive

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")
anandhupresannan/biostrings documentation built on Nov. 2, 2019, 1:47 p.m.