BLOSUM62 | R Documentation |
A substitution matrix used for sequence alignment of proteins. In LowMACA, it is used to calculate the trident conservation score.
data("BLOSUM62")
A squared numeric matrix with aminoacids as rownames and colnames
#Load BLOSUM62 and show its structure data(BLOSUM62) str(BLOSUM62)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.