SequenceAnalysis.AAC: SequenceAnalysis.AAC

Description Usage Arguments Details Value Author(s) Examples

View source: R/AAC.R

Description

Amino Acid Composition

Usage

1
SequenceAnalysis.AAC(Protein_Sequence, Sequence = TRUE, Groups = 1)

Arguments

Protein_Sequence

Protein Sequence or Uniprot ID of a sequence

Sequence

If False it will get sequence from uniprot

Groups

1 for usual 22 groups amino acid composition, 2 for 5 groups (Nonpolar Aliphatic, nonpolar Aromatic, Polar Uncharged, Polar Positively Charged, Polar Negatively Charged), 3 for 6 groups (nonpolar Aliphatic, nonpolar Aromatic, Polar Uncharged, Polar Positively Charged, Polar Negatively Charged, Special cases) and 4 for 8 group (k-means clustering result) amino acid composition.

Details

Amino acid Composition is calculated by four different methods: a) Twenty-two independent categories are considered, with one amino acid for each category. b) Five categories (Nonpolar Aliphatic, Nonpolar Aromatic, Polar Uncharged, Polar Positively Charged, Polar Negatively Charged) are considered according to the standard chemical structures of amino acids. c) Six categories (Nonpolar Aliphatic, Nonpolar Aromatic, Polar Uncharged, Polar Positively Charged, Polar Negatively Charged, Special cases) are considered which Cysteine, Selenocysteine, Glycine and Proline are placed in Special cases group. d) Eight categories are clustered via k-means algorithm on Physicochemical index of amino acids.

Value

Aminio acid composition

Author(s)

Babak Khorsand

Examples

1
2
3
SequenceAnalysis.AAC("AKMNAAKMQWYVIGLPCERTDRSCTRQWYVPIG")
SequenceAnalysis.AAC("O15131",Sequence=FALSE)
SequenceAnalysis.AAC("O15131",Sequence=FALSE,Groups=2)

SequenceAnalysis documentation built on May 30, 2017, 8 a.m.