localScore (version 1.0.11)

CharSequences2ScoreSequences: Convert several character sequences into score sequences

Description

Convert several character sequence into score sequences. For only one sequence see CharSequence2ScoreSequence() function.

Usage

CharSequences2ScoreSequences(sequences, dictionary)

Value

a list of score sequences

Arguments

sequences

a list of character sequences

dictionary

a dictionary

Examples

Run this code
data(ShortSeq)
ShortSeq
data(MidSeq)
MidSeq
data(dico)
MySequences=list("A1"=ShortSeq,"A2"=MidSeq)
CharSequences2ScoreSequences(MySequences,dico)

Run the code above in your browser using DataLab