aa.comp: Amino Acid Composition

Description Usage Arguments Value Examples

View source: R/ancillary.R

Description

Returns a table with the amino acid composition of the target protein.

Usage

1
aa.comp(target, uniprot = TRUE)

Arguments

target

a character string specifying the UniProt ID of the protein of interest or, alternatively, the sequence of that protein.

uniprot

logical, if TRUE the argument 'target' should be an ID.

Value

Returns a dataframe with the absolute frequency of each type of residue found in the target peptide.

Examples

1
aa.comp('MPSSVSWGILLLAGLCCLVPVSLAEDPQGDAAQK', uniprot = FALSE)

EnvNJ documentation built on Sept. 27, 2021, 5:07 p.m.

Related to aa.comp in EnvNJ...