CharSequences2ScoreSequences | R Documentation |
Convert several character sequence into score sequences. For only one sequence see CharSequence2ScoreSequence() function.
CharSequences2ScoreSequences(sequences, dictionary)
sequences |
a list of character sequences given as string |
dictionary |
a data.frame with rownames containing letters, first column containing associated scores, optional second column containing associated probabilities |
a list of score sequences
CharSequence2ScoreSequence
data(Seq31)
Seq31
data(Seq219)
Seq219
data(HydroScore)
MySequences=list("A1"=Seq31,"A2"=Seq219)
CharSequences2ScoreSequences(MySequences,HydroScore)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.