Learn R Programming

Peptides (version 0.2)

AAcomp: To compute the Amino-acid composition of a protein sequence

Description

Calculate the percentage of Amino acid in a sequence and categorized as: Tiny, Small, Aliphatic, Aromatic, Non Polar, Polar, Charged, Basic and Acid.

Usage

AAcomp(seq)

Arguments

seq
AA sequence string in upper case

Examples

Run this code
AAcomp("KLKLLLLLKLK")
AAcomp("FLPLLLPLFLP")

Run the code above in your browser using DataLab