Function
longestCommonSubsequence
Computes the longest common subsequence.
longestCommonSubsequence(str1, str2, pos)
Parameters
str1
In-parameter: An arbitrary string.
Types: String
str2
In-parameter: An arbitrary string.
Types: String
nSize
In-paramert: Neighborhood size.
Types: unsigned int
pos
Out-parameter: A String with pairs of positions that indicate the longest common subsequence.
SeqAn - Sequence Analysis Library - www.seqan.de