aaindex1: List of 571 Amino Acid Physicochemical Indexes from AAindex...

aaindex1R Documentation

List of 571 Amino Acid Physicochemical Indexes from AAindex Database

Description

The aminoacid indexes from Amino Acid Index Database https://www.genome.jp/aaindex/ are provided here. AAindex (ver.9.2) is a database of numerical indices representing various physicochemical and biochemical properties of amino acids and pairs of amino acids.

Usage

data("aaindex1", package = "GenomAutomorphism")

Format

A list carrying the the description 566 Amino Acid Indices in AAindex ver.9.2 and the text file with the matrices imported from https://www.genome.jp/aaindex/.

Author(s)

Robersy Sanchez https://genomaths.com

See Also

aaindex2 and aaindex3.

Examples

## Load the mutation matrices from database from the packages
data("aaindex1", package = "GenomAutomorphism", envir = environment())

## Get the available aminoacid indices.
mat <- aa_phychem_index(aaindex = "aaindex1", acc_list = TRUE)
mat[1:10]


genomaths/GenomAutomorphism documentation built on May 10, 2024, 12:11 a.m.