longestConsecutive: Obtain the length of the longest substring containing only...

Description Usage Arguments Details Value Author(s) Examples

View source: R/matchprobes.R

Description

This function accepts a character vector and computes the length of the longest substring containing only letter for each element of x.

Usage

1

Arguments

seq

Character vector.

letter

Character vector of length 1, containing one single character.

Details

The elements of x can be in upper case, lower case or mixed. NAs are handled.

Value

An integer vector of the same length as x.

Author(s)

W. Huber

Examples

1
2
 v = c("AAACTGTGFG", "GGGAATT", "CCAAAAAAAAAATT")
 longestConsecutive(v, "A")

anandhupresannan/biostrings documentation built on Nov. 2, 2019, 1:47 p.m.