Function
convertPatternToProfile
Converts a pattern into a profile which consists of a set of frequency distributions.
convertPatternToProfile(profile,begin,end)
Parameters
profile
A StringSet of frequency distributions.
Types: StringSet
begin
An iterator pointing to the beginning of a given sequence pattern which is either a DnaString or a Peptide.
end
An iterator pointing to the end of a given sequence pattern which is either a DnaString or a Peptide.
Remarks
The number of FrequencyDistribution objects which together form the profile equals the length of the given sequence.
e.g.:profile[0] represents the frequency distribution for the first residue of the given sequence.
SeqAn - Sequence Analysis Library - www.seqan.de