dot-pairwiseLCPrefix: vectorised pairwise longest common prefix Returns the length...

Description Usage Arguments Value

Description

vectorised pairwise longest common prefix Returns the length of the longest common prefix for each string pair

Usage

1
.pairwiseLCPrefix(s1, s2, ignore.case = FALSE)

Arguments

s1, s2

A pair of strings.

ignore.case

Whether cases in the strings should be ignored.

Value

The length of the longest common prefix for each string pair.


StructuralVariantAnnotation documentation built on Nov. 8, 2020, 5:43 p.m.