powered by
Returns a table with the amino acid composition of the target protein.
aa.comp(target, uniprot = TRUE)
a character string specifying the UniProt ID of the protein of interest or, alternatively, the sequence of that protein.
logical, if TRUE the argument 'target' should be an ID.
Returns a dataframe with the absolute frequency of each type of residue found in the target peptide.
# NOT RUN { aa.comp('MPSSVSWGILLLAGLCCLVPVSLAEDPQGDAAQK', uniprot = FALSE) # }
Run the code above in your browser using DataLab