Learn R Programming

LowMACA (version 1.4.2)

BLOSUM62: BLOSUM62 matrix

Description

A substitution matrix used for sequence alignment of proteins. In LowMACA, it is used to calculate the trident conservation score.

Usage

data("BLOSUM62")

Arguments

Format

A squared numeric matrix with aminoacids as rownames and colnames

Examples

Run this code
#Load BLOSUM62 and show its structure
data(BLOSUM62)
str(BLOSUM62)

Run the code above in your browser using DataLab