aa2selfscore | R Documentation |
This function return the selfscore from an AAStringSet
.
aa2selfscore(aa, scorematrix = "BLOSUM62")
aa |
|
scorematrix |
score matrix to use [default: BLOSUM62] |
data.frame
Kristian K Ullrich
XStringSet-class
,
substitution_matrices
data(woodmouse, package="ape")
#cds2aa(dnabin2dnastring(woodmouse), shorten=TRUE,
#genetic.code=Biostrings::getGeneticCode("2"))
woodmouse |> dnabin2dnastring() |> cds2aa(shorten=TRUE,
genetic.code=Biostrings::getGeneticCode("2")) |> aa2selfscore()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.