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.
is.at(), renum.pdb(), renum.meto(), renum(), aa.at()
# NOT RUN { aa.comp('MPSSVSWGILLLAGLCCLVPVSLAEDPQGDAAQK', uniprot = FALSE) aa.comp('P01009') # }
Run the code above in your browser using DataLab