CharSequence2ScoreSequence | R Documentation |
Convert a character sequence into a score sequence. See CharSequences2ScoreSequences() function for several sequences
CharSequence2ScoreSequence(charseq, dictionary)
charseq |
a character sequence, given as a string |
dictionary |
a data.frame with rownames containing letters, first column containing associated scores, optional second column containing associated probabilities |
a vector of a score sequence
CharSequences2ScoreSequences
data(Seq31)
Seq31
data(HydroScore)
CharSequence2ScoreSequence(Seq31,HydroScore)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.