BLOSUM62: BLOSUM62 matrix

Description Usage Format Source Examples

Description

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

Usage

1
data("BLOSUM62")

Format

A squared numeric matrix with aminoacids as rownames and colnames

Source

BLOSUM62 from NCBI

Examples

1
2
3
#Load BLOSUM62 and show its structure
data(BLOSUM62)
str(BLOSUM62)

gmelloni/LowMACA documentation built on May 24, 2019, 5:03 a.m.