powered by
This function generates new peptide sequences by adding each of the 20 amino acids to each position of the input peptide or peptides.
increment(peptides, num_added = 1)
A character vector of new peptide sequences.
A character vector of peptide sequences.
The number of amino acids to be added to each position of the peptide.
increment(c("AC", "DE")) increment("ACDE", num_added = 2)
Run the code above in your browser using DataLab